pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/silc-client Do not remove static libraries behind...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a13679ef9521
branches:  trunk
changeset: 567867:a13679ef9521
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 26 18:59:17 2009 +0000

description:
Do not remove static libraries behind the pack of libtool.

diffstat:

 chat/silc-client/distinfo         |   3 ++-
 chat/silc-client/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r d9327d106a66 -r a13679ef9521 chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Thu Nov 26 18:21:28 2009 +0000
+++ b/chat/silc-client/distinfo Thu Nov 26 18:59:17 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2009/08/02 19:18:40 tonnerre Exp $
+$NetBSD: distinfo,v 1.36 2009/11/26 18:59:17 joerg Exp $
 
 SHA1 (silc-client-1.1.8.tar.bz2) = 5936ab682e746ae413f938ce9c9b72215d6524c0
 RMD160 (silc-client-1.1.8.tar.bz2) = a010384b5e498a62cc6cd69e97602f3118b64d2f
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 490e3b2a99e14683b9a0005494d29b5a91186755
 SHA1 (patch-ae) = c5b21eb9d65cb0bbc685f5e771849f1ccf07681b
 SHA1 (patch-af) = 29738fac989989fdd2a8865f9f5e2b3ea2ed7198
+SHA1 (patch-ag) = c40ef2f27daa410ece2026883ea0168d70feacfe
diff -r d9327d106a66 -r a13679ef9521 chat/silc-client/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/silc-client/patches/patch-ag Thu Nov 26 18:59:17 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/11/26 18:59:17 joerg Exp $
+
+--- lib/Makefile.in.orig       2009-11-26 19:51:28.000000000 +0100
++++ lib/Makefile.in
+@@ -643,8 +643,6 @@ install-exec-hook:
+ @SILC_ENABLE_SHARED_TRUE@     -mkdir -p $(libdir)
+ @SILC_ENABLE_SHARED_TRUE@     -$(LIBTOOL) --mode=install $(INSTALL) libsilc.la $(DESTDIR)$(libdir)/
+ @SILC_ENABLE_SHARED_TRUE@     -$(LIBTOOL) --mode=install $(INSTALL) libsilcclient.la $(DESTDIR)$(libdir)/
+-@SILC_ENABLE_SHARED_TRUE@     -rm -rf $(DESTDIR)$(libdir)/libsilc.a
+-@SILC_ENABLE_SHARED_TRUE@     -rm -rf $(DESTDIR)$(libdir)/libsilcclient.a
+ 
+ libsilc.a:
+       find $(SILCLIB_DIRS) -type f -name *.lo | xargs $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(SILC_LINK_LIBS)     $(LIBTOOL_SILC_VERSION) $(LIBTOOL_OPTS) -o libsilc.la



Home | Main Index | Thread Index | Old Index