From 4e88278d1ff940f059f89ace9afba5cdfdf0557b Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 25 Feb 2010 14:07:52 +0000 Subject: Patching out the auto_install() invocation in Makefile.PL which causes core dumps when run without DISPLAY. Thanks to Joerg Sonnenberger for reporting. --- editors/p5-Padre-Plugin-DataWalker/distinfo | 3 ++- editors/p5-Padre-Plugin-DataWalker/patches/patch-aa | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editors/p5-Padre-Plugin-DataWalker/patches/patch-aa (limited to 'editors') 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 + -- cgit v1.2.3