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.8/files/patch-Install.pm | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lang/perl5.8/files/patch-Install.pm (limited to 'lang/perl5.8/files/patch-Install.pm') diff --git a/lang/perl5.8/files/patch-Install.pm b/lang/perl5.8/files/patch-Install.pm deleted file mode 100644 index 228b24a1088a..000000000000 --- a/lang/perl5.8/files/patch-Install.pm +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- lib/ExtUtils/Install.pm.orig Fri Feb 23 03:57:55 2001 -+++ lib/ExtUtils/Install.pm Wed Jul 10 17:57:13 2002 -@@ -132,7 +132,7 @@ - $diff++; - } - -- if ($diff){ -+ if ($diff||1){ - if (-f $targetfile){ - forceunlink($targetfile) unless $nonono; - } else { -- cgit v1.2.3