pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Some more packages need lex and yacc. Patch by Aleksey...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fb7ec442bdd
branches:  trunk
changeset: 536077:0fb7ec442bdd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 02 08:32:23 2007 +0000

description:
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.

diffstat:

 audio/nas/Makefile                |  4 ++--
 cross/avrdude/Makefile            |  4 ++--
 devel/lcc/Makefile                |  3 ++-
 games/nethack-lib/Makefile.common |  4 ++--
 math/xeukleides/Makefile          |  4 ++--
 net/csup/Makefile                 |  4 ++--
 net/irrd/Makefile                 |  4 ++--
 net/spreadlogd/Makefile           |  4 ++--
 news/trn/Makefile                 |  4 ++--
 security/pscan/Makefile           |  4 +++-
 shells/es/Makefile                |  4 +++-
 time/plan/Makefile                |  3 ++-
 wm/amiwm/Makefile                 |  4 ++--
 13 files changed, 28 insertions(+), 22 deletions(-)

diffs (232 lines):

diff -r ebe62947c22c -r 0fb7ec442bdd audio/nas/Makefile
--- a/audio/nas/Makefile        Sun Dec 02 04:20:53 2007 +0000
+++ b/audio/nas/Makefile        Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 MAKE_JOBS_SAFE=                no
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake yacc lex
 USE_IMAKE=             yes
 
 PKG_SYSCONFSUBDIR=     nas
diff -r ebe62947c22c -r 0fb7ec442bdd cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Sun Dec 02 04:20:53 2007 +0000
+++ b/cross/avrdude/Makefile    Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 .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 -r ebe62947c22c -r 0fb7ec442bdd devel/lcc/Makefile
--- a/devel/lcc/Makefile        Sun Dec 02 04:20:53 2007 +0000
+++ b/devel/lcc/Makefile        Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Sun Dec 02 04:20:53 2007 +0000
+++ b/games/nethack-lib/Makefile.common Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd math/xeukleides/Makefile
--- a/math/xeukleides/Makefile  Sun Dec 02 04:20:53 2007 +0000
+++ b/math/xeukleides/Makefile  Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 
 USE_X11BASE=   yes
 BUILD_TARGET=  xeukleides
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake flex
 
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ebe62947c22c -r 0fb7ec442bdd net/csup/Makefile
--- a/net/csup/Makefile Sun Dec 02 04:20:53 2007 +0000
+++ b/net/csup/Makefile Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd net/irrd/Makefile
--- a/net/irrd/Makefile Sun Dec 02 04:20:53 2007 +0000
+++ b/net/irrd/Makefile Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd net/spreadlogd/Makefile
--- a/net/spreadlogd/Makefile   Sun Dec 02 04:20:53 2007 +0000
+++ b/net/spreadlogd/Makefile   Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd news/trn/Makefile
--- a/news/trn/Makefile Sun Dec 02 04:20:53 2007 +0000
+++ b/news/trn/Makefile Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd security/pscan/Makefile
--- a/security/pscan/Makefile   Sun Dec 02 04:20:53 2007 +0000
+++ b/security/pscan/Makefile   Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 
 BUILD_TARGET=  pscan
 
+USE_TOOLS+=    lex
+
 INSTALLATION_DIRS=     bin
 
 do-install:
diff -r ebe62947c22c -r 0fb7ec442bdd shells/es/Makefile
--- a/shells/es/Makefile        Sun Dec 02 04:20:53 2007 +0000
+++ b/shells/es/Makefile        Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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 -r ebe62947c22c -r 0fb7ec442bdd time/plan/Makefile
--- a/time/plan/Makefile        Sun Dec 02 04:20:53 2007 +0000
+++ b/time/plan/Makefile        Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 COMMENT=       Schedule planner based on X/Motif
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
+USE_TOOLS+=    yacc lex
 USE_X11BASE=   YES
 BUILD_TARGET=  ${LOWER_OPSYS}
 
diff -r ebe62947c22c -r 0fb7ec442bdd wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Sun Dec 02 04:20:53 2007 +0000
+++ b/wm/amiwm/Makefile Sun Dec 02 08:32:23 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index