summaryrefslogtreecommitdiff
path: root/devel/flex/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-21 18:26:05 +0000
committertnn <tnn@pkgsrc.org>2008-02-21 18:26:05 +0000
commit5b2cb98bdf21a1b3460574a558ef1f955b4c1e5f (patch)
treee8645fd9c37fa3a86fd2fd95888ce49647babc6c /devel/flex/Makefile
parent07001c5cbb56c541a982205f62e57c2938f8a1d9 (diff)
downloadpkgsrc-5b2cb98bdf21a1b3460574a558ef1f955b4c1e5f.tar.gz
Update to flex-2.5.34. Highlights from NEWS:
* flex now provides for a libfl_pic.a compiled with position indep. code. * introduce yylex_init_extra (c.f. manual) * pattern language expanded (c.f. manual) * introduce %option extra-type="your_type *" * parse multiple short concatenated options * better checking after yyalloc/yyrealloc * Expose YY_BUF_SIZE in the header file. * better escape of filenames with special characters * memory leaks were plugged * support case-insensitive patterns * POSIX character classes may be negated in patterns * patterns may now use set difference, union operators * c++ scanner updates * updated translations
Diffstat (limited to 'devel/flex/Makefile')
-rw-r--r--devel/flex/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index db8a01ebcf4..f7dae793981 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/09/25 10:03:52 hira Exp $
+# $NetBSD: Makefile,v 1.27 2008/02/21 18:26:05 tnn Exp $
-DISTNAME= flex-2.5.33
-PKGREVISION= 2
+DISTNAME= flex-2.5.34
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flex/}
@@ -16,7 +15,6 @@ USE_TOOLS+= bison gm4:run makeinfo
MAKE_JOBS_SAFE= no
TEST_TARGET= check
INFO_FILES= yes
-CPPFLAGS.IRIX+= -DHAVE_ALLOCA_H # bug #1675899
LIBS.SunOS+= -lm
USE_PKGLOCALEDIR= YES