From 50152cc68156baf492466f6d1cb76c437d9d2494 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Sep 2007 21:59:22 +0000 Subject: Report it if part of the build fails. --- news/tin/distinfo | 3 ++- news/tin/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 news/tin/patches/patch-ab (limited to 'news/tin') 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 -- cgit v1.2.3