pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/audacious audacious: Use standard shared library...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2df09148dd27
branches: trunk
changeset: 311082:2df09148dd27
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jul 31 13:46:31 2018 +0000
description:
audacious: Use standard shared library naming on SunOS.
diffstat:
audio/audacious/distinfo | 4 ++--
audio/audacious/patches/patch-configure | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 75c11134e3a7 -r 2df09148dd27 audio/audacious/distinfo
--- a/audio/audacious/distinfo Tue Jul 31 13:13:46 2018 +0000
+++ b/audio/audacious/distinfo Tue Jul 31 13:46:31 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/02/20 11:28:26 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2018/07/31 13:46:31 jperkin Exp $
SHA1 (audacious-3.5.2.tar.bz2) = 1c92ddb079ec1b0109cd4bc65a1329db5eb8cb1b
RMD160 (audacious-3.5.2.tar.bz2) = dd41e56544d9563b47401a670d96a34d7be920b6
SHA512 (audacious-3.5.2.tar.bz2) = 70fd5bf81fd86a867102917c9328e1e647e9566ecfbc773b15fe0d181f176cfb333976c817493b1e485f15a045da054f19a9d6d81106d55636fca14ac09f8008
Size (audacious-3.5.2.tar.bz2) = 448436 bytes
-SHA1 (patch-configure) = 2f0dbdc037d80fcdf0fb993edb5d7ec59e1dc1a8
+SHA1 (patch-configure) = b35fcc193c90401ed5b927d200022e8b05e1fee8
diff -r 75c11134e3a7 -r 2df09148dd27 audio/audacious/patches/patch-configure
--- a/audio/audacious/patches/patch-configure Tue Jul 31 13:13:46 2018 +0000
+++ b/audio/audacious/patches/patch-configure Tue Jul 31 13:46:31 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.1 2016/02/20 11:28:26 jperkin Exp $
+$NetBSD: patch-configure,v 1.2 2018/07/31 13:46:31 jperkin Exp $
Fix install_name on Darwin.
--- configure.orig 2014-10-17 00:00:43.000000000 +0000
+++ configure
-@@ -5217,14 +5217,14 @@ $as_echo_n "checking for shared library
+@@ -5217,18 +5217,18 @@ $as_echo_n "checking for shared library
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
$as_echo "Darwin" >&6; }
LIB_CFLAGS='-fPIC -DPIC'
@@ -21,3 +21,8 @@
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.dylib ${DESTDIR}${libdir}/$${i%.dylib}.${LIB_MAJOR}.${LIB_MINOR}.dylib'
CLEAN_LIB=''
;;
+- solaris*)
++ notsolaris*)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Solaris" >&5
+ $as_echo "Solaris" >&6; }
+ LIB_CFLAGS='-fPIC -DPIC'
Home |
Main Index |
Thread Index |
Old Index