summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsno <sno>2010-02-25 14:07:52 +0000
committersno <sno>2010-02-25 14:07:52 +0000
commit3056f0fca705fb51c724f49c27219ccd15823b6d (patch)
tree5e400cd223e9a159992146e14c0ea6fe41603c89 /editors
parent8990cce5f6f1db0bbc7f2d2a105947f8f1d15948 (diff)
downloadpkgsrc-3056f0fca705fb51c724f49c27219ccd15823b6d.tar.gz
Patching out the auto_install() invocation in Makefile.PL which causes
core dumps when run without DISPLAY. Thanks to Joerg Sonnenberger for reporting.
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre-Plugin-DataWalker/distinfo3
-rw-r--r--editors/p5-Padre-Plugin-DataWalker/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/p5-Padre-Plugin-DataWalker/distinfo b/editors/p5-Padre-Plugin-DataWalker/distinfo
index 37d2c693e63..aea670a72e6 100644
--- a/editors/p5-Padre-Plugin-DataWalker/distinfo
+++ b/editors/p5-Padre-Plugin-DataWalker/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:36:17 sno Exp $
+$NetBSD: distinfo,v 1.2 2010/02/25 14:07:52 sno Exp $
SHA1 (Padre-Plugin-DataWalker-0.02.tar.gz) = 101a5031a67b2eb481c856b9fb752cfbd7259855
RMD160 (Padre-Plugin-DataWalker-0.02.tar.gz) = 4b0cc9c530777489061d7a60a2c8b33178efd183
Size (Padre-Plugin-DataWalker-0.02.tar.gz) = 30458 bytes
+SHA1 (patch-aa) = f6671f66ed0d45539941f8adbd848f3fb3fe5d9c
diff --git a/editors/p5-Padre-Plugin-DataWalker/patches/patch-aa b/editors/p5-Padre-Plugin-DataWalker/patches/patch-aa
new file mode 100644
index 00000000000..3f88ba61ed4
--- /dev/null
+++ b/editors/p5-Padre-Plugin-DataWalker/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2010/02/25 14:07:52 sno Exp $
+
+--- Makefile.PL.orig 2010-01-12 16:33:35.000000000 +0000
++++ Makefile.PL
+@@ -15,7 +15,6 @@ requires 'YAML::XS' => '0';
+ build_requires 'Test::More';
+
+ is_padre_plugin; # authors: Install Module::Install::PadrePlugin
+-auto_install;
+
+ install_share_with_mofiles; # install Locale::Msgfmt
+