pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 21 10:04:53 UTC 2020

Modified Files:
        pkgsrc/devel/bison: Makefile distinfo
        pkgsrc/devel/bison/patches: patch-Makefile.in

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/bison/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/bison/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/bison/patches/patch-Makefile.in

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

Modified files:

Index: pkgsrc/devel/bison/Makefile
diff -u pkgsrc/devel/bison/Makefile:1.115 pkgsrc/devel/bison/Makefile:1.116
--- pkgsrc/devel/bison/Makefile:1.115   Mon Sep 28 07:35:47 2020
+++ pkgsrc/devel/bison/Makefile Wed Oct 21 10:04:53 2020
@@ -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

Index: pkgsrc/devel/bison/distinfo
diff -u pkgsrc/devel/bison/distinfo:1.54 pkgsrc/devel/bison/distinfo:1.55
--- pkgsrc/devel/bison/distinfo:1.54    Mon Sep 28 07:35:47 2020
+++ pkgsrc/devel/bison/distinfo Wed Oct 21 10:04:53 2020
@@ -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

Index: pkgsrc/devel/bison/patches/patch-Makefile.in
diff -u pkgsrc/devel/bison/patches/patch-Makefile.in:1.6 pkgsrc/devel/bison/patches/patch-Makefile.in:1.7
--- pkgsrc/devel/bison/patches/patch-Makefile.in:1.6    Thu Mar 12 10:28:14 2020
+++ pkgsrc/devel/bison/patches/patch-Makefile.in        Wed Oct 21 10:04:53 2020
@@ -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