mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build with Perl 5.00503.
PR: 72632
This commit is contained in:
parent
634c839201
commit
91fe33beee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119295
18 changed files with 126 additions and 0 deletions
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox-devel/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox-devel/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox-esr/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox-esr/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox10/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox10/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox15/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox15/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox3-devel/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox3-devel/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox35/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox35/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/firefox36/files/extra-patch-config_make-jars.pl
Normal file
10
www/firefox36/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
|
@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||||
IGNORE= "core dumps on alpha during post-build"
|
IGNORE= "core dumps on alpha during post-build"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500000
|
||||||
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-extract::
|
pre-extract::
|
||||||
@${ECHO_MSG}
|
@${ECHO_MSG}
|
||||||
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
@${ECHO_MSG} "Extracting source (this takes a while) ..."
|
||||||
|
|
10
www/flock/files/extra-patch-config_make-jars.pl
Normal file
10
www/flock/files/extra-patch-config_make-jars.pl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
|
||||||
|
+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
|
||||||
|
@@ -40,6 +40,7 @@
|
||||||
|
last if ($arg eq "--");
|
||||||
|
}
|
||||||
|
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
|
||||||
|
+splice @ARGV, $ddindex, $#ARGV;
|
||||||
|
|
||||||
|
getopts("d:s:t:f:avlD:o:p:xz:");
|
||||||
|
|
Loading…
Add table
Reference in a new issue