diff options
author | tobez <tobez@FreeBSD.org> | 2002-12-11 11:44:31 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-12-11 11:44:31 +0000 |
commit | f5cde6956da48a6764761d1c84b70bf1abfb6000 (patch) | |
tree | f1ca5b1288fd6b2e7a47263a62866468a540509a /lang/perl5.16 | |
parent | 2197db8ddd6e66997fefad89343e843a25b09d31 (diff) | |
download | FreeBSD-ports-f5cde6956da48a6764761d1c84b70bf1abfb6000.zip FreeBSD-ports-f5cde6956da48a6764761d1c84b70bf1abfb6000.tar.gz |
Make port's Configure correctly detect crypt(3). Bump PORTREVISION.
Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org>
Approved by: portmgr
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.16/files/patch-af | 18 |
2 files changed, 16 insertions, 4 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index c866070..ae842a7 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 2c7b3f7..2423238 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 |