summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-15 19:41:24 +0000
committercjep <cjep@pkgsrc.org>2002-12-15 19:41:24 +0000
commit66f0c03b353d8070217f9428552e47b3a9dda7c3 (patch)
tree8391c0b199d2a4f23600d935b008e4257bb012a3 /devel/bison/Makefile
parentad63ae610bbc0b5e7fe16a4889a523cee0d24bed (diff)
downloadpkgsrc-66f0c03b353d8070217f9428552e47b3a9dda7c3.tar.gz
Upgrade of devel/bison to 1.75.
Changes since 1.35 (too many to mention here, please see the ChangeLog in the bison source distribution): * GNU m4 is now required. * Various bug fixes. * intl source removed. NetBSD pkgsrc changes: * Change of maintainer thorpej->cjep.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 318d868769e..0d8cdbb2cfa 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,28 +1,23 @@
-# $NetBSD: Makefile,v 1.38 2002/12/02 22:15:49 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2002/12/15 19:41:26 cjep Exp $
-DISTNAME= bison-1.35
+DISTNAME= bison-1.75
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= thorpej@netbsd.org
+MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= GNU yacc(1) replacement
+DEPENDS+= m4>=1.4:../../devel/m4
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK2= # defined
-GNU_CONFIGURE= # defined
-USE_PKGLOCALEDIR= # defined
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
-# We set the timezone to "GMT" below to avoid rebuilds of the info files
-# which fail under NetBSD 1.5.
-MAKE_ENV+= TZ=GMT
-
-CPPFLAGS+= -Dunix # for $TMPDIR parsing
+M4= ${LOCALBASE}/bin/gm4
INFO_FILES= bison.info
-.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"