diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-10-27 19:48:03 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-10-27 19:48:03 +0000 |
commit | 1aee5817e8ee565d8efb60984a85c74ae48d025a (patch) | |
tree | 4a40734d22a51c5b390102e6b181374200a171c0 /lang/perl5.10/files/patch-af | |
parent | Change this ports a slave ports. (diff) |
Update to 5.8.1.
Also:
Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by
default, unless threaded perl is built, to improve performance.
Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW.
Many thanks to foxfair who prepared most of this update.
Notes
Notes:
svn path=/head/; revision=92346
Diffstat (limited to 'lang/perl5.10/files/patch-af')
-rw-r--r-- | lang/perl5.10/files/patch-af | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/perl5.10/files/patch-af b/lang/perl5.10/files/patch-af deleted file mode 100644 index 24232388a5f8..000000000000 --- a/lang/perl5.10/files/patch-af +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - ---- 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='' --optimize='' -+optimize=${CFLAGS:-''} - 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 |