summaryrefslogtreecommitdiff
path: root/lang/perl5.16
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-12-11 11:44:31 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-12-11 11:44:31 +0000
commit9687508914e2016e336c34054e20b6183a31d6eb (patch)
treeabfe9901176cef6fe2ab12ae9cc92ff4ff47843c /lang/perl5.16
parentMake ruboard build again. (diff)
Make port's Configure correctly detect crypt(3). Bump PORTREVISION.
Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=71527
Diffstat (limited to 'lang/perl5.16')
-rw-r--r--lang/perl5.16/Makefile2
-rw-r--r--lang/perl5.16/files/patch-af18
2 files changed, 16 insertions, 4 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index c866070f6db1..ae842a7470c8 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VER}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
${MASTER_SITE_LOCAL:S/$/:local/} \
diff --git a/lang/perl5.16/files/patch-af b/lang/perl5.16/files/patch-af
index 2c7b3f729d7c..24232388a5f8 100644
--- a/lang/perl5.16/files/patch-af
+++ b/lang/perl5.16/files/patch-af
@@ -1,8 +1,8 @@
$FreeBSD$
---- Configure.ORIG Mon Mar 19 05:03:33 2001
-+++ Configure Tue Apr 10 20:31:56 2001
-@@ -296,7 +296,7 @@
+--- Configure.orig Fri Jul 19 00:55:15 2002
++++ Configure Tue Dec 10 12:12:35 2002
+@@ -308,7 +308,7 @@ cppflags=''
ldflags=''
lkflags=''
locincpth=''
@@ -11,3 +11,15 @@ $FreeBSD$
cf_email=''
cf_by=''
cf_time=''
+@@ -9933,8 +9933,9 @@ eval $setvar
+
+ : see if crypt exists
+ echo " "
+-set crypt d_crypt
+-eval $inlibc
++: no, crypt is NOT in libc on FreeBSD
++: set crypt d_crypt
++: eval $inlibc
+ case "$d_crypt" in
+ $define) cryptlib='' ;;
+ *) if set crypt val -f d_crypt; eval $csym; $val; then