Mon Jan 9 16:00:02 2023 UTC ()
byacc: update to 20221229.

2022-12-29  Thomas E. Dickey  <dickey@invisible-island.net>

	* configure: regen

	* configure.in:
	correct help-message for --disable-btyacc option, and fix the reporting of
	the selected option value in the configure script's output (report by Daniel
	Weaver)

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

2022-12-02  Thomas E. Dickey  <dickey@invisible-island.net>

	* aclocal.m4: resync with my-autconf

2022-11-06  Thomas E. Dickey  <dickey@invisible-island.net>

	* test/run_test.sh: use context diff, to work with AIX

	* defs.h:
	fprintf_lineno might be passed a null, when reading from stdin - show "(null)"

	* makefile.in, test/run_make.sh, test/run_test.sh, test/run_lint.sh:
	fgrep-fixes

	* yacc.1: mention use of stderr/stdout for usage/debugging

	* yacc.1: document %empty

	* yacc.1: document %debug

	* yacc.1: minor fixes with check-manpage

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

2022-10-02  Thomas E. Dickey  <dickey@invisible-island.net>

	* configure: regen

	* aclocal.m4: resync with my-autoconf

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

	* config.guess, config.sub: 2022-08-01


(fcambus)
diff -r1.30 -r1.31 pkgsrc/devel/byacc/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/byacc/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/byacc/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/byacc/Makefile 2022/06/27 15:29:14 1.30
+++ pkgsrc/devel/byacc/Makefile 2023/01/09 16:00:02 1.31
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2022/06/27 15:29:14 fcambus Exp $ 1# $NetBSD: Makefile,v 1.31 2023/01/09 16:00:02 fcambus Exp $
2# 2#
3 3
4DISTNAME= byacc-20220128 4DISTNAME= byacc-20221229
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://invisible-mirror.net/archives/byacc/ 6MASTER_SITES= https://invisible-mirror.net/archives/byacc/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://invisible-island.net/byacc/byacc.html 10HOMEPAGE= https://invisible-island.net/byacc/byacc.html
11COMMENT= Berkeley Yacc 11COMMENT= Berkeley Yacc
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15MAKE_FILE= makefile 15MAKE_FILE= makefile
16 16
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.24 -r1.25 pkgsrc/devel/byacc/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/byacc/distinfo 2022/01/30 10:37:40 1.24
+++ pkgsrc/devel/byacc/distinfo 2023/01/09 16:00:02 1.25
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.24 2022/01/30 10:37:40 fcambus Exp $ 1$NetBSD: distinfo,v 1.25 2023/01/09 16:00:02 fcambus Exp $
2 2
3BLAKE2s (byacc-20220128.tgz) = 4cb24f2f39a9043ae19d4fefbab740a527656f5828684b82da5b744518afe387 3BLAKE2s (byacc-20221229.tgz) = 93f04ae528527a63c60e938928250c1fabf65d839793adbdc0fe4ebccf8df115
4SHA512 (byacc-20220128.tgz) = e8ae4c56f5be4cc0ef1d281c43f02c6296fdc40f630269f2a61af511f270ae059ad185b9718190b8133018f7b74b7ca6f84ced5d63a359960b52ea2a3ef562ea 4SHA512 (byacc-20221229.tgz) = 064864fa7fd4459c237a6ca98dbe05c102776e0b0d7c07e24e01b56f1ea7d4a3fbec5e3a33f316ee207ad3cc9213fa982013270c6bf82b8df7acbb78caf5a415
5Size (byacc-20220128.tgz) = 896513 bytes 5Size (byacc-20221229.tgz) = 897125 bytes