122239c445
Version 0.13.6 (2013-07-04) --------------------------- - Fixed #2535084 uint problem with Sun C 5.8 - #3308400: allow Yacc-style %{code brackets}% - #2506253: allow C++ // comments - Fixed inplace configuration in -e mode. - Applied #2482572 Typos in error messages. - Applied #2482561 Error in manual section on -r mode. - Fixed #2478216 Wrong start_label in -c mode. - Fixed #2186718 Unescaped backslash in file name of #line directive. - Fixed #2102138 Duplicate case labels on EBCDIC. - Fixed #2088583 Compile problem on AIX. - Fixed #2038610 Ebcdic problem. - improve dot support: make char intervals (e.g. [A-Z]) instead of one edge per char
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/11/21 11:21:07 obache Exp $
|
|
|
|
DISTNAME= re2c-0.13.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://re2c.org/
|
|
COMMENT= Deterministic Finite State Automaton generator
|
|
LICENSE= public-domain
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
|
|
CHECK_PORTABILITY_SKIP= run_tests.sh.in
|
|
REPLACE_SH+= run_tests.sh.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|