diff options
author | sno <sno@pkgsrc.org> | 2010-02-25 14:07:52 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-25 14:07:52 +0000 |
commit | 8574fdc1b77f2fc668093ead08311d29a5d77a6f (patch) | |
tree | 5e400cd223e9a159992146e14c0ea6fe41603c89 | |
parent | 3989031d4ad13d52f9cb9429009f56bcc44972e4 (diff) | |
download | pkgsrc-8574fdc1b77f2fc668093ead08311d29a5d77a6f.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.
-rw-r--r-- | editors/p5-Padre-Plugin-DataWalker/distinfo | 3 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-DataWalker/patches/patch-aa | 12 |
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 + |