summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/patches
diff options
context:
space:
mode:
authormarkd <markd>2008-10-22 10:35:30 +0000
committermarkd <markd>2008-10-22 10:35:30 +0000
commit8224c808032b0dd42f5cf7c86d2b9f701cf7917c (patch)
tree0fcff8557e6f8c3038e57abeb8f9d8f8fdf26f49 /x11/p5-Tk/patches
parentb5b77e3edc4e1c79fa7f35d3f5b44c162198c5ed (diff)
downloadpkgsrc-8224c808032b0dd42f5cf7c86d2b9f701cf7917c.tar.gz
Update to 804.028
Various bugfixes including fix building with perl 5.10.
Diffstat (limited to 'x11/p5-Tk/patches')
-rw-r--r--x11/p5-Tk/patches/patch-ac6
-rw-r--r--x11/p5-Tk/patches/patch-ad16
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/p5-Tk/patches/patch-ac b/x11/p5-Tk/patches/patch-ac
index c607183e642..04f76c00a5b 100644
--- a/x11/p5-Tk/patches/patch-ac
+++ b/x11/p5-Tk/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.1 2004/12/25 14:00:10 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2008/10/22 10:35:30 markd Exp $
---- JPEG/Makefile.PL.orig 2003-12-10 23:12:06.000000000 +0100
+--- JPEG/Makefile.PL.orig 2007-05-06 06:38:15.000000000 +1200
+++ JPEG/Makefile.PL
@@ -5,29 +5,11 @@ my $l = $Config::Config{'lib_ext'};
@@ -26,7 +26,7 @@ $NetBSD: patch-ac,v 1.1 2004/12/25 14:00:10 wiz Exp $
- {
- push(@args, MYEXTLIB => "jpeg/libjpeg$l",
- 'INC' => '-Ijpeg');
-- copy("jpeg/Makefile.maybe","jpeg/Makefile.PL");
+- copy("Makefile.jpeg.maybe","jpeg/Makefile.PL");
- warn "Building jpeg/libjpeg$l\n";
- }
diff --git a/x11/p5-Tk/patches/patch-ad b/x11/p5-Tk/patches/patch-ad
index 8fb32e98f48..4b6476f3f26 100644
--- a/x11/p5-Tk/patches/patch-ad
+++ b/x11/p5-Tk/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.2 2005/12/12 18:04:47 joerg Exp $
+$NetBSD: patch-ad,v 1.3 2008/10/22 10:35:30 markd Exp $
---- PNG/Makefile.PL.orig 2003-12-30 10:45:03.000000000 +0000
+--- PNG/Makefile.PL.orig 2007-05-06 06:38:35.000000000 +1200
+++ PNG/Makefile.PL
@@ -1,7 +1,6 @@
use strict;
@@ -37,14 +37,14 @@ $NetBSD: patch-ad,v 1.2 2005/12/12 18:04:47 joerg Exp $
- chmod(0666,$file);
- unlink($file);
- }
-- unless (copy("libpng/Makefile.maybe","libpng/Makefile.PL"))
+- unless (copy("Makefile.libpng.maybe","libpng/Makefile.PL"))
- {
-- warn "Cannot copy libpng/Makefile.maybe => libpng/Makefile.PL ($!)";
+- warn "Cannot copy Makefile.libpng.maybe => libpng/Makefile.PL ($!)";
- $ok = 0;
- }
-- unless (copy("zlib/Makefile.maybe","zlib/Makefile.PL"))
+- unless (copy("Makefile.zlib.maybe","zlib/Makefile.PL"))
- {
-- warn "Cannot copy zlib/Makefile.maybe => zlib/Makefile.PL ($!)";
+- warn "Cannot copy Makefile.zlib.maybe => zlib/Makefile.PL ($!)";
- $ok = 0;
- }
- if ($ok)
@@ -78,5 +78,5 @@ $NetBSD: patch-ad,v 1.2 2005/12/12 18:04:47 joerg Exp $
- }
- }
- package MY;
-
+ sub MY::test_via_harness
+ {