summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-05 21:59:22 +0000
committerwiz <wiz>2007-09-05 21:59:22 +0000
commitbb81bfdad1b13087e95674c9a7c1e363447d0887 (patch)
tree3d6d3af61a9876f713443caa06a77c6e5db9bb59 /news
parent80b235f1e0b00726b82646c9c272d26f97132cf3 (diff)
downloadpkgsrc-bb81bfdad1b13087e95674c9a7c1e363447d0887.tar.gz
Report it if part of the build fails.
Diffstat (limited to 'news')
-rw-r--r--news/tin/distinfo3
-rw-r--r--news/tin/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/news/tin/distinfo b/news/tin/distinfo
index f50e4045935..408942e38e9 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -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 --git a/news/tin/patches/patch-ab b/news/tin/patches/patch-ab
new file mode 100644
index 00000000000..9c5f071581e
--- /dev/null
+++ b/news/tin/patches/patch-ab
@@ -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