Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/csound6 audio/csound6: fix shell portability
details: https://anonhg.NetBSD.org/pkgsrc/rev/63136411c470
branches: trunk
changeset: 432570:63136411c470
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 23 10:23:43 2020 +0000
description:
audio/csound6: fix shell portability
diffstat:
audio/csound6/Makefile | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diffs (32 lines):
diff -r 7b2e50eac652 -r 63136411c470 audio/csound6/Makefile
--- a/audio/csound6/Makefile Sat May 23 10:22:42 2020 +0000
+++ b/audio/csound6/Makefile Sat May 23 10:23:43 2020 +0000
@@ -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 @@
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