pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/csound6 (audio/csound6) Add patch for [check-por...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0512f14a8cca
branches:  trunk
changeset: 440519:0512f14a8cca
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 10 14:02:37 2020 +0000

description:
(audio/csound6) Add patch for [check-portability.awk]

diffstat:

 audio/csound6/distinfo                                              |   3 +-
 audio/csound6/patches/patch-installer_macosx_release-build-azure.sh |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 3e63423e45a6 -r 0512f14a8cca audio/csound6/distinfo
--- a/audio/csound6/distinfo    Sat Oct 10 12:57:41 2020 +0000
+++ b/audio/csound6/distinfo    Sat Oct 10 14:02:37 2020 +0000
@@ -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_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 -r 3e63423e45a6 -r 0512f14a8cca audio/csound6/patches/patch-installer_macosx_release-build-azure.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh       Sat Oct 10 14:02:37 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index