pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: update to 3.7.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/969424703722
branches:  trunk
changeset: 440902:969424703722
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 21 10:04:53 2020 +0000

description:
bison: update to 3.7.3.

* Noteworthy changes in release 3.7.3 (2020-10-13) [stable]

** Bug fixes

  Fix concurrent build issues.

  The bison executable is no longer linked uselessly against libreadline.

  Fix incorrect use of yytname in glr.cc.

diffstat:

 devel/bison/Makefile                  |   4 ++--
 devel/bison/distinfo                  |  12 ++++++------
 devel/bison/patches/patch-Makefile.in |   4 +++-
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 38d6cab67516 -r 969424703722 devel/bison/Makefile
--- a/devel/bison/Makefile      Wed Oct 21 09:27:52 2020 +0000
+++ b/devel/bison/Makefile      Wed Oct 21 10:04:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2020/09/28 07:35:47 adam Exp $
+# $NetBSD: Makefile,v 1.116 2020/10/21 10:04:53 wiz Exp $
 
-DISTNAME=      bison-3.7.2
+DISTNAME=      bison-3.7.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=bison/}
 EXTRACT_SUFX=  .tar.xz
diff -r 38d6cab67516 -r 969424703722 devel/bison/distinfo
--- a/devel/bison/distinfo      Wed Oct 21 09:27:52 2020 +0000
+++ b/devel/bison/distinfo      Wed Oct 21 10:04:53 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2020/09/28 07:35:47 adam Exp $
+$NetBSD: distinfo,v 1.55 2020/10/21 10:04:53 wiz Exp $
 
-SHA1 (bison-3.7.2.tar.xz) = ce9716e3992bfbad81c103eb9e50515c0473ab9d
-RMD160 (bison-3.7.2.tar.xz) = e6824ee98655c1af6e0478595dffbe875231f849
-SHA512 (bison-3.7.2.tar.xz) = 42eb501c246e9b4b24cb212c8da538b11b1944b997314105e67f88f22d73b7d00cf19b21e086aa7523630a2a24e1fd70a89d85a7e3003783990e08d31f711a27
-Size (bison-3.7.2.tar.xz) = 2613404 bytes
-SHA1 (patch-Makefile.in) = 5ddd993114f4c4d1ff16ff35e5b9541dd1427975
+SHA1 (bison-3.7.3.tar.xz) = 0ab4a865c4772109c50767013dcbe54e5786bb09
+RMD160 (bison-3.7.3.tar.xz) = 16086806aba3e002409bc5362d053b9fa8a863a8
+SHA512 (bison-3.7.3.tar.xz) = 34fe630749dc015f15a830ad13742c4b0b9163143a11e987c16954bee0451e819ec2fa7b43bd34c867e5ce72c758eb9070348d1d581c9435b9531a99caa46eed
+Size (bison-3.7.3.tar.xz) = 2613028 bytes
+SHA1 (patch-Makefile.in) = e50363d642f045dafb71a9b7c8b0814995029e1c
 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab
diff -r 38d6cab67516 -r 969424703722 devel/bison/patches/patch-Makefile.in
--- a/devel/bison/patches/patch-Makefile.in     Wed Oct 21 09:27:52 2020 +0000
+++ b/devel/bison/patches/patch-Makefile.in     Wed Oct 21 10:04:53 2020 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-Makefile.in,v 1.6 2020/03/12 10:28:14 ryoon Exp $
+$NetBSD: patch-Makefile.in,v 1.7 2020/10/21 10:04:53 wiz Exp $
+
+Fix unportable test operator.
 
 --- Makefile.in.orig   2019-09-12 15:41:48.000000000 +0000
 +++ Makefile.in



Home | Main Index | Thread Index | Old Index