pkgsrc-WIP-changes archive

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

ardour: Explain ldd(1) patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jun 20 09:43:09 2016 +0200
Changeset:	91211b4820c0a4bf58c1195c9a2aa930111ac06e

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

Log Message:
ardour: Explain ldd(1) patch

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

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

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

diffs:
diff --git a/ardour/distinfo b/ardour/distinfo
index ffa8c41..6e713a6 100644
--- a/ardour/distinfo
+++ b/ardour/distinfo
@@ -4,7 +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) = dc175db3f0375f18662baf2219be3f999158c17c
+SHA1 (patch-gtk2__ardour_ardour.sh.in) = 4949797546a2644604aa70e24742b529512d3ad6
 SHA1 (patch-gtk2__ardour_wscript) = ab2e95282d82ba08aad83b59f8d2acf9fe45e3c6
 SHA1 (patch-libs_ardour_session__state.cc) = 168f67f4af32181d2e3d85d2759383f9acfcbf29
 SHA1 (patch-libs_ardouralsautil_wscript) = 7867f29bc2590219ad0cca387bae27bc503374f4
diff --git a/ardour/patches/patch-gtk2__ardour_ardour.sh.in b/ardour/patches/patch-gtk2__ardour_ardour.sh.in
index 31bb90f..c63e1ac 100644
--- a/ardour/patches/patch-gtk2__ardour_ardour.sh.in
+++ b/ardour/patches/patch-gtk2__ardour_ardour.sh.in
@@ -1,6 +1,20 @@
 $NetBSD$
 
-Fix ldd(1) parsing on NetBSD.
+Fix ldd(1) parsing on NetBSD:
+
+ * NetBSD
+
+$ ldd /bin/cat
+/bin/cat:
+        -lc.12 => /lib/libc.so.12
+
+ * Linux
+
+$ ldd /usr/bin/cat
+	linux-vdso.so.1 =>  (0x0000726abb373000)
+	libc.so.6 => /lib64/libc.so.6 (0x0000726abafa7000)
+	/lib64/ld-linux-x86-64.so.2 (0x0000726abb374000)
+
 
 --- gtk2_ardour/ardour.sh.in.orig	2016-02-19 01:28:56.000000000 +0000
 +++ gtk2_ardour/ardour.sh.in


Home | Main Index | Thread Index | Old Index