pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/tin Report it if part of the build fails.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7a268308db6
branches:  trunk
changeset: 532978:d7a268308db6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 05 21:59:22 2007 +0000

description:
Report it if part of the build fails.

diffstat:

 news/tin/distinfo         |   3 ++-
 news/tin/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r dad28729bd25 -r d7a268308db6 news/tin/distinfo
--- a/news/tin/distinfo Wed Sep 05 21:56:21 2007 +0000
+++ b/news/tin/distinfo Wed Sep 05 21:59:22 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2007/02/02 19:29:12 wiz Exp $
+$NetBSD: distinfo,v 1.14 2007/09/05 21:59:22 wiz Exp $
 
 SHA1 (tin-1.8.3.tar.bz2) = 3822e7281d22433862075270b06bfa6b82226b0e
 RMD160 (tin-1.8.3.tar.bz2) = 7e165eccb099cfc8aae073781a5642266321dd3e
 Size (tin-1.8.3.tar.bz2) = 1437604 bytes
 SHA1 (patch-aa) = a3d40ff4e38230bcf8a3814c92ec2a75f85bf44e
+SHA1 (patch-ab) = 34794d259ae4fb81888184ded9876ab5874d8731
diff -r dad28729bd25 -r d7a268308db6 news/tin/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/tin/patches/patch-ab Wed Sep 05 21:59:22 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2007/09/05 21:59:22 wiz Exp $
+
+--- Makefile.orig      2007-02-01 13:11:14.000000000 +0000
++++ Makefile
+@@ -407,7 +407,7 @@ all:
+       @$(ECHO) " "
+ 
+ build:
+-      @-if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi
++      @if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi
+ 
+ install:
+       @$(CD) $(SRCDIR) && $(MAKE) install



Home | Main Index | Thread Index | Old Index