summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2003-02-27 14:05:01 +0000
committergrant <grant>2003-02-27 14:05:01 +0000
commit9b6e1341a1ca65d523d864f9f993592f7932ef4a (patch)
tree59c39b31b5323c5febb8112fe05e044a8864492b /lang
parent4d1517834854614e62fbc3b41d9be0d2f4759fc4 (diff)
downloadpkgsrc-9b6e1341a1ca65d523d864f9f993592f7932ef4a.tar.gz
fix previous change for FreeBSD/gcc3.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/distinfo4
-rw-r--r--lang/perl5/patches/patch-aj8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl5/distinfo b/lang/perl5/distinfo
index b6c3ffd7b70..7bda3c9e27b 100644
--- a/lang/perl5/distinfo
+++ b/lang/perl5/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/02/21 14:42:14 grant Exp $
+$NetBSD: distinfo,v 1.14 2003/02/27 14:05:01 grant Exp $
SHA1 (perl-5.6.1.tar.gz) = c718b38685f90d51a9a6b1b008de0d7d198c0744
Size (perl-5.6.1.tar.gz) = 5983695 bytes
@@ -10,5 +10,5 @@ SHA1 (patch-ae) = 677797f38279b7602fc5bbac8ee80c0e09f6e285
SHA1 (patch-af) = 94d91fba0731c9ee43b3e544f81cc9367a75a77c
SHA1 (patch-ag) = 6f25b4799994279172bc756ede9f13506e9b1c28
SHA1 (patch-ah) = 4c689dde8cba8cb3c30295d52536ff09a0c7f589
-SHA1 (patch-aj) = c8bccd3e8dde70e79504022539f6dbb0785c7c0a
+SHA1 (patch-aj) = 4da55b4bb1e1607fde7a3d9510ca3d6a90f8c10b
SHA1 (patch-ak) = 7aa35848111a62c608e792f025b7095513d7041b
diff --git a/lang/perl5/patches/patch-aj b/lang/perl5/patches/patch-aj
index 6497b0a99d7..8f99b16aae7 100644
--- a/lang/perl5/patches/patch-aj
+++ b/lang/perl5/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.6 2003/02/21 14:42:14 grant Exp $
+$NetBSD: patch-aj,v 1.7 2003/02/27 14:05:01 grant Exp $
--- makedepend.SH.orig Mon Mar 19 18:33:17 2001
+++ makedepend.SH
@@ -10,10 +10,10 @@ $NetBSD: patch-aj,v 1.6 2003/02/21 14:42:14 grant Exp $
*) $touch $firstmakefile ;;
esac
fi
-@@ -141,6 +142,8 @@ for file in `$cat .clist`; do
- $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
+@@ -155,6 +156,8 @@ for file in `$cat .clist`; do
$sed \
- -e '/^#.*<stdin>/d' \
+ -e '1d' \
+ -e '/^#.*<stdin>/d' \
+ -e '/^#.*<built-in>/d' \
+ -e '/^#.*<command line>/d' \
-e '/^#.*"-"/d' \