summaryrefslogtreecommitdiff
path: root/devel/flex/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2008-03-08 00:08:42 +0000
committertnn <tnn>2008-03-08 00:08:42 +0000
commitdbd256791655b04f7a3980bdcb741b5aa30e656a (patch)
treeb35016008b71605ef7fc79f8ebac5691122e9ed2 /devel/flex/Makefile
parent2ab506b162ed22483359b82bf42c75da263869a7 (diff)
downloadpkgsrc-dbd256791655b04f7a3980bdcb741b5aa30e656a.tar.gz
version 2.5.35 released 2008-02-26
* fixed bug that prevented flex from accepting certain comments in the scanner file (resolves bugs #1849809 and #1849805) * fix bug that prevented headers for all functions from being generated (resolves bug #1628314) * change yy_size_t to be size_t (resolves bug #1849812) * new de, nl, pl, pt_br, vi translations from the translation project
Diffstat (limited to 'devel/flex/Makefile')
-rw-r--r--devel/flex/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index ec18896a6eb..d71f1e68334 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2008/02/22 22:13:33 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2008/03/08 00:08:42 tnn Exp $
-DISTNAME= flex-2.5.34
-PKGREVISION= 1
+DISTNAME= flex-2.5.35
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flex/}
@@ -19,13 +18,6 @@ INFO_FILES= yes
LIBS.SunOS+= -lm
USE_PKGLOCALEDIR= YES
-do-build:
- ${RUN} cd ${WRKSRC} && ${BUILD_MAKE_CMD} ${BUILD_TARGET}
- @${STEP_MSG} "Regenerating the scanner"
- ${RUN} cd ${WRKSRC} && ./flex -o scan.c scan.l
- @${STEP_MSG} "Rebuilding flex"
- ${RUN} cd ${WRKSRC} && ${BUILD_MAKE_CMD} ${BUILD_TARGET}
-
.include "../../mk/bsd.prefs.mk"
#.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])