pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/byacc byacc: update to 20210328.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bcd2ccf5b7d
branches:  trunk
changeset: 449630:0bcd2ccf5b7d
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Fri Apr 02 18:59:31 2021 +0000

description:
byacc: update to 20210328.

2021-03-28  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * reader.c: ignore bison's "%empty" extension

        * reader.c, defs.h:  %debug was a trivial bison "extension", mark
        it as such

        * yacc.1: use italics in a few places where bold was inappropriate

        * test/btyacc/varsyntax_calc1.tab.c,
        test/btyacc/varsyntax_calc1.tab.h, test/btyacc/expr.oxout.tab.c,
        test/btyacc/expr.oxout.tab.h, test/btyacc/inherit1.tab.c,
        test/btyacc/inherit1.tab.h, test/btyacc/inherit2.tab.c,
        test/btyacc/inherit2.tab.h, test/btyacc/ok_syntax1.tab.c,
        test/btyacc/ok_syntax1.tab.h, test/btyacc/err_inherit3.tab.c,
        test/btyacc/err_inherit3.tab.h, test/btyacc/err_inherit4.tab.c,
        test/btyacc/err_inherit4.tab.h, test/btyacc/btyacc_calc1.tab.c,
        test/btyacc/btyacc_calc1.tab.h, test/btyacc/btyacc_demo.tab.c,
        test/btyacc/btyacc_demo.tab.h, test/btyacc/btyacc_destroy1.tab.c,
        test/btyacc/btyacc_destroy1.tab.h,
        test/btyacc/btyacc_destroy2.tab.c,
        test/btyacc/btyacc_destroy2.tab.h,
        test/btyacc/btyacc_destroy3.tab.c,
        test/btyacc/btyacc_destroy3.tab.h, test/btyacc/calc1.tab.c,
        test/btyacc/calc1.tab.h, test/yacc/varsyntax_calc1.tab.c,
        test/yacc/varsyntax_calc1.tab.h, test/yacc/expr.oxout.tab.c,
        test/yacc/expr.oxout.tab.h, test/yacc/ok_syntax1.tab.c,
        test/yacc/ok_syntax1.tab.h, test/yacc/calc1.tab.c,
        test/yacc/calc1.tab.h:  regen

        * reader.c:  add union tag to YYSTYPE structure for compatibility
        with a feature which bison copied from Solaris yacc (request by
        Ella Stanforth)

        * configure: regen

        * config_h.in: update for _Noreturn feature

        * aclocal.m4: updated to work with autoheader

        * defs.h: apply syntax change needed for _Noreturn keyword

        * package/byacc.spec, package/debian/rules: use stdnoreturn

        * VERSION, package/byacc.spec, package/debian/changelog,
        package/mingw-byacc.spec, package/pkgsrc/Makefile:  bump

2021-03-20  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * configure: regen

        * aclocal.m4:  resync with my-autoconf (adds --enable-stdnoreturn
        option)

diffstat:

 devel/byacc/Makefile |   4 ++--
 devel/byacc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 728cceffa7b8 -r 0bcd2ccf5b7d devel/byacc/Makefile
--- a/devel/byacc/Makefile      Fri Apr 02 17:04:17 2021 +0000
+++ b/devel/byacc/Makefile      Fri Apr 02 18:59:31 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2021/02/01 11:26:56 fcambus Exp $
+# $NetBSD: Makefile,v 1.20 2021/04/02 18:59:31 fcambus Exp $
 #
 
-DISTNAME=      byacc-20210109
+DISTNAME=      byacc-20210328
 CATEGORIES=    devel
 MASTER_SITES=  https://invisible-mirror.net/archives/byacc/
 EXTRACT_SUFX=  .tgz
diff -r 728cceffa7b8 -r 0bcd2ccf5b7d devel/byacc/distinfo
--- a/devel/byacc/distinfo      Fri Apr 02 17:04:17 2021 +0000
+++ b/devel/byacc/distinfo      Fri Apr 02 18:59:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/02/01 11:26:56 fcambus Exp $
+$NetBSD: distinfo,v 1.13 2021/04/02 18:59:31 fcambus Exp $
 
-SHA1 (byacc-20210109.tgz) = 3af2a06bf3a8190e909fc5b0ca015fabed15f6fe
-RMD160 (byacc-20210109.tgz) = 89e12c5f4439147faa7f14e229bd280e956c2c0c
-SHA512 (byacc-20210109.tgz) = 95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202
-Size (byacc-20210109.tgz) = 873282 bytes
+SHA1 (byacc-20210328.tgz) = cf0587064c8173d46dac1b551d4a314a11b4f6ad
+RMD160 (byacc-20210328.tgz) = f5a66450b26ecee9f75abf160ad54e29ee6b9374
+SHA512 (byacc-20210328.tgz) = fdcf98976524c1f37710cf9551a357ebc24ece94dd2bd10501d4fafb914a7ab4847926b99647e387f22a3d3206e6a4bfc14a4c41115702382fcc1d6f688f9dae
+Size (byacc-20210328.tgz) = 874281 bytes



Home | Main Index | Thread Index | Old Index