pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/p5-gtk2
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Jun 8 12:58:33 UTC 2017
Modified Files:
pkgsrc/x11/p5-gtk2: distinfo
Added Files:
pkgsrc/x11/p5-gtk2/patches: patch-Makefile.PL
Log Message:
Fix build with Perl 5.26.0
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/p5-gtk2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/p5-gtk2/patches/patch-Makefile.PL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/p5-gtk2/distinfo
diff -u pkgsrc/x11/p5-gtk2/distinfo:1.18 pkgsrc/x11/p5-gtk2/distinfo:1.19
--- pkgsrc/x11/p5-gtk2/distinfo:1.18 Wed Nov 4 03:28:50 2015
+++ pkgsrc/x11/p5-gtk2/distinfo Thu Jun 8 12:58:33 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.18 2015/11/04 03:28:50 agc Exp $
+$NetBSD: distinfo,v 1.19 2017/06/08 12:58:33 ryoon Exp $
SHA1 (Gtk2-1.249.tar.gz) = e7e78aa3ebae975b1a8aaf35ef4d35b16aa84d38
RMD160 (Gtk2-1.249.tar.gz) = 6a4ebb0430f20eb9f883ef718cf204baa05a76bc
SHA512 (Gtk2-1.249.tar.gz) = 839debf57e51b04f00829b75a97839867f3c40c076a9ed29e4e160787dfc5520c31efb5b915b2eeb6db040c907f9de3d2a3d15192cf6047db89a69fdc741b671
Size (Gtk2-1.249.tar.gz) = 742086 bytes
+SHA1 (patch-Makefile.PL) = f725fa9c2e444904645b77ab71a5e66c7a193922
SHA1 (patch-xs_GdkDisplay.xs) = c3693b3624a62d9d4a5ee53fc1ace829642bcc4c
Added files:
Index: pkgsrc/x11/p5-gtk2/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/x11/p5-gtk2/patches/patch-Makefile.PL:1.1
--- /dev/null Thu Jun 8 12:58:33 2017
+++ pkgsrc/x11/p5-gtk2/patches/patch-Makefile.PL Thu Jun 8 12:58:33 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 12:58:33 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2013-02-04 23:47:40.000000000 +0000
++++ Makefile.PL
+@@ -25,6 +25,8 @@ use warnings;
+ # use only standard modules here! any non-standard module, or anything which is
+ # a dependency which may not be installed, should be use'd from the dependency
+ # test eval, below.
++use FindBin;
++use lib $FindBin::Bin;
+ use ExtUtils::MakeMaker;
+ use File::Spec;
+ use Cwd;
Home |
Main Index |
Thread Index |
Old Index