summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-04-21 14:25:09 +0000
committerhans <hans@pkgsrc.org>2011-04-21 14:25:09 +0000
commita42b1af5d36753c88d8af5ffae02047f8d73abdc (patch)
treeb2a59c332408db485576402304236ad28e87ede0
parent8455ca31604390564c92e8a82075e778976f53c6 (diff)
downloadpkgsrc-a42b1af5d36753c88d8af5ffae02047f8d73abdc.tar.gz
Fix library names on SunOS.
-rw-r--r--audio/audacious/distinfo3
-rw-r--r--audio/audacious/patches/patch-aa15
-rw-r--r--devel/libmcs/distinfo3
-rw-r--r--devel/libmcs/patches/patch-aa15
-rw-r--r--devel/libmowgli/distinfo3
-rw-r--r--devel/libmowgli/patches/patch-ab15
6 files changed, 51 insertions, 3 deletions
diff --git a/audio/audacious/distinfo b/audio/audacious/distinfo
index 1cc323cb408..98fc5e7fede 100644
--- a/audio/audacious/distinfo
+++ b/audio/audacious/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/11/10 12:05:24 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/04/21 14:30:35 hans Exp $
SHA1 (audacious-1.5.1.tbz2) = 571ed77333c4d85dab901770f6640501930a748c
RMD160 (audacious-1.5.1.tbz2) = 1748b7075cef3fd0d41fb74c44109e294433d03b
Size (audacious-1.5.1.tbz2) = 1374028 bytes
+SHA1 (patch-aa) = cc5ee70bf9237364f2b5e8b5e859fe82cb84de9c
diff --git a/audio/audacious/patches/patch-aa b/audio/audacious/patches/patch-aa
new file mode 100644
index 00000000000..38addea8052
--- /dev/null
+++ b/audio/audacious/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2011/04/21 14:30:35 hans Exp $
+
+--- configure.orig 2008-05-24 00:00:38.000000000 +0200
++++ configure 2011-04-21 17:09:12.454026785 +0200
+@@ -2298,8 +2298,8 @@ echo "${ECHO_T}Solaris" >&6; }
+ PLUGIN_CFLAGS='-fPIC'
+ PLUGIN_LDFLAGS='-shared -fPIC'
+ PLUGIN_SUFFIX='.so'
+- INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
+- UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
++ INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
++ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
+ CLEAN_LIB=''
+ ;;
+ *-*-cygwin | *-*-mingw32)
diff --git a/devel/libmcs/distinfo b/devel/libmcs/distinfo
index 1f27106808c..aef2fae1f99 100644
--- a/devel/libmcs/distinfo
+++ b/devel/libmcs/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/11/10 11:39:48 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/04/21 14:27:34 hans Exp $
SHA1 (libmcs-0.7.1.tgz) = 498a8ace5bc171cb8999ecf8c77cab59c6ded4bb
RMD160 (libmcs-0.7.1.tgz) = 4deb72bd417394a484a689bb4dc58bc1a6a563ba
Size (libmcs-0.7.1.tgz) = 107684 bytes
+SHA1 (patch-aa) = b1653f1c06caffcd19cf985427695ea857ce06e9
diff --git a/devel/libmcs/patches/patch-aa b/devel/libmcs/patches/patch-aa
new file mode 100644
index 00000000000..b027fbf1447
--- /dev/null
+++ b/devel/libmcs/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2011/04/21 14:27:34 hans Exp $
+
+--- configure.orig 2008-04-21 00:05:52.000000000 +0200
++++ configure 2010-01-08 19:02:21.747296958 +0100
+@@ -3003,8 +3003,8 @@ echo "${ECHO_T}Solaris" >&6; }
+ PLUGIN_CFLAGS='-fPIC'
+ PLUGIN_LDFLAGS='-shared -fPIC'
+ PLUGIN_SUFFIX='.so'
+- INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
+- UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
++ INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
++ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
+ CLEAN_LIB=''
+ ;;
+ *-*-cygwin | *-*-mingw32)
diff --git a/devel/libmowgli/distinfo b/devel/libmowgli/distinfo
index 03c097f2ea6..a9882fe870f 100644
--- a/devel/libmowgli/distinfo
+++ b/devel/libmowgli/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2010/09/19 12:19:41 obache Exp $
+$NetBSD: distinfo,v 1.4 2011/04/21 14:25:09 hans Exp $
SHA1 (libmowgli-0.7.1.tgz) = 62ef22d3ff101e369c6424a130a7af83a840deee
RMD160 (libmowgli-0.7.1.tgz) = 4795045e65f0ac51ff6c77e070183f262fe7e85e
Size (libmowgli-0.7.1.tgz) = 124251 bytes
SHA1 (patch-aa) = 52b2333527afe320b492bd6196d4b09fd8222fc7
+SHA1 (patch-ab) = 92fa70e409c11b33523d4fcdd2a7e1859e9faa84
diff --git a/devel/libmowgli/patches/patch-ab b/devel/libmowgli/patches/patch-ab
new file mode 100644
index 00000000000..6f1095f0a57
--- /dev/null
+++ b/devel/libmowgli/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2011/04/21 14:25:09 hans Exp $
+
+--- configure.orig 2011-02-16 22:18:08.078550720 +0100
++++ configure 2011-02-16 22:19:36.365698531 +0100
+@@ -3239,8 +3239,8 @@ $as_echo "Solaris" >&6; }
+ PLUGIN_CFLAGS='-fPIC'
+ PLUGIN_LDFLAGS='-shared -fPIC'
+ PLUGIN_SUFFIX='.so'
+- INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
+- UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
++ INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
++ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
+ CLEAN_LIB=''
+ ;;
+ openbsd* | mirbsd*)