pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-BSD-Resource Adding patch to fix RT #44028: t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd245a556822
branches: trunk
changeset: 556588:dd245a556822
user: sno <sno%pkgsrc.org@localhost>
date: Sun Mar 22 22:15:20 2009 +0000
description:
Adding patch to fix RT #44028: temporary file deleted to early in
compiler detection.
Oked by joerg@ and rhaen@
diffstat:
devel/p5-BSD-Resource/distinfo | 3 ++-
devel/p5-BSD-Resource/patches/patch-aa | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r b6e35f5db226 -r dd245a556822 devel/p5-BSD-Resource/distinfo
--- a/devel/p5-BSD-Resource/distinfo Sun Mar 22 22:04:44 2009 +0000
+++ b/devel/p5-BSD-Resource/distinfo Sun Mar 22 22:15:20 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2009/01/04 17:24:46 he Exp $
+$NetBSD: distinfo,v 1.11 2009/03/22 22:15:20 sno Exp $
SHA1 (BSD-Resource-1.2902.tar.gz) = 9d317a36874b5dda32a41275b506b9ee58bc8837
RMD160 (BSD-Resource-1.2902.tar.gz) = bb3f31e599792b25a7252b0094cacec8729d541e
Size (BSD-Resource-1.2902.tar.gz) = 59156 bytes
+SHA1 (patch-aa) = 7ca4bbda8072b98409d286b841c93b006805187d
diff -r b6e35f5db226 -r dd245a556822 devel/p5-BSD-Resource/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-BSD-Resource/patches/patch-aa Sun Mar 22 22:15:20 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2009/03/22 22:15:20 sno Exp $
+
+Fix RT #44028
+
+--- Makefile.PL.orig 2009-02-03 13:08:49.000000000 +0100
++++ Makefile.PL 2009-02-03 13:14:41.000000000 +0100
+@@ -60,9 +60,9 @@
+ $ok = -s "$tmp.o";
+ $CC = $cc;
+ }
+- unlink("$tmp.c", "$tmp.o");
+ last if $ok;
+ }
++ unlink("$tmp.c", "$tmp.o");
+ }
+
+ return $ok;
Home |
Main Index |
Thread Index |
Old Index