pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/p5-MP3-Info/patches



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun  7 14:28:46 UTC 2017

Added Files:
        pkgsrc/audio/p5-MP3-Info/patches: patch-Makefile.PL

Log Message:
Add a missing patch to fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/p5-MP3-Info/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/audio/p5-MP3-Info/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/audio/p5-MP3-Info/patches/patch-Makefile.PL:1.1
--- /dev/null   Wed Jun  7 14:28:46 2017
+++ pkgsrc/audio/p5-MP3-Info/patches/patch-Makefile.PL  Wed Jun  7 14:28:46 2017
@@ -0,0 +1,11 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:28:46 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2007-01-04 21:41:06.000000000 +0000
++++ Makefile.PL
+@@ -2,2 +2,4 @@
+ 
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;



Home | Main Index | Thread Index | Old Index