svn commit: r384490 - head/audio/mp3lint/files

Mathieu Arnold mat at FreeBSD.org
Wed Apr 22 13:17:27 UTC 2015


Author: mat
Date: Wed Apr 22 13:17:26 2015
New Revision: 384490
URL: https://svnweb.freebsd.org/changeset/ports/384490

Log:
  Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
  
  With hat:	perl@
  Sponsored by:	Absolight

Added:
  head/audio/mp3lint/files/
  head/audio/mp3lint/files/patch-Makefile.PL   (contents, props changed)

Added: head/audio/mp3lint/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mp3lint/files/patch-Makefile.PL	Wed Apr 22 13:17:26 2015	(r384490)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2015-04-22 12:59:15 UTC
++++ Makefile.PL
+@@ -124,7 +124,7 @@ sub MY::install {
+   my $self = shift;
+   my $inherited = $self->SUPER::install(@_);
+   my $conf="\t\t\$(INST_SYSCONFDIR) \$(DESTINSTALLSYSCONFDIR)";
+-  $inherited =~ s/(^\s*\$\(INST_MAN)3(DIR\s*.*MAN)3(DIR\))/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm;
++  $inherited =~ s/(^\s*"?\$\(INST_MAN)3(DIR"?.*MAN)3(DIR\)"?)/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm;
+ 
+   return $inherited;
+ }


More information about the svn-ports-head mailing list