pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Depend on yacc, lex and flex as needed. Fixes PR 37586.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c2a1408c6e7
branches:  trunk
changeset: 536749:6c2a1408c6e7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 21 22:54:56 2007 +0000

description:
Depend on yacc, lex and flex as needed. Fixes PR 37586.

diffstat:

 cross/avrdude/Makefile           |  4 ++--
 mail/milter-regex/Makefile       |  3 ++-
 multimedia/gstreamer0.8/Makefile |  4 ++--
 www/wwwoffle/Makefile            |  4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diffs (71 lines):

diff -r ac83b0316510 -r 6c2a1408c6e7 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Fri Dec 21 22:35:42 2007 +0000
+++ b/cross/avrdude/Makefile    Fri Dec 21 22:54:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/12/02 08:32:24 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2007/12/21 22:54:56 joerg Exp $
 
 DISTNAME=              avrdude-5.2
 PKGREVISION=           1
@@ -16,7 +16,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            autoconf automake makeinfo texi2html yacc
+USE_TOOLS+=            autoconf automake makeinfo texi2html yacc lex
 INFO_FILES=            yes
 EGDIR=                 ${PREFIX}/share/examples/avrdude
 CONF_FILES=            ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
diff -r ac83b0316510 -r 6c2a1408c6e7 mail/milter-regex/Makefile
--- a/mail/milter-regex/Makefile        Fri Dec 21 22:35:42 2007 +0000
+++ b/mail/milter-regex/Makefile        Fri Dec 21 22:54:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/01/07 09:13:58 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2007/12/21 22:54:57 joerg Exp $
 
 DISTNAME=      milter-regex-1.6
 PKGREVISION=   1
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://www.benzedrine.cx/milter-regex.html
 COMMENT=       Milter enabling regular expression filtering
 
+USE_TOOLS+=            yacc
 INSTALLATION_DIRS=     ${PKGMANDIR}/man8 sbin
 
 PKG_GROUPS=            smmsp
diff -r ac83b0316510 -r 6c2a1408c6e7 multimedia/gstreamer0.8/Makefile
--- a/multimedia/gstreamer0.8/Makefile  Fri Dec 21 22:35:42 2007 +0000
+++ b/multimedia/gstreamer0.8/Makefile  Fri Dec 21 22:54:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/09/21 13:04:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/12/21 22:54:57 joerg Exp $
 #
 
 DISTNAME=              gstreamer-0.8.11
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl pkg-config
+USE_TOOLS+=            gmake perl pkg-config flex
 
 CONFIGURE_ARGS+=       --disable-plugin-builddir
 CONFIGURE_ARGS+=       --localstatedir=${GST0.8_DBDIR}
diff -r ac83b0316510 -r 6c2a1408c6e7 www/wwwoffle/Makefile
--- a/www/wwwoffle/Makefile     Fri Dec 21 22:35:42 2007 +0000
+++ b/www/wwwoffle/Makefile     Fri Dec 21 22:54:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2007/12/02 11:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2007/12/21 22:54:57 joerg Exp $
 
 DISTNAME=      wwwoffle-2.9a
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.gedanken.demon.co.uk/wwwoffle/
 COMMENT=       WWW proxy with support for offline browsing
 
-USE_TOOLS+=    gmake gzip perl tar
+USE_TOOLS+=    gmake gzip perl tar lex
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index