Fix build with Perl 5.00503.

PR:		72632
This commit is contained in:
Joe Marcus Clarke 2004-10-13 20:25:48 +00:00
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

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");

View file

@ -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) ..."

View 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:");