diff options
author | tron <tron@pkgsrc.org> | 1999-09-30 17:35:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-30 17:35:21 +0000 |
commit | 15a0e5e1d96da03607ca0302ff252a9100aacf62 (patch) | |
tree | 484bcfb3d12c293008203424bebb6fc682f59461 /news | |
parent | ad52b2d9559e75f37e183a1a18bd272498fafe00 (diff) | |
download | pkgsrc-15a0e5e1d96da03607ca0302ff252a9100aacf62.tar.gz |
Remove build dependence on "bison" package because the "configure" script
can be convinced to use NetBSD's "yacc" instead. Patch supplied by
David Rankin in PR pkg/8516.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 4 | ||||
-rw-r--r-- | news/inn/files/patch-sum | 4 | ||||
-rw-r--r-- | news/inn/patches/patch-aa | 11 |
3 files changed, 13 insertions, 6 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index c579a68d53b..65c66d11a81 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/08/24 14:18:57 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/09/30 17:35:21 tron Exp $ DISTNAME= inn-2.2 CATEGORIES= news @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.isc.org/isc/inn/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.isc.org/inn.html -BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison - CONFLICTS+= nntpclnt-* INN_DATA_DIR?= /var/news diff --git a/news/inn/files/patch-sum b/news/inn/files/patch-sum index 72f596c09c5..c6996841101 100644 --- a/news/inn/files/patch-sum +++ b/news/inn/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.6 1999/07/29 21:15:47 tron Exp $ +$NetBSD: patch-sum,v 1.7 1999/09/30 17:35:22 tron Exp $ -MD5 (patch-aa) = 2390c877da186d1501bfb499a9f27096 +MD5 (patch-aa) = 9e4ea714841156fdbce9e9e2f2f1f600 MD5 (patch-ab) = 69a4b8bfa51950f4d1fac766e906cc97 MD5 (patch-ac) = f7a77956558d860d101e2efe7b3bf3d4 MD5 (patch-ad) = 3eec593f7b8efe5ec284887f713d4ddd diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa index c5b5354baa5..b46ec37c7de 100644 --- a/news/inn/patches/patch-aa +++ b/news/inn/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $ +$NetBSD: patch-aa,v 1.6 1999/09/30 17:35:23 tron Exp $ --- configure.orig Mon May 17 10:25:36 1999 +++ configure Mon May 17 10:25:41 1999 @@ -26,3 +26,12 @@ $NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $ +@@ -1440,7 +1429,7 @@ + SET_MAKE="MAKE=${MAKE-make}" + fi + +-for ac_prog in 'bison -y' byacc ++for ac_prog in 'bison -y' byacc yacc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |