Index: head/devel/bison/Makefile =================================================================== --- head/devel/bison/Makefile (revision 492389) +++ head/devel/bison/Makefile (revision 492390) @@ -1,43 +1,43 @@ # Created by: Jerry Hicks # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.2.2 +PORTVERSION= 3.3.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser generator from FSF, (mostly) compatible with Yacc LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= m4>=1.4.16,1:devel/m4 OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes USES= charsetfix localbase makeinfo perl5 tar:xz USE_PERL5= build -CONFIGURE_ARGS= --disable-yacc +CONFIGURE_ARGS= --disable-yacc --enable-relocatable .ifdef QEMU_EMULATING # XXX bug 224740: configure hangs CONFIGURE_ENV= gl_cv_func_printf_enomem=no .endif GNU_CONFIGURE= yes LIBS+= -lm TEST_TARGET= check INFO= bison NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/*.c ${WRKSRC}/lib/*.[ch] + @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/skeletons/*.c ${WRKSRC}/lib/*.[ch] .include Index: head/devel/bison/distinfo =================================================================== --- head/devel/bison/distinfo (revision 492389) +++ head/devel/bison/distinfo (revision 492390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542892924 -SHA256 (bison-3.2.2.tar.xz) = 6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa -SIZE (bison-3.2.2.tar.xz) = 2091244 +TIMESTAMP = 1549295888 +SHA256 (bison-3.3.2.tar.xz) = 039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804 +SIZE (bison-3.3.2.tar.xz) = 2108612 Index: head/devel/bison/pkg-plist =================================================================== --- head/devel/bison/pkg-plist (revision 492389) +++ head/devel/bison/pkg-plist (revision 492390) @@ -1,116 +1,133 @@ bin/bison man/man1/bison.1.gz share/aclocal/bison-i18n.m4 %%DATADIR%%/README -%%DATADIR%%/bison.m4 -%%DATADIR%%/c++-skel.m4 -%%DATADIR%%/c++.m4 -%%DATADIR%%/c-like.m4 -%%DATADIR%%/c-skel.m4 -%%DATADIR%%/c.m4 -%%DATADIR%%/glr.c -%%DATADIR%%/glr.cc -%%DATADIR%%/java-skel.m4 -%%DATADIR%%/java.m4 -%%DATADIR%%/lalr1.cc -%%DATADIR%%/lalr1.java -%%DATADIR%%/location.cc %%DATADIR%%/m4sugar/foreach.m4 %%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/stack.hh -%%DATADIR%%/variant.hh +%%DATADIR%%/skeletons/README-D.txt +%%DATADIR%%/skeletons/bison.m4 +%%DATADIR%%/skeletons/c++-skel.m4 +%%DATADIR%%/skeletons/c++.m4 +%%DATADIR%%/skeletons/c-like.m4 +%%DATADIR%%/skeletons/c-skel.m4 +%%DATADIR%%/skeletons/c.m4 +%%DATADIR%%/skeletons/d-skel.m4 +%%DATADIR%%/skeletons/d.m4 +%%DATADIR%%/skeletons/glr.c +%%DATADIR%%/skeletons/glr.cc +%%DATADIR%%/skeletons/java-skel.m4 +%%DATADIR%%/skeletons/java.m4 +%%DATADIR%%/skeletons/lalr1.cc +%%DATADIR%%/skeletons/lalr1.d +%%DATADIR%%/skeletons/lalr1.java +%%DATADIR%%/skeletons/location.cc +%%DATADIR%%/skeletons/stack.hh +%%DATADIR%%/skeletons/variant.hh +%%DATADIR%%/skeletons/yacc.c %%DATADIR%%/xslt/bison.xsl %%DATADIR%%/xslt/xml2dot.xsl %%DATADIR%%/xslt/xml2text.xsl %%DATADIR%%/xslt/xml2xhtml.xsl -%%DATADIR%%/yacc.c %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/calc++.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/driver.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/driver.hh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/parser.yy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/scanner.ll %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/simple.yy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant-11.yy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant.yy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/driver.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/driver.hh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/parser.yy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/scanner.ll -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/calc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/mfcalc.y -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpcalc/rpcalc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/parse.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/scan.l +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/calc.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/mfcalc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/rpcalc/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/rpcalc/rpcalc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/calc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/Calc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/README.md %%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison.mo %%NLS%%share/locale/da/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/da/LC_MESSAGES/bison.mo %%NLS%%share/locale/de/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/de/LC_MESSAGES/bison.mo %%NLS%%share/locale/el/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/el/LC_MESSAGES/bison.mo %%NLS%%share/locale/eo/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/eo/LC_MESSAGES/bison.mo %%NLS%%share/locale/es/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/es/LC_MESSAGES/bison.mo %%NLS%%share/locale/et/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/fi/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/fi/LC_MESSAGES/bison.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo %%NLS%%share/locale/ga/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ga/LC_MESSAGES/bison.mo %%NLS%%share/locale/gl/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison.mo %%NLS%%share/locale/hu/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ia/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/id/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/id/LC_MESSAGES/bison.mo %%NLS%%share/locale/it/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/it/LC_MESSAGES/bison.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo %%NLS%%share/locale/ky/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/lt/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/lv/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ms/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ms/LC_MESSAGES/bison.mo %%NLS%%share/locale/nb/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/nb/LC_MESSAGES/bison.mo %%NLS%%share/locale/nl/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/nl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pl/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/pl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/pt/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo %%NLS%%share/locale/ro/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ro/LC_MESSAGES/bison.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo %%NLS%%share/locale/sl/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/sq/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/sr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/sr/LC_MESSAGES/bison.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo %%NLS%%share/locale/th/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison.mo %%NLS%%share/locale/uk/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/uk/LC_MESSAGES/bison.mo %%NLS%%share/locale/vi/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/vi/LC_MESSAGES/bison.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bison.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo Index: head/security/ike/files/patch-source-iked-conf.parse.yy =================================================================== --- head/security/ike/files/patch-source-iked-conf.parse.yy (nonexistent) +++ head/security/ike/files/patch-source-iked-conf.parse.yy (revision 492390) @@ -0,0 +1,20 @@ +--- source/iked/conf.parse.yy.orig 2013-04-03 07:10:43 UTC ++++ source/iked/conf.parse.yy +@@ -41,7 +41,7 @@ + + %skeleton "lalr1.cc" + %defines +-%define "parser_class_name" "conf_parser" ++%define api.parser.class {conf_parser} + + %{ + +@@ -56,7 +56,7 @@ + %lex-param { IKED & iked } + %locations + %debug +-%error-verbose ++%define parse.error verbose + + // Symbols. + %union Property changes on: head/security/ike/files/patch-source-iked-conf.parse.yy ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property