--- - branch: MAIN date: Tue Jul 13 07:51:16 UTC 2021 files: - new: '1.21' old: '1.20' path: pkgsrc/devel/byacc/Makefile pathrev: pkgsrc/devel/byacc/Makefile@1.21 type: modified - new: '1.14' old: '1.13' path: pkgsrc/devel/byacc/distinfo pathrev: pkgsrc/devel/byacc/distinfo@1.14 type: modified id: 20210713T075116Z.a65b5eff12554980b90770dae37a250d27d44520 log: "byacc: update to 20210619 and take MAINTAINER.\n\n2021-06-19 Thomas E. Dickey \ \n\n\t* configure: regen\n\n\t* aclocal.m4: resync with my-autoconf\n\n\t* btyaccpar.skel, yaccpar.skel: cancel unused assignments\n\n\t* output.c: gcc warning\n\n\t* test/run_test.sh, test/run_lint.sh, test/run_make.sh:\n\tshellcheck-warnings\n\n2021-06-19 \ jannick0\n\n\t* test/run_test.sh: changes suggested at\n\t\thttps://github.com/jannick0/byacc-snapshots/tree/YYINT-fix-20210520\n\n2021-06-13 \ Thomas E. Dickey \n\n\t* aclocal.m4: resync with my-autoconf\n\n2021-05-24 Thomas E. Dickey \n\n\t* config.guess: 2021-05-24 (repaired)\n\t From: Dmitry V. Levin \n\t \ config.guess: fix shellcheck warning SC2154\n\n\t While, according to Plan 9 documentation, the environment variable\n\t $cputype is set to the name of the kernel's CPU's architecture,\n\t shellcheck warns that cputype is referenced but not assigned.\n\t Be on the safe side and do not use cputype if it is not defined\n\t or empty.\n\n\t * config.guess (*:Plan9:*:*): Fix shellcheck warning SC2154.\n\n\t* config.guess: 2021-05-24 (repaired)\n\t From: Dmitry V. Levin \n\t config.guess: remove redundant quotes in case commands\n\n\t According to the GNU Autoconf Portable Shell Programming manual,\n\t \ the Bourne shell does not systematically split variables and back-quoted\n\t \ expressions, in particular on the right-hand side of assignments and in\n\t \ the argument of 'case'.\n\n\t The change is made automatically using the following command:\n\t $ sed -E -i 's/(\\)/\\1\\2\\3/' config.guess\n\n\t * config.guess: Simplify case commands by removing quotes around the\n\t argument.\n\n\t Suggested-by: Jacob Bachmeyer \n\n\t* config.guess: 2021-05-24 (repaired)\n\t From: Dmitry V. Levin \n\t \ config.guess: simplify exit status workaround on alphaev67-dec-osf5.1\n\n\t \ Commit 29865ea8a5622cdd80b7a69a0afa78004b4cd311 introduced an exit trap\n\t \ reset before exiting to avoid a spurious non-zero exit status on\n\t alphaev67-dec-osf5.1. \ Simplify that code a bit by moving the exit trap\n\t reset around.\n\n\t \ * config.guess (alpha:OSF1:*:*): Reset exit trap earlier.\n\t * doc/config.guess.1: Regenerate.\n\n2021-05-20 Thomas E. Dickey \n\n\t* mkpar.c, reader.c: change printf format to allow for long-YYINT\n\n\t* lalr.c, lr0.c: change type, fix gcc warnings\n\n\t* verbose.c: change type, fix gcc warnings\n\talso change printf format, to allow for long YYINT\n\n\t* output.c: change type, fix gcc warnings\n\talso change printf format, to allow for long-YYINT\n\n\t* package/debian/rules, package/byacc.spec:\n\tchange max-table-size to correspond with switch of YYINT from short to int\n\n\t* defs.h:\n\tchange default for MAXTABLE to INT_MAX, like the FreeBSD port.\n\tthat requires changing some types to eliminate type-mismatches.\n\n\t* configure: regen\n\n2021-05-01 Thomas E. Dickey \n\n\t* aclocal.m4: resync with my-autoconf\n\n2021-04-30 Thomas E. Dickey \n\n\t* config.sub: 2021-04-30 (repaired)\n\t From: Maciej W. Rozycki \n\t \ config.sub: Handle MIPS R3 and R5 ISA levels with CPU names\n\n\t Complement binutils commit ae52f4830604 (\"Add MIPS r3 and r5 support.\")\n\t and recognize MIPS CPU patterns for the R3 and R5 ISA levels, used by\n\t GAS to set defaults.\n\n\t \ * config.sub (mipsisa32r3, mipsisa32r3el, mipsisa32r5, mipsisa32r5el,\n\t \ mipsisa64r3, mipsisa64r3el, mipsisa64r5, mipsisa64r5el): Recognize.\n\t * doc/config.sub.1: Regenerate.\n\t * testsuite/config-sub.data: Add test cases.\n\n\t \ Signed-off-by: Dmitry V. Levin \n\n2021-04-21 Thomas E. Dickey \n\n\t* config.guess, config.sub: 2021-04-21 (repaired)\n\t From: Vineet Gupta \n\t Recognize arc64\n\n\t This paves way for setting up arc64 software ecosystem.\n\n\t $ make check\n\t cd testsuite && bash config-guess.sh && rm uname\n\t PASS: config.guess checks (136 tests)\n\t cd testsuite && bash config-sub.sh\n\t \ PASS: config.sub checks (853 tests)\n\t PASS: config.sub idempotency checks (790 tests)\n\t PASS: config.sub canonicalise each config.guess testcase (136 tests)\n\n\t * config.guess (arc64:Linux:*:*): Recognize.\n\t * config.sub (arc64): Likewise.\n\t * doc/config.guess.1: Regenerate.\n\t * doc/config.sub.1: Likewise.\n\t * testsuite/config-guess.data: Add a test case for arc64.\n\t \ * testsuite/config-sub.data (arc64, arc*-elf): Add test cases.\n\n\t Signed-off-by: Vineet Gupta \n\t Signed-off-by: Dmitry V. Levin \n\n2021-04-16 \ Thomas E. Dickey \n\n\t* config.guess: 2021-04-16 (repaired)\n\t From: Purple Rain \n\t config.guess: add SecBSD support\n\n\t * config.guess (*:SecBSD:*:*): Recognize.\n\t * doc/config.guess.1: Regenerate.\n\t * testsuite/config-guess.data: Add a test case.\n\n\t Signed-off-by: Dmitry V. Levin \n\n\t* config.sub: 2021-04-16 (repaired)\n\t From: Purple Rain \n\t config.sub: add SecBSD support\n\n\t * config.sub (secbsd*): Recognize.\n\t * doc/config.sub.1: Regenerate.\n\t * testsuite/config-sub.data: Add x86_64-secbsd.\n\n\t Signed-off-by: Dmitry V. Levin \n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/byacc' unixtime: '1626162676' user: fcambus