pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc USE_TOOLS+=yacc
details: https://anonhg.NetBSD.org/pkgsrc/rev/72cfefc24857
branches: trunk
changeset: 514929:72cfefc24857
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Jun 20 22:12:59 2006 +0000
description:
USE_TOOLS+=yacc
diffstat:
lang/intercal/Makefile | 4 +++-
mail/deliver/Makefile | 4 +++-
mail/etpan/Makefile | 4 ++--
mail/hypermail/Makefile | 4 +++-
math/sc/Makefile | 3 ++-
net/lambdamoo/Makefile | 3 ++-
net/nocol/Makefile | 4 ++--
7 files changed, 17 insertions(+), 9 deletions(-)
diffs (121 lines):
diff -r 4241b98e11d0 -r 72cfefc24857 lang/intercal/Makefile
--- a/lang/intercal/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/lang/intercal/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/25 11:40:56 dillo Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/20 22:12:59 minskim Exp $
#
DISTNAME= intercal-0.20
@@ -9,4 +9,6 @@
HOMEPAGE= http://www.catb.org/~esr/intercal/
COMMENT= The ultimate language for obfuscation and job security
+USE_TOOLS+= yacc
+
.include "../../mk/bsd.pkg.mk"
diff -r 4241b98e11d0 -r 72cfefc24857 mail/deliver/Makefile
--- a/mail/deliver/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/mail/deliver/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:59 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/20 22:13:33 minskim Exp $
DISTNAME= deliver-2.1.14
PKGREVISION= 1
@@ -9,6 +9,8 @@
HOMEPAGE= http://deliver.sourceforge.net/
COMMENT= Local mail delivery agent with shell-script control
+USE_TOOLS+= yacc
+
PKG_SYSCONFSUBDIR= deliver
PKG_OPTIONS_VAR= PKG_OPTIONS.deliver
diff -r 4241b98e11d0 -r 72cfefc24857 mail/etpan/Makefile
--- a/mail/etpan/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/mail/etpan/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/17 23:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/20 22:14:07 minskim Exp $
#
DISTNAME= etpan-ng-0.7.1
@@ -11,7 +11,7 @@
COMMENT= Mail console client with S/MIME and PGP support
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= perl:run
+USE_TOOLS+= perl:run yacc
GNU_CONFIGURE= yes
DOCDIR= ${LOCALBASE}/share/doc/etpan
diff -r 4241b98e11d0 -r 72cfefc24857 mail/hypermail/Makefile
--- a/mail/hypermail/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/mail/hypermail/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:19 tv Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/20 22:14:46 minskim Exp $
#
DISTNAME= hypermail-2.1.8
@@ -10,6 +10,8 @@
COMMENT= Creates indexed, threaded HTML archives of email
GNU_CONFIGURE= yes
+USE_TOOLS+= yacc
+
CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
diff -r 4241b98e11d0 -r 72cfefc24857 math/sc/Makefile
--- a/math/sc/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/math/sc/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/03/24 21:12:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/20 22:15:15 minskim Exp $
DISTNAME= sc-6.21
CATEGORIES= math
@@ -9,5 +9,6 @@
COMMENT= Curses-based spreadsheet program
WRKSRC= ${WRKDIR}
+USE_TOOLS+= yacc
.include "../../mk/bsd.pkg.mk"
diff -r 4241b98e11d0 -r 72cfefc24857 net/lambdamoo/Makefile
--- a/net/lambdamoo/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/net/lambdamoo/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/23 00:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/06/20 22:15:58 minskim Exp $
DISTNAME= LambdaMOO-1.8.1
PKGNAME= lambdamoo-1.8.1
@@ -29,6 +29,7 @@
WRKSRC= ${WRKDIR}/MOO-1.8.1
BUILD_TARGET=
GNU_CONFIGURE= yes
+USE_TOOLS+= yacc
INSTALLATION_DIRS= sbin
pre-build:
diff -r 4241b98e11d0 -r 72cfefc24857 net/nocol/Makefile
--- a/net/nocol/Makefile Tue Jun 20 22:12:25 2006 +0000
+++ b/net/nocol/Makefile Tue Jun 20 22:12:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/05/18 20:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/20 22:17:14 minskim Exp $
#
DISTNAME= nocol-4.3.1
@@ -16,7 +16,7 @@
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= < ${WRKSRC}/answers
-USE_TOOLS+= perl:run mkdirhier
+USE_TOOLS+= perl:run mkdirhier yacc
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/libtool \
${WRKSRC}/cmu-snmp/snmpapps/libtool
Home |
Main Index |
Thread Index |
Old Index