pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/byacc



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun Jan  2 15:45:06 UTC 2022

Modified Files:
        pkgsrc/devel/byacc: Makefile distinfo

Log Message:
byacc: update to 20220101.

2022-01-01  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * test/run_test.sh:
        adjust to ignore NetBSD's difference in getopt warnings.

        * package/pkgsrc/Makefile: resync with pkgsrc

        * test/yacc/expr.oxout.tab.c, test/btyacc/expr.oxout.tab.c: regen

        * test/expr.oxout.y, test/expr.oxout.h: fix gcc warnings

        * test/yacc/expr.oxout.tab.c, test/yacc/expr.oxout.tab.h: regen

        * test/run_make.sh: workaround for compiling the expr.oxout.y files

        * test/expr.oxout.y: fix syntax error

        * test/btyacc/expr.oxout.tab.c: regen

        * test/expr.oxout.h: RCS_BASE

        * test/yacc/expr.oxout.tab.c: fix syntax error

        * test/btyacc/expr.oxout.tab.c: regen, s/expr.oxout/expr_oxout/g

        * test/btyacc/expr.oxout.tab.h: regen

        * test/run_test.sh:
        filter the default prefix to change "." to "_", so that the generated
        files will compile consistently with run_make.sh

        * package/debian/control, package/debian/prerm, package/debian/postinst:
        add "byacc2" as an alternative for "yacc"

        * package/byacc.spec, package/debian/control, package/debian/rules:
        rename "btyacc" to "byacc2" to co-exist with traditional "btyacc" package


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/byacc/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/byacc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/byacc/Makefile
diff -u pkgsrc/devel/byacc/Makefile:1.25 pkgsrc/devel/byacc/Makefile:1.26
--- pkgsrc/devel/byacc/Makefile:1.25    Thu Dec 30 19:34:54 2021
+++ pkgsrc/devel/byacc/Makefile Sun Jan  2 15:45:06 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2021/12/30 19:34:54 fcambus Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/02 15:45:06 fcambus Exp $
 #
 
-DISTNAME=      byacc-20211224
+DISTNAME=      byacc-20220101
 CATEGORIES=    devel
 MASTER_SITES=  https://invisible-mirror.net/archives/byacc/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/devel/byacc/distinfo
diff -u pkgsrc/devel/byacc/distinfo:1.20 pkgsrc/devel/byacc/distinfo:1.21
--- pkgsrc/devel/byacc/distinfo:1.20    Thu Dec 30 19:34:54 2021
+++ pkgsrc/devel/byacc/distinfo Sun Jan  2 15:45:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/12/30 19:34:54 fcambus Exp $
+$NetBSD: distinfo,v 1.21 2022/01/02 15:45:06 fcambus Exp $
 
-BLAKE2s (byacc-20211224.tgz) = 021e6bc969946b358aecf01cd6390b6609c76e6ff5ea7adecee35f3ce6800bf1
-SHA512 (byacc-20211224.tgz) = e2b9df443c5b05179815808d61e693e942549ca6484a5ab4fdb285b9468da9ed3a90e00d1950a0fbacd1890e5a69bcc03b6d7135a7bbfa59ab0995125b9a8642
-Size (byacc-20211224.tgz) = 894135 bytes
+BLAKE2s (byacc-20220101.tgz) = c8402d93ade2056618565f1d949f4dc66eca3e2e9c39d2ff23d3859421f385af
+SHA512 (byacc-20220101.tgz) = 9aff85f0b4ea7f0c9b2e25a155537c99e0591582b2c76c251f08493987a343a812ff86b9cf3d8ecb0954140817c9b164328117de9116f7013e6ec0d91a27486e
+Size (byacc-20220101.tgz) = 895100 bytes



Home | Main Index | Thread Index | Old Index