Index: head/devel/bison/Makefile =================================================================== --- head/devel/bison/Makefile (revision 536491) +++ head/devel/bison/Makefile (revision 536492) @@ -1,41 +1,41 @@ # Created by: Jerry Hicks # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.5.4 +PORTVERSION= 3.6.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 compiler:c11 localbase makeinfo perl5 tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-yacc --enable-relocatable GNU_CONFIGURE= yes LIBS+= -lm TEST_TARGET= check INFO= bison NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_OFF= ac_cv_libtextstyle=no NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in @${GREP} -l '_Noreturn void' ${WRKSRC}/lib/*.[ch] | ${XARGS} -J % ${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' % .include Index: head/devel/bison/distinfo =================================================================== --- head/devel/bison/distinfo (revision 536491) +++ head/devel/bison/distinfo (revision 536492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586269346 -SHA256 (bison-3.5.4.tar.xz) = 4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c -SIZE (bison-3.5.4.tar.xz) = 2370252 +TIMESTAMP = 1589993409 +SHA256 (bison-3.6.2.tar.xz) = 4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e +SIZE (bison-3.6.2.tar.xz) = 2468224 Index: head/devel/bison/pkg-plist =================================================================== --- head/devel/bison/pkg-plist (revision 536491) +++ head/devel/bison/pkg-plist (revision 536492) @@ -1,182 +1,190 @@ bin/bison man/man1/bison.1.gz share/aclocal/bison-i18n.m4 %%DATADIR%%/README.md %%DATADIR%%/bison-default.css %%DATADIR%%/m4sugar/foreach.m4 %%DATADIR%%/m4sugar/m4sugar.m4 %%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 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/Makefile %%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%%/c/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/parse.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/calc.y %%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/pushcalc/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/pushcalc/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/pushcalc/calc.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/parse.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/scan.l %%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 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/calc/Calc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/calc/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/simple/Calc.y +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/simple/Makefile %%NLS%%share/locale/af/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/be/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/bg/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/bg/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/bg/LC_MESSAGES/bison.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison.mo %%NLS%%share/locale/cs/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/da/LC_MESSAGES/bison-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.mo %%NLS%%share/locale/et/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/eu/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/fi/LC_MESSAGES/bison-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo %%NLS%%share/locale/ko/LC_MESSAGES/bison-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo %%NLS%%share/locale/rw/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/sk/LC_MESSAGES/bison-gnulib.mo %%NLS%%share/locale/sl/LC_MESSAGES/bison-gnulib.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-gnulib.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-gnulib.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo %%NLS%%share/locale/ta/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/th/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison-gnulib.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-gnulib.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-gnulib.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-gnulib.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-gnulib.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo