From 1aee5817e8ee565d8efb60984a85c74ae48d025a Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 27 Oct 2003 19:48:03 +0000 Subject: 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. --- lang/perl5.16/files/patch-ad | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lang/perl5.16/files/patch-ad (limited to 'lang/perl5.16/files/patch-ad') 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 -+#endif /* !BSD */ -+#endif /* !I_SYS_PARAM */ - - class CPerlObj; - -- cgit v1.2.3