summaryrefslogtreecommitdiff
path: root/lang/perl5.8/files/patch-MM_Any.pm
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:37:54 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:37:54 +0000
commit346415e3c06029d36c899250a77aa33df43cf6fc (patch)
tree797965d2bfac58a73c0d67dad809d827f98b87fd /lang/perl5.8/files/patch-MM_Any.pm
parent- Include BUILD_DEPENDS as well as RUN_DEPENDS since the module seems to (diff)
- Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now. - The final UNcommitted portition of this PR will move the default perl to lang/perl5.14 but mail/cyrus-impad2 mail/cyrus-impad22 print/perlftlib audio/papcl www/WebMagick misc/gcstar math/ploymak must be fixed or marked BROKEN 1st. PR: ports/165457 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
Notes
Notes: svn path=/head/; revision=292976
Diffstat (limited to 'lang/perl5.8/files/patch-MM_Any.pm')
-rw-r--r--lang/perl5.8/files/patch-MM_Any.pm18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/perl5.8/files/patch-MM_Any.pm b/lang/perl5.8/files/patch-MM_Any.pm
deleted file mode 100644
index 4e50627b00a8..000000000000
--- a/lang/perl5.8/files/patch-MM_Any.pm
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/ExtUtils/MM_Any.pm.orig Wed Feb 15 12:20:43 2006
-+++ lib/ExtUtils/MM_Any.pm Wed Feb 15 12:22:29 2006
-@@ -1069,13 +1069,14 @@ sub init_INSTALL_from_PREFIX {
- ('$(PREFIX)') x 3;
- }
- else {
-+ $self->{PREFIX} ||= $iprefix;
- $self->{PERLPREFIX} ||= $iprefix;
- $self->{SITEPREFIX} ||= $sprefix;
- $self->{VENDORPREFIX} ||= $vprefix;
-
- # Lots of MM extension authors like to use $(PREFIX) so we
- # put something sensible in there no matter what.
-- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)';
-+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)';
- }
-
- my $arch = $Config{archname};