summaryrefslogtreecommitdiff
path: root/audio/csound6
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-10-10 14:02:37 +0000
committermef <mef@pkgsrc.org>2020-10-10 14:02:37 +0000
commit9d8bde3fb74ebb3407222020bae054d1c646c7d3 (patch)
treeb1b8a15ed0a28cb073b8f0dbec4780c9122f72cc /audio/csound6
parente052b60719e39ada0967c8ef9934d1b57214802a (diff)
downloadpkgsrc-9d8bde3fb74ebb3407222020bae054d1c646c7d3.tar.gz
(audio/csound6) Add patch for [check-portability.awk]
Diffstat (limited to 'audio/csound6')
-rw-r--r--audio/csound6/distinfo3
-rw-r--r--audio/csound6/patches/patch-installer_macosx_release-build-azure.sh15
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/csound6/distinfo b/audio/csound6/distinfo
index 20f1a56ca67..0d1afebbf8c 100644
--- a/audio/csound6/distinfo
+++ b/audio/csound6/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2020/10/07 05:12:23 mrg Exp $
+$NetBSD: distinfo,v 1.11 2020/10/10 14:02:37 mef Exp $
SHA1 (csound-6.15.0.tar.gz) = d8c04b42db03551e801faf7c8a8a969dbdd78fbc
RMD160 (csound-6.15.0.tar.gz) = ed7c7971ac2a2c06cbe8f71b512d32ddb845c4c3
@@ -17,3 +17,4 @@ SHA1 (patch-Top_csmodule.c) = 6a15ef7582caeefb7a41a59a499045bf07279bf1
SHA1 (patch-Top_csound.c) = 6f9e216ff6df71fe937866daa21e205469b732e7
SHA1 (patch-Top_one_file.c) = b93131eb5b4ea89fb1ab13cff3377510060059dc
SHA1 (patch-Top_threads.c) = 1c296a92b62561428f5dd010834d6858ff83e481
+SHA1 (patch-installer_macosx_release-build-azure.sh) = 23f21df0fca0fa38129b2940c6c91b8d6c279784
diff --git a/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh b/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh
new file mode 100644
index 00000000000..5eefc9c0c5e
--- /dev/null
+++ b/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh
@@ -0,0 +1,15 @@
+$NetBSD: patch-installer_macosx_release-build-azure.sh,v 1.1 2020/10/10 14:02:37 mef Exp $
+
+ERROR: [check-portability.awk]
+
+--- installer/macosx/release-build-azure.sh.orig 2020-08-13 23:03:03.000000000 +0000
++++ installer/macosx/release-build-azure.sh
+@@ -35,7 +35,7 @@ ls /usr/local/lib
+
+ # sudo cp -a /Library/Frameworks/CsoundLib64.framework/libs/. $SYSTEM_DEFAULTWORKINGDIRECTORY/csoundLibs
+
+-if [ $# == 0 ]; then
++if [ $# = 0 ]; then
+ echo "Must give branch name to build from"
+ exit
+ else