pkgsrc-WIP-changes archive

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

mono-git: Fix portability of a shell construct



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Apr 17 22:50:29 2016 +0200
Changeset:	0f6980063a6159f6e7e2765fc396321081cf81d5

Modified Files:
	mono-git/distinfo
Added Files:
	mono-git/patches/patch-mono_tests_verifier_make__unbox__test.sh

Log Message:
mono-git: Fix portability of a shell construct

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f6980063a6159f6e7e2765fc396321081cf81d5

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

diffstat:
 mono-git/distinfo                                           |  1 +
 .../patches/patch-mono_tests_verifier_make__unbox__test.sh  | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/mono-git/distinfo b/mono-git/distinfo
index 4d8b28a..ff4b089 100644
--- a/mono-git/distinfo
+++ b/mono-git/distinfo
@@ -4,6 +4,7 @@ SHA1 (mono-4.4.0.122.tar.bz2) = 132a8e9aa422e82ccdb776c7cc1db89ce140b0b3
 RMD160 (mono-4.4.0.122.tar.bz2) = 41d58720d7cb4f510cad64c1dbecdd9a6c9d19a1
 SHA512 (mono-4.4.0.122.tar.bz2) = 264b3779fc94e40c44f8cc637169d7f3a6367ead75b932069bc0498d53c13ea62ef5711784d1bc0767b85e0cb04424b9eee0ce7ed10772076902b55210097a10
 Size (mono-4.4.0.122.tar.bz2) = 84904723 bytes
+SHA1 (patch-mono_tests_verifier_make__unbox__test.sh) = 017212587f5a1f9cf2b313f8a47bc600ef864aca
 SHA1 (patch-mono_utils_dlmalloc.c) = a1fcd65964e1e18418c97e1726058f1864a49de1
 SHA1 (patch-support_map.c) = 39a26cca54503d465fe89042433b7bfdb52104ab
 SHA1 (patch-support_sys-mman.c) = 9d22f579a3f826faf5092b1c3ba0409bde419970
diff --git a/mono-git/patches/patch-mono_tests_verifier_make__unbox__test.sh b/mono-git/patches/patch-mono_tests_verifier_make__unbox__test.sh
new file mode 100644
index 0000000..292227b
--- /dev/null
+++ b/mono-git/patches/patch-mono_tests_verifier_make__unbox__test.sh
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- mono/tests/verifier/make_unbox_test.sh.orig	2016-04-16 14:26:45.000000000 +0000
++++ mono/tests/verifier/make_unbox_test.sh
+@@ -12,7 +12,7 @@ TEST_TYPE2=$4
+ TEST_POST_OP=$5
+ TEST_NO_BOX=$6
+ TEST_BOX="box ${TEST_TYPE1}";
+-if [ "${TEST_NO_BOX}" == "yes" ]; then
++if [ "x${TEST_NO_BOX}" = "xyes" ]; then
+ 	TEST_BOX="";
+ fi
+ 


Home | Main Index | Thread Index | Old Index