pkgsrc-WIP-changes archive

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

ardour: Handle NetBSD-specific ldd(1) output



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 19 11:33:43 2016 +0200
Changeset:	fda31a7c6f4890f9e49c845b5c7b0dda492c2836

Modified Files:
	ardour/distinfo
Added Files:
	ardour/patches/patch-gtk2__ardour_ardour.sh.in

Log Message:
ardour: Handle NetBSD-specific ldd(1) output

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

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

diffstat:
 ardour/distinfo                                |  1 +
 ardour/patches/patch-gtk2__ardour_ardour.sh.in | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diffs:
diff --git a/ardour/distinfo b/ardour/distinfo
index fd8cf3e..aad96cd 100644
--- a/ardour/distinfo
+++ b/ardour/distinfo
@@ -4,6 +4,7 @@ SHA1 (ardour-4.7.tar.gz) = 95047ccb3fc599ce11c473a0fd7f1eb012c3e440
 RMD160 (ardour-4.7.tar.gz) = 366f7057fab9878ac425dd70a751899984abc030
 SHA512 (ardour-4.7.tar.gz) = 5daff563ec0b2dc38ec6ca55bb12526ef54da9d8d5a29a9fd6d869f54b83e6fe5ff3c28ef654e6700455110b4a46ce42a33902eb66d96330c6c0948eb3cd3096
 Size (ardour-4.7.tar.gz) = 9863149 bytes
+SHA1 (patch-gtk2__ardour_ardour.sh.in) = f0d90933665ad0fdf816eafc7d13143f244fee1b
 SHA1 (patch-libs_ardour_session__state.cc) = a1966a289db67c4ddadffe68e681827720f61f8c
 SHA1 (patch-libs_ardouralsautil_wscript) = 5812a50ebbc9e27461617a238eca1d11445a4324
 SHA1 (patch-libs_fst_wscript) = fe13abd4f13cf3bc044b2f91adf17a4722b361ec
diff --git a/ardour/patches/patch-gtk2__ardour_ardour.sh.in b/ardour/patches/patch-gtk2__ardour_ardour.sh.in
new file mode 100644
index 0000000..5b51b32
--- /dev/null
+++ b/ardour/patches/patch-gtk2__ardour_ardour.sh.in
@@ -0,0 +1,19 @@
+$NetBSD$
+
+--- gtk2_ardour/ardour.sh.in.orig	2016-02-19 01:28:56.000000000 +0000
++++ gtk2_ardour/ardour.sh.in
+@@ -23,7 +23,7 @@ fi
+ 
+ ## Glib atomic test
+ 
+-GLIB=$(ldd @LIBDIR@/ardour-@VERSION@ 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/')
++GLIB=$(ldd @LIBDIR@/ardour-@VERSION@ 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\)/\1/;s/ .*//')
+ 
+ if [ "$GLIB" = "" ]; then
+ 	echo "WARNING: Could not check your glib-2.0 for mutex locking atomic operations."
+@@ -66,5 +66,3 @@ if [ $# -gt 0 ] ; then
+ fi
+ 
+ exec $GDB @LIBDIR@/ardour-@VERSION@ "$@"
+-
+-


Home | Main Index | Thread Index | Old Index