summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ab
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-12 18:58:57 +0000
committerjlam <jlam>2001-09-12 18:58:57 +0000
commit912496930b609dc9a54f9c193613eb6b4bcc4a18 (patch)
tree332f887ae2edc5d22d9b524f6304fc2633d27538 /lang/perl5/patches/patch-ab
parent3400cba7de573abbf15a868a23a74bca4867e06f (diff)
downloadpkgsrc-912496930b609dc9a54f9c193613eb6b4bcc4a18.tar.gz
Update perl to 5.6.1nb3. User-visible changes from the previous version
include: - Re-adding ${LOCALBASE}/include and ${LOCALBASE}/lib to the local compiler search paths, Other changes include: - Migrating the setting to not install man3 pages from patch-ab into the package Makefile so that they aren't installed across all pkgsrc platforms. - Better document SYSLIBPATH.${OPSYS}.
Diffstat (limited to 'lang/perl5/patches/patch-ab')
-rw-r--r--lang/perl5/patches/patch-ab16
1 files changed, 5 insertions, 11 deletions
diff --git a/lang/perl5/patches/patch-ab b/lang/perl5/patches/patch-ab
index 4bcece22a03..bedeb8734b7 100644
--- a/lang/perl5/patches/patch-ab
+++ b/lang/perl5/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.8 2001/09/05 17:13:41 jlam Exp $
+$NetBSD: patch-ab,v 1.9 2001/09/12 18:58:57 jlam Exp $
---- hints/netbsd.sh.orig Thu Feb 22 18:57:55 2001
-+++ hints/netbsd.sh Sat Sep 1 03:57:59 2001
+--- hints/netbsd.sh.orig Thu Feb 22 21:57:55 2001
++++ hints/netbsd.sh Wed Sep 12 14:41:45 2001
@@ -21,7 +21,11 @@
if [ -f /usr/libexec/ld.elf_so ]; then
d_dlopen=$define
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.8 2001/09/05 17:13:41 jlam Exp $
cccdlflags="-DPIC -fPIC $cccdlflags"
lddlflags="--whole-archive -shared $lddlflags"
elif [ "`uname -m`" = "pmax" ]; then
-@@ -59,14 +63,18 @@
+@@ -59,12 +63,13 @@
d_setruid="$undef"
# there's no problem with vfork.
@@ -30,12 +30,6 @@ $NetBSD: patch-ab,v 1.8 2001/09/05 17:13:41 jlam Exp $
# Pre-empt the /usr/bin/perl question of installperl.
-installusrbinperl='n'
+installusrbinperl="$undef"
-+
-+# Don't install any manpages in man3; make user use perldoc
-+# (to prevent confusion with similarly named man2/man3 pages).
-+man3dir=none
# Recognize the NetBSD packages collection.
--# GDBM might be here.
- test -d /usr/pkg/lib && loclibpth="$loclibpth /usr/pkg/lib"
- test -d /usr/pkg/include && locincpth="$locincpth /usr/pkg/include"
+ # GDBM might be here.