pkgsrc-WIP-changes archive

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

ardour: Fix shebangs for perl, bash, python



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Dec 7 00:05:23 2015 +0100
Changeset:	9941f91548b6d9d5b4e02e5145bc984c51f516dd

Modified Files:
	ardour/Makefile

Log Message:
ardour: Fix shebangs for perl, bash, python

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9941f91548b6d9d5b4e02e5145bc984c51f516dd

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

diffstat:
 ardour/Makefile | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 50 insertions(+), 1 deletion(-)

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index 87a8f38..b2e2265 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -11,9 +11,58 @@ COMMENT=	Digital Audio Workstation
 LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	bsdtar
-USE_TOOLS+=	bsdtar pkg-config
+USE_TOOLS+=	bsdtar pkg-config perl bash
 USE_LANGUAGES=	c c++
 
+REPLACE_PYTHON+=	export/wscript
+REPLACE_PYTHON+=	libs/pbd/pbd/signals.py
+REPLACE_PYTHON+=	mcp/wscript
+REPLACE_PYTHON+=	midi_maps/wscript
+REPLACE_PYTHON+=	patchfiles/wscript
+REPLACE_PYTHON+=	templates/wscript
+REPLACE_PYTHON+=	tools/bug_tool/ardour_bugs
+REPLACE_PYTHON+=	tools/cstyle.py
+REPLACE_PYTHON+=	tools/session_exchange.py
+
+REPLACE_PERL+=		tools/fmt-bindings
+
+REPLACE_BASH+=	gtk2_ardour/icons/export_icons.sh
+REPLACE_BASH+=	libs/ardour/run-profiling.sh
+REPLACE_BASH+=	libs/ardour/run-session-tests.sh
+REPLACE_BASH+=	libs/ardour/run-tests.sh
+REPLACE_BASH+=	libs/canvas/build-and-run-benchmark.sh
+REPLACE_BASH+=	libs/canvas/build-and-run-manual-test.sh
+REPLACE_BASH+=	libs/canvas/build-and-run-tests.sh
+REPLACE_BASH+=	libs/canvas/run-manual-test.sh
+REPLACE_BASH+=	libs/canvas/run-tests.sh
+REPLACE_BASH+=	libs/pbd/run-tests.sh
+REPLACE_BASH+=	tools/linux_packaging/build
+REPLACE_BASH+=	tools/linux_packaging/package
+REPLACE_BASH+=	tools/osx_packaging/osx_build
+REPLACE_BASH+=	tools/windows_packaging/clean.sh
+REPLACE_BASH+=	tools/windows_packaging/configure-debug.sh
+REPLACE_BASH+=	tools/windows_packaging/configure-distcc-debug.sh
+REPLACE_BASH+=	tools/windows_packaging/configure-distcc-release.sh
+REPLACE_BASH+=	tools/windows_packaging/configure-release.sh
+REPLACE_BASH+=	tools/windows_packaging/copydll-fedora.sh
+REPLACE_BASH+=	tools/windows_packaging/copydll-waves.sh
+REPLACE_BASH+=	tools/windows_packaging/cptovmshare.sh
+REPLACE_BASH+=	tools/windows_packaging/make-installer.sh
+REPLACE_BASH+=	tools/windows_packaging/mingw-env.sh
+REPLACE_BASH+=	tools/windows_packaging/package-f19.sh
+REPLACE_BASH+=	tools/windows_packaging/package-f20.sh
+REPLACE_BASH+=	tools/windows_packaging/package.sh
+REPLACE_BASH+=	tools/windows_packaging/package_win32.sh
+REPLACE_BASH+=	tools/windows_packaging/waf.sh
+REPLACE_BASH+=	tools/windows_packaging/win32-env.sh
+REPLACE_BASH+=	tools/windows_packaging/wine-ardour-tests.sh
+REPLACE_BASH+=	tools/windows_packaging/wine-ardour.sh
+REPLACE_BASH+=	tools/windows_packaging/wine-env.sh
+REPLACE_BASH+=	tools/windows_packaging/wine-evoral-tests.sh
+REPLACE_BASH+=	tools/windows_packaging/wine-pbd-tests.sh
+REPLACE_BASH+=	tools/x-win/compile.sh
+REPLACE_BASH+=	tools/x-win/package.sh
+
 PKGCONFIG_OVERRIDE+=	libs/gtkmm2ext/libgtkmm2ext.pc.in
 PKGCONFIG_OVERRIDE+=	libs/midi++2/libmidi++.pc.in
 PKGCONFIG_OVERRIDE+=	libs/pbd/libpbd.pc.in


Home | Main Index | Thread Index | Old Index