summaryrefslogtreecommitdiffstats
path: root/lang/perl5.16/files
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-07-21 17:09:12 +0000
committertobez <tobez@FreeBSD.org>2002-07-21 17:09:12 +0000
commiteb828e4625923196343319d4189f4da243c698dc (patch)
tree8179e43816aad206c9edcff3d084877bee61dbdc /lang/perl5.16/files
parent77e1eaeece0775bdf00fb53166ed46a3785de966 (diff)
downloadFreeBSD-ports-eb828e4625923196343319d4189f4da243c698dc.zip
FreeBSD-ports-eb828e4625923196343319d4189f4da243c698dc.tar.gz
Update to 5.8.0 (after repocopy).
Diffstat (limited to 'lang/perl5.16/files')
-rw-r--r--lang/perl5.16/files/patch-Install.pm11
-rw-r--r--lang/perl5.16/files/patch-ab13
-rw-r--r--lang/perl5.16/files/patch-ac24
-rw-r--r--lang/perl5.16/files/patch-makedepend13
4 files changed, 12 insertions, 49 deletions
diff --git a/lang/perl5.16/files/patch-Install.pm b/lang/perl5.16/files/patch-Install.pm
index fbadbd1..228b24a 100644
--- a/lang/perl5.16/files/patch-Install.pm
+++ b/lang/perl5.16/files/patch-Install.pm
@@ -1,3 +1,5 @@
+$FreeBSD$
+
--- lib/ExtUtils/Install.pm.orig Fri Feb 23 03:57:55 2001
+++ lib/ExtUtils/Install.pm Wed Jul 10 17:57:13 2002
@@ -132,7 +132,7 @@
@@ -9,12 +11,3 @@
if (-f $targetfile){
forceunlink($targetfile) unless $nonono;
} else {
-@@ -156,7 +156,7 @@
- } else {
- inc_uninstall($_,$File::Find::dir,$verbose,0); # nonono set to 0
- }
-- $packlist->{$origfile}++;
-+ $packlist->{$targetfile}++;
-
- }, ".");
- chdir($cwd) or Carp::croak("Couldn't chdir to $cwd: $!");
diff --git a/lang/perl5.16/files/patch-ab b/lang/perl5.16/files/patch-ab
deleted file mode 100644
index 3cb0692..0000000
--- a/lang/perl5.16/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- installperl.ORIG Thu Jul 30 15:58:50 1998
-+++ installperl Thu Jul 30 16:02:16 1998
-@@ -269,7 +269,7 @@
- (-l $usrbinperl) &&
- ((readlink $usrbinperl) eq $expinstperl));
- }
-- if ((! $mainperl_is_instperl) &&
-+ if ('' && (! $mainperl_is_instperl) &&
- (yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
- "Do you wish to have $usrbinperl be the same as\n" .
- "$expinstperl? [y] ")))
diff --git a/lang/perl5.16/files/patch-ac b/lang/perl5.16/files/patch-ac
index c9cfeb9..313b7d4 100644
--- a/lang/perl5.16/files/patch-ac
+++ b/lang/perl5.16/files/patch-ac
@@ -1,31 +1,27 @@
$FreeBSD$
---- hints/freebsd.sh.orig Sun Apr 8 06:09:16 2001
-+++ hints/freebsd.sh Sat Jun 1 23:41:18 2002
-@@ -85,10 +85,17 @@
- d_setreuid='define'
- d_setegid='undef'
- d_seteuid='undef'
-+ d_dosuid='define'
- ;;
- *) usevfork='true'
- usemymalloc='n'
+--- hints/freebsd.sh.orig Sat Jun 1 19:03:12 2002
++++ hints/freebsd.sh Sat Jul 20 22:51:05 2002
+@@ -98,6 +98,13 @@
+ ;;
+ esac
libswanted=`echo $libswanted | sed 's/ malloc / /'`
+ libswanted=`echo $libswanted | sed 's/ bind / /'`
++ libswanted=`echo $libswanted | sed 's/ iconv / /'`
+ d_setregid='define'
+ d_setreuid='define'
-+ d_setegid='undef'
-+ d_seteuid='undef'
++ d_setegid='define'
++ d_seteuid='define'
+ d_dosuid='define'
;;
esac
-@@ -115,7 +121,8 @@
+@@ -124,7 +131,7 @@
fi
lddlflags='-Bshareable'
fi
- cccdlflags='-DPIC -fpic'
+ cccdlflags='-DPIC -fPIC'
-+ libswanted=`echo $libswanted | sed 's/ iconv / /'`
;;
esac
+
diff --git a/lang/perl5.16/files/patch-makedepend b/lang/perl5.16/files/patch-makedepend
deleted file mode 100644
index 39d99bc..0000000
--- a/lang/perl5.16/files/patch-makedepend
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- makedepend.SH.orig Wed May 29 19:29:05 2002
-+++ makedepend.SH Wed May 29 19:31:31 2002
-@@ -155,6 +155,8 @@
- $sed \
- -e '1d' \
- -e '/^#.*<stdin>/d' \
-+ -e '/^#.*<built-in>/d' \
-+ -e '/^#.*<command line>/d' \
- -e '/^#.*"-"/d' \
- -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
- -e 's/^[ ]*#[ ]*line/#/' \
OpenPOWER on IntegriCloud