diff options
author | adam <adam> | 2016-01-10 10:01:02 +0000 |
---|---|---|
committer | adam <adam> | 2016-01-10 10:01:02 +0000 |
commit | ad0efa368c6ac4ade138ad3b3732df7ead19db2b (patch) | |
tree | 1cef99bad3148a85813c37e21b5e0dbdb907669f /devel/re2c | |
parent | 6d6e09d5b552a89f9b3e13a84f561ccd0d21a329 (diff) | |
download | pkgsrc-ad0efa368c6ac4ade138ad3b3732df7ead19db2b.tar.gz |
Version 0.15.3 (2015-12-02)
---------------------------
- Fixed bugs and applied patches:
122 "clang does not compile re2c 0.15.x" (reported and fixed by Oleksii Taran).
124 "Get rid of UINT32_MAX and friends" (patch by Sergei Trofimovich, fixes FreeBSD builds).
125 "[OS X] git reports changes not staged for commit in newly cloned repository" (by Oleksii Taran, this fix also applies to Windows).
- Added option --no-version that allows to omit version information.
- Reduced memory and time consumed with -Wundefined-control-flow.
- Improved coverage of input data generated with -S --skeleton.
Diffstat (limited to 'devel/re2c')
-rw-r--r-- | devel/re2c/Makefile | 12 | ||||
-rw-r--r-- | devel/re2c/distinfo | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/re2c/Makefile b/devel/re2c/Makefile index 0a016218a8d..cbb9f211880 100644 --- a/devel/re2c/Makefile +++ b/devel/re2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2014/09/04 09:12:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/01/10 10:01:02 adam Exp $ -DISTNAME= re2c-0.13.7.5 +DISTNAME= re2c-0.15.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/} @@ -9,13 +9,13 @@ HOMEPAGE= http://re2c.org/ COMMENT= Deterministic Finite State Automaton generator LICENSE= public-domain -USE_TOOLS+= gmake -USE_LANGUAGES= c c++ -GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake +GNU_CONFIGURE= yes CHECK_PORTABILITY_SKIP= run_tests.sh.in REPLACE_SH+= run_tests.sh.in -TEST_TARGET= check +TEST_TARGET= check .include "../../mk/bsd.pkg.mk" diff --git a/devel/re2c/distinfo b/devel/re2c/distinfo index 73e1b6b1d12..547728edbf6 100644 --- a/devel/re2c/distinfo +++ b/devel/re2c/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:29:19 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/01/10 10:01:02 adam Exp $ -SHA1 (re2c-0.13.7.5.tar.gz) = 4786a13be61f8249f4f388e60d94bb81db340d5c -RMD160 (re2c-0.13.7.5.tar.gz) = 4b993640232ebd4f20a35c707f9305557b2f1362 -SHA512 (re2c-0.13.7.5.tar.gz) = 71abaec58ac02de6f13cfffec6965d3443c44a72425c4ce8873915daddf077f7f484c2dc702e6533bab2d2f0ca72b34e354771120a4788d9a456b3b3393b6e22 -Size (re2c-0.13.7.5.tar.gz) = 2347921 bytes +SHA1 (re2c-0.15.3.tar.gz) = bc58db9cdd9c8f1f398c46acecf84b7910f5d143 +RMD160 (re2c-0.15.3.tar.gz) = a8867ba92ad3a9712a814b15a0cc7b6d0b51e995 +SHA512 (re2c-0.15.3.tar.gz) = eebe372543b8c8fafa5d1a206c5fc5e92ea36e78da3ac5cd2e52d2710435cc83c8604bfb5397b48abef1d6ba241b9ed8a15119b436236b116bc81579a8dd9247 +Size (re2c-0.15.3.tar.gz) = 4881197 bytes |