diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
commit | f338d15c2455aef74c106f0ca145983344eab90d (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 | |
parent | 8a439171451ec097e47403c9542494202e0049d2 (diff) | |
download | pkgsrc-f338d15c2455aef74c106f0ca145983344eab90d.tar.gz |
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
-rw-r--r-- | audio/nas/Makefile | 4 | ||||
-rw-r--r-- | cross/avrdude/Makefile | 4 | ||||
-rw-r--r-- | devel/lcc/Makefile | 3 | ||||
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 | ||||
-rw-r--r-- | math/xeukleides/Makefile | 4 | ||||
-rw-r--r-- | net/csup/Makefile | 4 | ||||
-rw-r--r-- | net/irrd/Makefile | 4 | ||||
-rw-r--r-- | net/spreadlogd/Makefile | 4 | ||||
-rw-r--r-- | news/trn/Makefile | 4 | ||||
-rw-r--r-- | security/pscan/Makefile | 4 | ||||
-rw-r--r-- | shells/es/Makefile | 4 | ||||
-rw-r--r-- | time/plan/Makefile | 3 | ||||
-rw-r--r-- | wm/amiwm/Makefile | 4 |
13 files changed, 28 insertions, 22 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index d471a04317a..2b6cf3e7f1e 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2007/11/10 02:41:34 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2007/12/02 08:32:23 rillig Exp $ DISTNAME= nas-1.9.src PKGNAME= ${DISTNAME:S/.src//} @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_TOOLS+= gmake +USE_TOOLS+= gmake yacc lex USE_IMAKE= yes PKG_SYSCONFSUBDIR= nas diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 1f657d87936..da81b405420 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/28 21:11:49 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/02 08:32:24 rillig Exp $ DISTNAME= avrdude-5.2 PKGREVISION= 1 @@ -16,7 +16,7 @@ TEX_ACCEPTED= teTeX3 .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes -USE_TOOLS+= autoconf automake makeinfo texi2html +USE_TOOLS+= autoconf automake makeinfo texi2html yacc INFO_FILES= yes EGDIR= ${PREFIX}/share/examples/avrdude CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf diff --git a/devel/lcc/Makefile b/devel/lcc/Makefile index 4bf8124f3f3..0a7d175dcfc 100644 --- a/devel/lcc/Makefile +++ b/devel/lcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/01/07 09:13:51 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2007/12/02 08:32:24 rillig Exp $ DISTNAME= lcc-4.1 CATEGORIES= devel lang @@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.princeton.edu/software/lcc/ COMMENT= Local ANSI C compiler for a variety of platforms +USE_TOOLS+= yacc MAKE_ENV+= BUILDDIR=${WRKSRC}/bin HOSTFILE=etc/netbsd.c # it builds and runs on others (like alpha) but still diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index b6cb3b787e7..944180fc4b5 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2007/02/22 19:26:30 wiz Exp $ +# $NetBSD: Makefile.common,v 1.24 2007/12/02 08:32:24 rillig Exp $ # NETHACK_BASEVER= 3.4.3 @@ -19,7 +19,7 @@ HOMEPAGE= http://www.nethack.org/ WRKSRC= ${WRKDIR}/nethack-${NETHACK_BASEVER} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh -USE_TOOLS+= gzip +USE_TOOLS+= gzip yacc lex .include "../../mk/bsd.prefs.mk" diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index c2ac4775c3a..9440fd63696 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 21:47:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/12/02 08:32:24 rillig Exp $ DISTNAME= xeukleides.1.0.0 PKGNAME= xeukleides-1.0.0 @@ -15,7 +15,7 @@ DEPENDS+= eukleides>=1.0.1:../../math/eukleides USE_X11BASE= yes BUILD_TARGET= xeukleides -USE_TOOLS+= gmake +USE_TOOLS+= gmake flex .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/csup/Makefile b/net/csup/Makefile index 48b465c7034..b8411d1d6b7 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/12 06:11:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/02 08:32:24 rillig Exp $ # DISTNAME= csup-snap-20070216 @@ -10,7 +10,7 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://www.mu.org/~mux/csup.html COMMENT= Rewrite of the CVSup file updating client in C -USE_TOOLS+= yacc +USE_TOOLS+= lex yacc WRKSRC= ${WRKDIR}/csup INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 9015eca4936..d516d8d96bc 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/11/11 23:58:30 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/12/02 08:32:24 rillig Exp $ DISTNAME= irrd2.2.8 PKGNAME= irrd-2.2.8 @@ -14,7 +14,7 @@ COMMENT= Internet Routing Registry Daemon DEPENDS+= gnupg-[0-9]*:../../security/gnupg DEPENDS+= wget-[0-9]*:../../net/wget -USE_TOOLS+= automake flex perl:run +USE_TOOLS+= automake flex perl:run yacc WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/net/spreadlogd/Makefile b/net/spreadlogd/Makefile index dafb87edd8f..b3691d30a8e 100644 --- a/net/spreadlogd/Makefile +++ b/net/spreadlogd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/16 09:27:05 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/02 08:32:25 rillig Exp $ # DISTNAME= spreadlogd @@ -13,7 +13,7 @@ HOMEPAGE= http://www.backhand.org/mod_log_spread/ COMMENT= Daemon to log to file, messages from spread toolkit clients GNU_CONFIGURE= yes -USE_TOOLS+= perl +USE_TOOLS+= perl yacc WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} RCD_SCRIPTS= spreadlogd diff --git a/news/trn/Makefile b/news/trn/Makefile index 49bb1187bd7..f4b5a139f43 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/02/22 19:27:02 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2007/12/02 08:32:25 rillig Exp $ DISTNAME= trn-4.0-test76 PKGNAME= trn-4.76 @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ENV+= PREFIX=${PREFIX:Q} USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv -USE_TOOLS+= perl:run rm sed tail tr +USE_TOOLS+= perl:run rm sed tail tr yacc CONFIGURE_ENV+= TOOLS_AWK=${TOOLS_AWK:Q} CONFIGURE_ENV+= TOOLS_BASENAME=${TOOLS_BASENAME:Q} CONFIGURE_ENV+= TOOLS_CAT=${TOOLS_CAT:Q} diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 76c77b48f23..7ca2d815ca1 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/02 08:32:25 rillig Exp $ DISTNAME= pscan PKGNAME= pscan-1.3 @@ -11,6 +11,8 @@ COMMENT= Security C code scanner for misuse of format strings BUILD_TARGET= pscan +USE_TOOLS+= lex + INSTALLATION_DIRS= bin do-install: diff --git a/shells/es/Makefile b/shells/es/Makefile index 5e51bb7f418..07b23045076 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/08/04 12:33:45 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/12/02 08:32:25 rillig Exp $ DISTNAME= es-0.9-alpha1 PKGNAME= es-0.9a1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hawkwind.cs.toronto.edu:8001/mlists/es.html COMMENT= Extensible shell, derived from plan9's rc +USE_TOOLS+= yacc + PKG_SHELL= bin/es SUBST_CLASSES= path diff --git a/time/plan/Makefile b/time/plan/Makefile index feeba0dac4a..37e6e441a7c 100644 --- a/time/plan/Makefile +++ b/time/plan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/04/28 15:20:43 reed Exp $ +# $NetBSD: Makefile,v 1.28 2007/12/02 08:32:25 rillig Exp $ DISTNAME= plan-1.9 CATEGORIES= x11 time @@ -9,6 +9,7 @@ HOMEPAGE= http://me.in-berlin.de/~bitrot/plan.html COMMENT= Schedule planner based on X/Motif WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_TOOLS+= yacc lex USE_X11BASE= YES BUILD_TARGET= ${LOWER_OPSYS} diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index 8a744234886..af791dcd4ff 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/07/31 10:35:09 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/02 08:32:25 rillig Exp $ # DISTNAME= amiwm0.20pl48 @@ -16,7 +16,7 @@ RESTRICTED= Restrictive copyright (non-commerical use only) NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -USE_TOOLS+= ksh:run +USE_TOOLS+= ksh:run yacc lex REPLACE_KSH= Xsession.in Xsession2.in .include "../../mk/bsd.prefs.mk" |