diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
-rw-r--r-- | audio/gtkpod/Makefile | 4 | ||||
-rw-r--r-- | audio/libvisual-plugins/Makefile | 4 | ||||
-rw-r--r-- | chat/ircu/Makefile | 3 | ||||
-rw-r--r-- | devel/cqual/Makefile | 4 | ||||
-rw-r--r-- | devel/kscope/Makefile | 4 | ||||
-rw-r--r-- | devel/rpc2/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 | ||||
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 4 | ||||
-rw-r--r-- | lang/pnet/Makefile | 4 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | net/nfdump/Makefile | 3 | ||||
-rw-r--r-- | print/hugeotp2ocp/Makefile | 3 | ||||
-rw-r--r-- | print/ja-ptex-bin/Makefile | 4 | ||||
-rw-r--r-- | www/cherokee/Makefile | 4 |
14 files changed, 29 insertions, 24 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 5ec0d6ab102..3793118e15d 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/12/26 14:02:35 smb Exp $ +# $NetBSD: Makefile,v 1.20 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= gtkpod-0.99.12 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= intltool msgfmt perl:run pkg-config +USE_TOOLS+= intltool lex msgfmt perl:run pkg-config USE_TOOLS+= gmake REPLACE_PERL+= scripts/mab2vcard diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index 4babd5b189a..b49927cfcd9 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/12/30 17:57:19 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= libvisual-plugins-0.4.0 @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config mkdirhier +USE_TOOLS+= pkg-config mkdirhier yacc .include "../../audio/goom/buildlink3.mk" .include "../../audio/libvisual/buildlink3.mk" diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 0724899aae7..8e548047398 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/01/30 23:07:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= ircu2.10.12.12 @@ -13,6 +13,7 @@ COMMENT= Internet Relay Chat server customized for Undernet CONFLICTS+= ircd-hybrid-[0-9]* GNU_CONFIGURE= YES +USE_TOOLS+= lex CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin CONFIGURE_ARGS+= --with-cpath=${PKG_SYSCONFDIR}/ircd.conf diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index 45e221b05c0..dcf57dd2eae 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:01:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= cqual-0.991 @@ -12,7 +12,7 @@ COMMENT= Tool for adding type qualifiers to C USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl:run bison +USE_TOOLS+= gmake perl:run bison m4 REPLACE_PERL+= bin/* INFO_FILES= yes diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index 01545adf8ab..fdb3b6b5956 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/18 05:14:34 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= kscope-1.6.0 @@ -14,7 +14,7 @@ DEPENDS+= cscope>=15.6:../../devel/cscope DEPENDS+= exctags>=5.5.4:../../devel/exctags GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake lex pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index 0cc398ca30e..47a2e0bd0bd 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/01/29 20:50:43 gdt Exp $ +# $NetBSD: Makefile,v 1.34 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= rpc2-2.7 @@ -16,7 +16,7 @@ USE_TOOLS+= gmake perl pkg-config # in configure.in, but with yacc in USE_TOOLS, then there # should always be at least yacc and this is no # longer necessary. -USE_TOOLS+= yacc +USE_TOOLS+= lex yacc GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 547268a0101..8e980ca26b5 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2008/01/18 05:06:32 tnn Exp $ +# $NetBSD: Makefile,v 1.142 2008/02/04 20:10:35 tnn Exp $ DISTNAME= wine-0.9.44 PKGREVISION= 2 @@ -21,7 +21,7 @@ USE_DIRS+= xdg-1.1 USE_LANGUAGES= c USE_LIBTOOL= yes USE_NCURSES= yes -USE_TOOLS+= bison gmake mktemp +USE_TOOLS+= bison flex gmake mktemp GNU_CONFIGURE= yes UNLIMIT_RESOURCES= datasize diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 1c5aa54cc6c..4584054d425 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:37 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/02/04 20:10:35 tnn Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.3.2 @@ -19,7 +19,7 @@ CONFLICTS= postgis-[0-9]* MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake lex perl USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-rpath diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 6a862900051..2608d94b5a2 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/07 13:03:59 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn Exp $ DISTNAME= pnet-0.6.6 PKGREVISION= 2 @@ -13,7 +13,7 @@ BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc CONFLICTS= mono-[0-9]* -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake lex makeinfo USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 6e5bfc67115..0707b316312 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/11/03 16:30:30 drochner Exp $ +# $NetBSD: Makefile,v 1.66 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= gcalctool-5.20.2 @@ -15,7 +15,7 @@ CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake intltool msgfmt pkg-config +USE_TOOLS+= bison gmake intltool lex msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= gcalctool.schemas diff --git a/net/nfdump/Makefile b/net/nfdump/Makefile index 69d90c2f6f1..2d04d05eca5 100644 --- a/net/nfdump/Makefile +++ b/net/nfdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/09/21 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= nfdump-1.5.5 @@ -12,6 +12,7 @@ COMMENT= Tools to collect and process netflow data GNU_CONFIGURE= yes TEST_TARGET= test +USE_TOOLS+= lex PKG_OPTIONS_VAR= PKG_OPTIONS.nfdump PKG_SUPPORTED_OPTIONS= nfdump-ftconv nfdump-sflow nfdump-nfprofile diff --git a/print/hugeotp2ocp/Makefile b/print/hugeotp2ocp/Makefile index f6800515290..b48209126c7 100644 --- a/print/hugeotp2ocp/Makefile +++ b/print/hugeotp2ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/11 14:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/04 20:10:34 tnn Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:S/tetex-src/hugeotp2ocp/} @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/texk/web2c/lib USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= lex CONFIGURE_ARGS+= --without-texinfo CONFIGURE_ARGS+= --without-dialog diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index a6e09e8fa93..0489686ede4 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:54 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2008/02/04 20:10:34 tnn Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -14,6 +14,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.ascii.co.jp/pb/ptex/ COMMENT= Publishing TeX (pTeX) +USE_TOOLS+= lex + # XXX ${MAKE_VARIABLES} won't be extracted here. strange... SITES.dvipsk-jpatch-p1.7a.tar.gz= \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ \ diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index a967372eb55..b02d1f7c9e9 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:48 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= cherokee-0.5.3 @@ -12,7 +12,7 @@ COMMENT= Flexible and fast web server GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= bison +USE_TOOLS+= bison lex CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |