Index: head/devel/bison/Makefile =================================================================== --- head/devel/bison/Makefile (revision 512813) +++ head/devel/bison/Makefile (revision 512814) @@ -1,45 +1,45 @@ # Created by: Jerry Hicks # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.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 --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_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 @${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 512813) +++ head/devel/bison/distinfo (revision 512814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558880384 -SHA256 (bison-3.4.1.tar.xz) = 27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d -SIZE (bison-3.4.1.tar.xz) = 2198020 +TIMESTAMP = 1568387108 +SHA256 (bison-3.4.2.tar.xz) = 27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0 +SIZE (bison-3.4.2.tar.xz) = 2240532 Index: head/devel/bison/pkg-plist =================================================================== --- head/devel/bison/pkg-plist (revision 512813) +++ head/devel/bison/pkg-plist (revision 512814) @@ -1,179 +1,181 @@ 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/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/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 %%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/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