pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Jun 9 16:43:16 UTC 2017
Modified Files:
pkgsrc/graphics/p5-GD-SecurityImage: distinfo
pkgsrc/graphics/p5-GIFgraph: distinfo
Added Files:
pkgsrc/graphics/p5-GD-SecurityImage/patches: patch-Makefile.PL
pkgsrc/graphics/p5-GIFgraph/patches: patch-Makefile.PL
Log Message:
Fix build with Perl 5.26.0
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/p5-GD-SecurityImage/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/p5-GIFgraph/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/p5-GIFgraph/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/graphics/p5-GD-SecurityImage/distinfo
diff -u pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.6 pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.7
--- pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.6 Wed Feb 17 03:32:50 2016
+++ pkgsrc/graphics/p5-GD-SecurityImage/distinfo Fri Jun 9 16:43:15 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/02/17 03:32:50 mef Exp $
+$NetBSD: distinfo,v 1.7 2017/06/09 16:43:15 ryoon Exp $
SHA1 (GD-SecurityImage-1.73.tar.gz) = bf979a78352735a2044f838c8cd2292a00699027
RMD160 (GD-SecurityImage-1.73.tar.gz) = 20a1db00b110f2db34f19932b1e7792e8e74c2ae
SHA512 (GD-SecurityImage-1.73.tar.gz) = 7255c7d0745f4912103777fda6dd1d96563dc6e7c8454c5e0bd61009ac190224f8c58c8c4b7ffd3dbbb896fa5875d51234a3e0922872f6ca9398de0cf0002490
Size (GD-SecurityImage-1.73.tar.gz) = 88513 bytes
+SHA1 (patch-Makefile.PL) = fec1fbc070fb8af99489099d69544332eb54f739
Index: pkgsrc/graphics/p5-GIFgraph/distinfo
diff -u pkgsrc/graphics/p5-GIFgraph/distinfo:1.3 pkgsrc/graphics/p5-GIFgraph/distinfo:1.4
--- pkgsrc/graphics/p5-GIFgraph/distinfo:1.3 Tue Nov 3 21:34:12 2015
+++ pkgsrc/graphics/p5-GIFgraph/distinfo Fri Jun 9 16:43:16 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 21:34:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/09 16:43:16 ryoon Exp $
SHA1 (GIFgraph-1.20.tar.gz) = 493b334ab38617db1b6faa11a7c4c219570a171d
RMD160 (GIFgraph-1.20.tar.gz) = 3f39ec8df11e78cb5b8392ba1561e5bae6fc6a41
SHA512 (GIFgraph-1.20.tar.gz) = 94fab43ccf924c12a28363792bda84501066ecf3df2ec69c9aab3beb3962b7e2b5af649c67604605acfc9a5734af1c91f6dd58a85f97611468570ff2d24dddef
Size (GIFgraph-1.20.tar.gz) = 29434 bytes
+SHA1 (patch-Makefile.PL) = 976eee1090154d5f17a902b471ea9fc1bc02783f
Added files:
Index: pkgsrc/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL:1.1
--- /dev/null Fri Jun 9 16:43:16 2017
+++ pkgsrc/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL Fri Jun 9 16:43:15 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:43:15 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-01-21 01:05:58.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use 5.006;
+ use strict;
+ use warnings;
++use FindBin;
++use lib $FindBin::Bin;
+ use lib qw( builder/lib );
+ use Build::Spec qw( mm_spec );
+ use ExtUtils::MakeMaker;
Index: pkgsrc/graphics/p5-GIFgraph/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/graphics/p5-GIFgraph/patches/patch-Makefile.PL:1.1
--- /dev/null Fri Jun 9 16:43:16 2017
+++ pkgsrc/graphics/p5-GIFgraph/patches/patch-Makefile.PL Fri Jun 9 16:43:16 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:43:16 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 1999-12-30 04:13:34.000000000 +0000
++++ Makefile.PL
+@@ -3,5 +3,6 @@
+
+ #--- Distribution section ---
+-
++use FindBin;
++use lib $FindBin::Bin;
+ use ExtUtils::MakeMaker;
+
Home |
Main Index |
Thread Index |
Old Index