pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/avr-gdb



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 21:48:41 UTC 2020

Modified Files:
        pkgsrc/cross/avr-gdb: distinfo
Added Files:
        pkgsrc/cross/avr-gdb/patches: patch-gdb_testsuite_Makefile.in

Log Message:
Fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/cross/avr-gdb/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/cross/avr-gdb/patches/patch-gdb_testsuite_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/cross/avr-gdb/distinfo
diff -u pkgsrc/cross/avr-gdb/distinfo:1.13 pkgsrc/cross/avr-gdb/distinfo:1.14
--- pkgsrc/cross/avr-gdb/distinfo:1.13  Sun Jan 29 05:18:09 2017
+++ pkgsrc/cross/avr-gdb/distinfo       Thu Mar 26 21:48:41 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2017/01/29 05:18:09 mef Exp $
+$NetBSD: distinfo,v 1.14 2020/03/26 21:48:41 joerg Exp $
 
 SHA1 (gdb-7.12.1.tar.gz) = e0dfaa153d162ae23fd81d05ea87864a634b6da8
 RMD160 (gdb-7.12.1.tar.gz) = 54c68518b07c4792ac6623f93ea2ae699ad697f9
 SHA512 (gdb-7.12.1.tar.gz) = 84e7350bc5131a37ce593b9b7ad65160f0ccad172067592dad005c1a64da87b8dcf9471e4e5d882cb36c4c7a1ab5ecb6ef3b8549d8187dec0bf2852af435fc38
 Size (gdb-7.12.1.tar.gz) = 35788041 bytes
 SHA1 (patch-ac) = 2975101bbbd4a2e19fb9364b494a18e3940d9bac
+SHA1 (patch-gdb_testsuite_Makefile.in) = 33612cb12aa6c6621fb74e000cf3522c57169b8b

Added files:

Index: pkgsrc/cross/avr-gdb/patches/patch-gdb_testsuite_Makefile.in
diff -u /dev/null pkgsrc/cross/avr-gdb/patches/patch-gdb_testsuite_Makefile.in:1.1
--- /dev/null   Thu Mar 26 21:48:41 2020
+++ pkgsrc/cross/avr-gdb/patches/patch-gdb_testsuite_Makefile.in        Thu Mar 26 21:48:41 2020
@@ -0,0 +1,22 @@
+$NetBSD: patch-gdb_testsuite_Makefile.in,v 1.1 2020/03/26 21:48:41 joerg Exp $
+
+--- gdb/testsuite/Makefile.in.orig     2020-03-26 14:22:02.641157595 +0000
++++ gdb/testsuite/Makefile.in
+@@ -201,7 +201,7 @@ check-single-racy:
+       -rm -rf cache racy_outputs temp
+       mkdir -p racy_outputs; \
+       racyiter="$(RACY_ITER)"; \
+-      test "x$$racyiter" == "x" && \
++      test "x$$racyiter" = "x" && \
+         racyiter=$(DEFAULT_RACY_ITER); \
+       if test $$racyiter -lt 2 ; then \
+         echo "RACY_ITER must be at least 2."; \
+@@ -231,7 +231,7 @@ check-parallel:
+ check-parallel-racy:
+       -rm -rf cache racy_outputs temp
+       racyiter="$(RACY_ITER)"; \
+-      test "x$$racyiter" == "x" && \
++      test "x$$racyiter" = "x" && \
+         racyiter=$(DEFAULT_RACY_ITER); \
+       if test $$racyiter -lt 2 ; then \
+         echo "RACY_ITER must be at least 2."; \



Home | Main Index | Thread Index | Old Index