pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Some packages need lex and yacc. Patch by Aleksey Cheu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fafb070698ee
branches: trunk
changeset: 535429:fafb070698ee
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Nov 17 12:04:11 2007 +0000
description:
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
diffstat:
cad/covered-current/Makefile | 4 ++--
cad/covered/Makefile | 4 ++--
comms/fidogate/Makefile | 4 ++--
databases/unixodbc/Makefile | 4 ++--
devel/libjit/Makefile | 4 ++--
devel/opencm/Makefile | 4 ++--
devel/rsltc/Makefile | 4 ++--
devel/treecc/Makefile | 4 ++--
emulators/spim/Makefile | 4 ++--
emulators/twin/Makefile | 4 ++--
graphics/aqsis/Makefile | 4 ++--
graphics/dx/Makefile | 4 ++--
graphics/geomview/Makefile | 3 ++-
mail/nmh/Makefile | 4 +++-
math/eukleides/Makefile | 4 ++--
net/bind8/Makefile | 4 +++-
news/xrn/Makefile | 3 ++-
print/ghostscript/Makefile | 4 ++--
print/gimp-print-cups/Makefile | 4 ++--
print/gimp-print-escputil/Makefile | 4 ++--
print/gimp-print-ijs/Makefile | 4 ++--
print/gimp-print/Makefile | 4 ++--
print/teTeX3-bin/Makefile | 4 ++--
security/sfs/Makefile | 4 ++--
textproc/dict-dictionaries/Makefile | 4 ++--
wm/golem/Makefile | 4 ++--
www/ap-php/Makefile | 4 +++-
www/ap2-suphp/Makefile | 3 ++-
28 files changed, 59 insertions(+), 50 deletions(-)
diffs (truncated from 501 to 300 lines):
diff -r 9534521f516c -r fafb070698ee cad/covered-current/Makefile
--- a/cad/covered-current/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/cad/covered-current/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-${SNAPDATE}
@@ -18,7 +18,7 @@
SNAPDATE= 20060904
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find
diff -r 9534521f516c -r fafb070698ee cad/covered/Makefile
--- a/cad/covered/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/cad/covered/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/12 03:11:18 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-0.4.7
@@ -16,7 +16,7 @@
CONFLICTS+= covered-current-[0-9]*
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find
diff -r 9534521f516c -r fafb070698ee comms/fidogate/Makefile
--- a/comms/fidogate/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/comms/fidogate/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2007/09/29 12:32:22 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= fidogate-4.4.10
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
-USE_TOOLS+= gmake makeinfo perl:run
+USE_TOOLS+= gmake makeinfo perl:run yacc
MAKE_ENV+= DEBUG="${CFLAGS} -Werror"
BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}"
diff -r 9534521f516c -r fafb070698ee databases/unixodbc/Makefile
--- a/databases/unixodbc/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/databases/unixodbc/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/23 20:50:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2007/11/17 12:04:11 rillig Exp $
PKGNAME= unixodbc-${ODBC_BASE_VERS}
COMMENT= ODBC 2.x/3.x driver manager
@@ -7,7 +7,7 @@
.include "../../databases/unixodbc/Makefile.common"
-USE_TOOLS+= flex # to get libodbctxt.la
+USE_TOOLS+= flex yacc # to get libodbctxt.la
CONFIGURE_ARGS+= --disable-gui
PLIST_SUBST+= UNIXODBC_DRIVERS_DIR=${UNIXODBC_DRIVERS_DIR:Q}
diff -r 9534521f516c -r fafb070698ee devel/libjit/Makefile
--- a/devel/libjit/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/devel/libjit/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/06/08 15:31:24 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= libjit-0.0.4
@@ -12,7 +12,7 @@
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake lex makeinfo
+USE_TOOLS+= gmake lex yacc makeinfo
GNU_CONFIGURE= yes
INFO_FILES= # PLIST
diff -r 9534521f516c -r fafb070698ee devel/opencm/Makefile
--- a/devel/opencm/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/devel/opencm/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2007/09/02 11:17:39 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= ${OPENCM_VERSION}-2-src
@@ -13,7 +13,7 @@
COMMENT= Secure, high-integrity replacement for CVS
WRKSRC= ${WRKDIR}/${OPENCM_VERSION}/base
-USE_TOOLS+= gmake gzip makeinfo
+USE_TOOLS+= gmake gzip makeinfo lex
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= KRB5_BUILDLINK=${KRB5BASE:Q}
diff -r 9534521f516c -r fafb070698ee devel/rsltc/Makefile
--- a/devel/rsltc/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/devel/rsltc/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:58 obache Exp $
+# $NetBSD: Makefile,v 1.8 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= rsltcsrc
@@ -16,7 +16,7 @@
DEPENDS+= gentle>=97:../../devel/gentle
MAKE_FILE= make_sunos
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
WRKSRC= ${WRKDIR}/rsl.2.4
INSTALLATION_DIRS= bin
diff -r 9534521f516c -r fafb070698ee devel/treecc/Makefile
--- a/devel/treecc/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/devel/treecc/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/06/17 17:37:21 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= treecc-0.3.6
@@ -11,7 +11,7 @@
COMMENT= DotGNU Portable.NET aspect-oriented programming tool
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake lex makeinfo
+USE_TOOLS+= gmake lex yacc makeinfo
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"
diff -r 9534521f516c -r fafb070698ee emulators/spim/Makefile
--- a/emulators/spim/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/emulators/spim/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/12/27 13:37:36 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/11/17 12:04:12 rillig Exp $
DISTNAME= spim-7.1
PKGREVISION= 3
@@ -20,7 +20,7 @@
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
USE_IMAKE= yes
-USE_TOOLS+= gzip lex
+USE_TOOLS+= gzip lex yacc
XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option
BUILD_TARGET= y.tab.c depend all
diff -r 9534521f516c -r fafb070698ee emulators/twin/Makefile
--- a/emulators/twin/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/emulators/twin/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/02/09 15:15:49 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= twin-src-3.1.14
@@ -15,7 +15,7 @@
WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex yacc
BUILD_TARGET= depend world
CONFIGURE_ARGS+= --enable-debugger
diff -r 9534521f516c -r fafb070698ee graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/graphics/aqsis/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/02/22 19:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= aqsis-0.6.4
@@ -12,7 +12,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
GCC_REQD+= 2.95.3
USE_LANGUAGES= c c++
diff -r 9534521f516c -r fafb070698ee graphics/dx/Makefile
--- a/graphics/dx/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/graphics/dx/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/01/17 23:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2007/11/17 12:04:12 rillig Exp $
DISTNAME= dx-4.4.4
PKGREVISION= 1
@@ -11,7 +11,7 @@
USE_LANGUAGES= c c++
USE_X11BASE= yes
-USE_TOOLS+= gmake lex sh
+USE_TOOLS+= gmake lex yacc sh
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-javadx
CONFIGURE_ENV+= bsh_path=${TOOLS_SH:Q}
diff -r 9534521f516c -r fafb070698ee graphics/geomview/Makefile
--- a/graphics/geomview/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/graphics/geomview/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/05/21 02:26:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/11/17 12:04:13 rillig Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 6
@@ -9,6 +9,7 @@
HOMEPAGE= http://www.geomview.org/
COMMENT= Interactive geometry viewing program
+USE_TOOLS+= lex
USE_LANGUAGES= c c++
USE_X11BASE= yes
GNU_CONFIGURE= yes
diff -r 9534521f516c -r fafb070698ee mail/nmh/Makefile
--- a/mail/nmh/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/mail/nmh/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2007/10/16 23:49:01 tnn Exp $
+# $NetBSD: Makefile,v 1.66 2007/11/17 12:04:13 rillig Exp $
DISTNAME= nmh-1.0.4
PKGREVISION= 7
@@ -13,6 +13,8 @@
CONFLICTS= ja-mh-[0-9]*
CONFLICTS+= ja-mh6-[0-9]*
+USE_TOOLS+= lex
+
# We choose DOT_LOCKING in our patches because ".lock" files are
# the most common locking mechanism supported by mail software.
# It also works well over NFS.
diff -r 9534521f516c -r fafb070698ee math/eukleides/Makefile
--- a/math/eukleides/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/math/eukleides/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/08/01 21:17:45 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/11/17 12:04:13 rillig Exp $
DISTNAME= eukleides.1.0.1
PKGNAME= eukleides-1.0.1
@@ -13,7 +13,7 @@
DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit
BUILD_TARGET= eukleides
-USE_TOOLS+= bash:run bison gmake makeinfo
+USE_TOOLS+= bash:run bison gmake makeinfo lex
INFO_FILES= # PLIST
REPLACE_BASH= euk2edit euk2eps
diff -r 9534521f516c -r fafb070698ee net/bind8/Makefile
--- a/net/bind8/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/net/bind8/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/09/10 19:05:01 adrianp Exp $
+# $NetBSD: Makefile,v 1.39 2007/11/17 12:04:13 rillig Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME}pl1
@@ -10,6 +10,8 @@
HOMEPAGE= http://www.isc.org/sw/bind/
COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS
+USE_TOOLS+= lex yacc
+
WRKSRC= ${WRKDIR}
BIND_VERSION= 8.4.7
DIST_SUBDIR= bind/${BIND_VERSION}
diff -r 9534521f516c -r fafb070698ee news/xrn/Makefile
--- a/news/xrn/Makefile Sat Nov 17 11:53:47 2007 +0000
+++ b/news/xrn/Makefile Sat Nov 17 12:04:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/27 13:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:13 rillig Exp $
#
DISTNAME= 9.01
@@ -15,6 +15,7 @@
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xrn
Home |
Main Index |
Thread Index |
Old Index