pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pdflib-lite Always use --mode with libtool.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f6219cbdd25
branches:  trunk
changeset: 567838:6f6219cbdd25
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 25 23:58:01 2009 +0000

description:
Always use --mode with libtool.

diffstat:

 print/pdflib-lite/distinfo         |   3 ++-
 print/pdflib-lite/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 3d2ee223efad -r 6f6219cbdd25 print/pdflib-lite/distinfo
--- a/print/pdflib-lite/distinfo        Wed Nov 25 23:41:42 2009 +0000
+++ b/print/pdflib-lite/distinfo        Wed Nov 25 23:58:01 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2009/06/22 14:39:19 drochner Exp $
+$NetBSD: distinfo,v 1.4 2009/11/25 23:58:01 joerg Exp $
 
 SHA1 (PDFlib-Lite-7.0.4p4.tar.gz) = 36d3f8cedeed95ec68ae90f489d9bfb40b4c6593
 RMD160 (PDFlib-Lite-7.0.4p4.tar.gz) = cb9527120eebc232ef130223a124a956f93e57f1
 Size (PDFlib-Lite-7.0.4p4.tar.gz) = 6264932 bytes
 SHA1 (patch-aa) = a01fa6d85d550f203982a17a898929a8cd94a492
+SHA1 (patch-ab) = 4b9b3bea8e857a904ab57691e548dbacaf25b078
diff -r 3d2ee223efad -r 6f6219cbdd25 print/pdflib-lite/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdflib-lite/patches/patch-ab        Wed Nov 25 23:58:01 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2009/11/25 23:58:01 joerg Exp $
+
+--- config/mkmainlib.inc.in.orig       2009-11-26 00:52:45.000000000 +0100
++++ config/mkmainlib.inc.in
+@@ -29,7 +29,7 @@ install:: $(MAINLIBNAME)
+       @-if test "$(WITH_SHARED)" = "no"; then \
+           cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
+       fi
+-      $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
++      $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
+       @-if test "$(WITH_SHARED)" = "yes"; then        \
+           $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
+       else\



Home | Main Index | Thread Index | Old Index