pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/csound6



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Oct 10 14:02:37 UTC 2020

Modified Files:
        pkgsrc/audio/csound6: distinfo
Added Files:
        pkgsrc/audio/csound6/patches:
            patch-installer_macosx_release-build-azure.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/csound6/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh

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

Modified files:

Index: pkgsrc/audio/csound6/distinfo
diff -u pkgsrc/audio/csound6/distinfo:1.10 pkgsrc/audio/csound6/distinfo:1.11
--- pkgsrc/audio/csound6/distinfo:1.10  Wed Oct  7 05:12:23 2020
+++ pkgsrc/audio/csound6/distinfo       Sat Oct 10 14:02:37 2020
@@ -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) = 6a15ef7582
 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

Added files:

Index: pkgsrc/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh
diff -u /dev/null pkgsrc/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh:1.1
--- /dev/null   Sat Oct 10 14:02:37 2020
+++ pkgsrc/audio/csound6/patches/patch-installer_macosx_release-build-azure.sh  Sat Oct 10 14:02:37 2020
@@ -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