diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-05 21:59:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-05 21:59:22 +0000 |
commit | 7dc977c1cbd171d6db0eccd9b7c283267c8e5330 (patch) | |
tree | 3d6d3af61a9876f713443caa06a77c6e5db9bb59 /news/tin | |
parent | b99a1d8de64cdec267c0cd69694e9add2376cd19 (diff) | |
download | pkgsrc-7dc977c1cbd171d6db0eccd9b7c283267c8e5330.tar.gz |
Report it if part of the build fails.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/distinfo | 3 | ||||
-rw-r--r-- | news/tin/patches/patch-ab | 13 |
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 |