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.16/files/patch-ad | |
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.
Diffstat (limited to 'lang/perl5.16/files/patch-ad')
-rw-r--r-- | lang/perl5.16/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/perl5.16/files/patch-ad b/lang/perl5.16/files/patch-ad deleted file mode 100644 index fa9bf3ebfc2e..000000000000 --- a/lang/perl5.16/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$FreeBSD$ - ---- perl.h.ORIG Thu Mar 22 07:05:02 2001 -+++ perl.h Tue Apr 10 20:29:46 2001 -@@ -151,6 +151,15 @@ - - */ - -+/* needed for IAMSUID case for 4.4BSD systems -+ * XXX there should probably be a Configure variable -+ */ -+ -+#ifdef I_SYS_PARAM -+#if (defined (BSD) && (BSD >= 199306)) -+# include <sys/mount.h> -+#endif /* !BSD */ -+#endif /* !I_SYS_PARAM */ - - class CPerlObj; - |