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:   rillig
Date:           Sat May 23 10:23:43 UTC 2020

Modified Files:
        pkgsrc/audio/csound6: Makefile

Log Message:
audio/csound6: fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/csound6/Makefile

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/Makefile
diff -u pkgsrc/audio/csound6/Makefile:1.50 pkgsrc/audio/csound6/Makefile:1.51
--- pkgsrc/audio/csound6/Makefile:1.50  Fri May 22 10:55:54 2020
+++ pkgsrc/audio/csound6/Makefile       Sat May 23 10:23:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/05/22 10:55:54 adam Exp $
+# $NetBSD: Makefile,v 1.51 2020/05/23 10:23:43 rillig Exp $
 
 DISTNAME=              csound-${CSOUND_VERSION}
 PKGNAME=               csound6-${CSOUND_VERSION}
@@ -28,13 +28,15 @@ PYTHON_VERSIONS_ACCEPTED=   27 # not yet p
 
 INSTALLATION_DIRS=     bin
 
-CHECK_PORTABILITY_SKIP+=       installer/misc/makedeb.sh \
-                               installer/macosx/beta-build.sh \
-                               installer/macosx/release-build.sh \
-                               installer/macosx/release-build-10.8.sh \
-                               installer/macosx/release-build-10.10.sh \
-                               frontends/max_csound_tilde/installer/build-installer.sh \
-                               frontends/max_csound_tilde/installer/build-installer-windows.sh
+CHECK_PORTABILITY_SKIP+= \
+       Android/build-all.sh \
+       installer/misc/makedeb.sh \
+       installer/macosx/beta-build.sh \
+       installer/macosx/release-build.sh \
+       installer/macosx/release-build-10.8.sh \
+       installer/macosx/release-build-10.10.sh \
+       frontends/max_csound_tilde/installer/build-installer.sh \
+       frontends/max_csound_tilde/installer/build-installer-windows.sh
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index