pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libfwbuilder You're going to install those .l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a637483e410c
branches:  trunk
changeset: 481892:a637483e410c
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 15:21:25 2004 +0000

description:
You're going to install those .la files, and you're going to like it, Mister.
(Fixes build breakage because the .la files are needed by the new
libtoolize-plist logic.)

diffstat:

 security/libfwbuilder/Makefile         |   4 ++--
 security/libfwbuilder/distinfo         |   4 +++-
 security/libfwbuilder/patches/patch-ac |  12 ++++++++++++
 security/libfwbuilder/patches/patch-ad |  12 ++++++++++++
 4 files changed, 29 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 0a238adfcd5f -r a637483e410c security/libfwbuilder/Makefile
--- a/security/libfwbuilder/Makefile    Thu Oct 14 14:35:24 2004 +0000
+++ b/security/libfwbuilder/Makefile    Thu Oct 14 15:21:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/07 16:27:13 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/14 15:21:25 tv Exp $
 
 DISTNAME=      libfwbuilder-1.0.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
 
diff -r 0a238adfcd5f -r a637483e410c security/libfwbuilder/distinfo
--- a/security/libfwbuilder/distinfo    Thu Oct 14 14:35:24 2004 +0000
+++ b/security/libfwbuilder/distinfo    Thu Oct 14 15:21:25 2004 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/06 18:04:39 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/10/14 15:21:25 tv Exp $
 
 SHA1 (libfwbuilder-1.0.2.tar.gz) = 3564a255850d4880d69a7d8c1aa4a35bc4e0b4c5
 Size (libfwbuilder-1.0.2.tar.gz) = 403462 bytes
 SHA1 (patch-aa) = f307aaaa7059f5eb82314bb9a3430d915056082a
 SHA1 (patch-ab) = 6d2875e2b5ce2872d3463b1e88b30859860fde4c
+SHA1 (patch-ac) = 56837990a7ec3302437cd016aad8495e2af43b1e
+SHA1 (patch-ad) = 7da478913712773d8663ef65928f88a1dcbb1515
diff -r 0a238adfcd5f -r a637483e410c security/libfwbuilder/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libfwbuilder/patches/patch-ac    Thu Oct 14 15:21:25 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/10/14 15:21:25 tv Exp $
+
+--- src/fwbuilder/Makefile.in.orig     2004-10-14 11:18:44.000000000 -0400
++++ src/fwbuilder/Makefile.in
+@@ -293,7 +293,6 @@ depend:
+ install_lib: libfwbuilder.la
+       $(mkinstalldirs) $(DESTDIR)$(libdir)
+       $(LTINSTALL) -c $(INSTALL_STRIP) libfwbuilder.la $(DESTDIR)$(libdir)
+-      rm -f $(DESTDIR)$(libdir)/libfwbuilder.la
+ 
+ install_headers: $(HEADERS)
+       $(mkinstalldirs) $(DESTDIR)$(includedir)
diff -r 0a238adfcd5f -r a637483e410c security/libfwbuilder/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libfwbuilder/patches/patch-ad    Thu Oct 14 15:21:25 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/10/14 15:21:25 tv Exp $
+
+--- src/fwcompiler/Makefile.in.orig    2004-10-14 11:19:07.000000000 -0400
++++ src/fwcompiler/Makefile.in
+@@ -152,7 +152,6 @@ depend:
+ install_lib: libfwcompiler.la
+       $(mkinstalldirs) $(DESTDIR)$(libdir)
+       $(LTINSTALL) -c $(INSTALL_STRIP) libfwcompiler.la $(DESTDIR)$(libdir)
+-      rm -f $(DESTDIR)$(libdir)/libfwcompiler.la
+ 
+ install_headers: $(HEADERS)
+       $(mkinstalldirs) $(DESTDIR)$(includedir)



Home | Main Index | Thread Index | Old Index