pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16f4d4a25650
branches:  trunk
changeset: 538285:16f4d4a25650
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Feb 04 20:10:34 2008 +0000

description:
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS

diffstat:

 audio/gtkpod/Makefile                   |  4 ++--
 audio/libvisual-plugins/Makefile        |  4 ++--
 chat/ircu/Makefile                      |  3 ++-
 devel/cqual/Makefile                    |  4 ++--
 devel/kscope/Makefile                   |  4 ++--
 devel/rpc2/Makefile                     |  4 ++--
 emulators/wine/Makefile                 |  4 ++--
 geography/postgresql81-postgis/Makefile |  4 ++--
 lang/pnet/Makefile                      |  4 ++--
 math/gcalctool/Makefile                 |  4 ++--
 net/nfdump/Makefile                     |  3 ++-
 print/hugeotp2ocp/Makefile              |  3 ++-
 print/ja-ptex-bin/Makefile              |  4 +++-
 www/cherokee/Makefile                   |  4 ++--
 14 files changed, 29 insertions(+), 24 deletions(-)

diffs (249 lines):

diff -r 4a7c19906b18 -r 16f4d4a25650 audio/gtkpod/Makefile
--- a/audio/gtkpod/Makefile     Mon Feb 04 19:52:54 2008 +0000
+++ b/audio/gtkpod/Makefile     Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 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 -r 4a7c19906b18 -r 16f4d4a25650 audio/libvisual-plugins/Makefile
--- a/audio/libvisual-plugins/Makefile  Mon Feb 04 19:52:54 2008 +0000
+++ b/audio/libvisual-plugins/Makefile  Mon Feb 04 20:10:34 2008 +0000
@@ -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_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 -r 4a7c19906b18 -r 16f4d4a25650 chat/ircu/Makefile
--- a/chat/ircu/Makefile        Mon Feb 04 19:52:54 2008 +0000
+++ b/chat/ircu/Makefile        Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 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 -r 4a7c19906b18 -r 16f4d4a25650 devel/cqual/Makefile
--- a/devel/cqual/Makefile      Mon Feb 04 19:52:54 2008 +0000
+++ b/devel/cqual/Makefile      Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 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 -r 4a7c19906b18 -r 16f4d4a25650 devel/kscope/Makefile
--- a/devel/kscope/Makefile     Mon Feb 04 19:52:54 2008 +0000
+++ b/devel/kscope/Makefile     Mon Feb 04 20:10:34 2008 +0000
@@ -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+=              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 -r 4a7c19906b18 -r 16f4d4a25650 devel/rpc2/Makefile
--- a/devel/rpc2/Makefile       Mon Feb 04 19:52:54 2008 +0000
+++ b/devel/rpc2/Makefile       Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 # 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 -r 4a7c19906b18 -r 16f4d4a25650 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Mon Feb 04 19:52:54 2008 +0000
+++ b/emulators/wine/Makefile   Mon Feb 04 20:10:34 2008 +0000
@@ -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_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 -r 4a7c19906b18 -r 16f4d4a25650 geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Mon Feb 04 19:52:54 2008 +0000
+++ b/geography/postgresql81-postgis/Makefile   Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 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 -r 4a7c19906b18 -r 16f4d4a25650 lang/pnet/Makefile
--- a/lang/pnet/Makefile        Mon Feb 04 19:52:54 2008 +0000
+++ b/lang/pnet/Makefile        Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 CONFLICTS=     mono-[0-9]*
 
-USE_TOOLS+=    gmake makeinfo
+USE_TOOLS+=    gmake lex makeinfo
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
diff -r 4a7c19906b18 -r 16f4d4a25650 math/gcalctool/Makefile
--- a/math/gcalctool/Makefile   Mon Feb 04 19:52:54 2008 +0000
+++ b/math/gcalctool/Makefile   Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 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 -r 4a7c19906b18 -r 16f4d4a25650 net/nfdump/Makefile
--- a/net/nfdump/Makefile       Mon Feb 04 19:52:54 2008 +0000
+++ b/net/nfdump/Makefile       Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 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 -r 4a7c19906b18 -r 16f4d4a25650 print/hugeotp2ocp/Makefile
--- a/print/hugeotp2ocp/Makefile        Mon Feb 04 19:52:54 2008 +0000
+++ b/print/hugeotp2ocp/Makefile        Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 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 -r 4a7c19906b18 -r 16f4d4a25650 print/ja-ptex-bin/Makefile
--- a/print/ja-ptex-bin/Makefile        Mon Feb 04 19:52:54 2008 +0000
+++ b/print/ja-ptex-bin/Makefile        Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 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 -r 4a7c19906b18 -r 16f4d4a25650 www/cherokee/Makefile
--- a/www/cherokee/Makefile     Mon Feb 04 19:52:54 2008 +0000
+++ b/www/cherokee/Makefile     Mon Feb 04 20:10:34 2008 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            bison
+USE_TOOLS+=            bison lex
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index