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:   ryoon
Date:           Thu Mar 12 10:28:14 UTC 2020

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

Log Message:
bison: Fix POSIX shell portability issue in Makefile.in


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/bison/distinfo
cvs rdiff -u -r0 -r1.6 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/distinfo
diff -u pkgsrc/devel/bison/distinfo:1.51 pkgsrc/devel/bison/distinfo:1.52
--- pkgsrc/devel/bison/distinfo:1.51    Wed Oct 23 12:17:33 2019
+++ pkgsrc/devel/bison/distinfo Thu Mar 12 10:28:14 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.51 2019/10/23 12:17:33 triaxx Exp $
+$NetBSD: distinfo,v 1.52 2020/03/12 10:28:14 ryoon Exp $
 
 SHA1 (bison-3.4.2.tar.xz) = 5aa25aad924da6eda6df03a697f59d85081c5551
 RMD160 (bison-3.4.2.tar.xz) = 00d7179f584b13b8b37c564c2d52d1d0b423b3c0
 SHA512 (bison-3.4.2.tar.xz) = 00d2b37187b93100ec4b220ce2752d12ccf68f9d0d39b380d375d36dd8a22aa1d6e60156918f95e4493f9531c5d42d8fad38fd807307b491c1ca7ca4177823d9
 Size (bison-3.4.2.tar.xz) = 2240532 bytes
+SHA1 (patch-Makefile.in) = 5ddd993114f4c4d1ff16ff35e5b9541dd1427975
 SHA1 (patch-lib_isnan.c) = 5b44fc6e2e97e36f91cd784bf3a38ad459fccdab

Added files:

Index: pkgsrc/devel/bison/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/devel/bison/patches/patch-Makefile.in:1.6
--- /dev/null   Thu Mar 12 10:28:14 2020
+++ pkgsrc/devel/bison/patches/patch-Makefile.in        Thu Mar 12 10:28:14 2020
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.in,v 1.6 2020/03/12 10:28:14 ryoon Exp $
+
+--- Makefile.in.orig   2019-09-12 15:41:48.000000000 +0000
++++ Makefile.in
+@@ -10936,7 +10936,7 @@ maintainer-check-posix: $(RUN_TESTSUITE_
+ 
+ .PHONY: maintainer-check-valgrind
+ maintainer-check-valgrind: $(RUN_TESTSUITE_deps)
+-      test 'x$(VALGRIND)' == x ||                                     \
++      test 'x$(VALGRIND)' = x ||                                      \
+         $(RUN_TESTSUITE)                                              \
+           PREBISON='$(VALGRIND) -q' PREPARSER='$(VALGRIND) -q'        \
+           VALGRIND_OPTS="$(VALGRIND_OPTS)"



Home | Main Index | Thread Index | Old Index