pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbegemot This was never fixed to use .la files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/056bf5beca8b
branches:  trunk
changeset: 481656:056bf5beca8b
user:      tv <tv%pkgsrc.org@localhost>
date:      Sat Oct 09 15:32:27 2004 +0000

description:
This was never fixed to use .la files in the PLIST way back when, and now,
only the .la file goes in the PLIST.

diffstat:

 devel/libbegemot/Makefile |  3 ++-
 devel/libbegemot/PLIST    |  7 ++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 6ab2f2008012 -r 056bf5beca8b devel/libbegemot/Makefile
--- a/devel/libbegemot/Makefile Sat Oct 09 15:29:41 2004 +0000
+++ b/devel/libbegemot/Makefile Sat Oct 09 15:32:27 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/06/12 04:45:21 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/09 15:32:27 tv Exp $
 #
 
 DISTNAME=      libbegemot-1.9
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
 
diff -r 6ab2f2008012 -r 056bf5beca8b devel/libbegemot/PLIST
--- a/devel/libbegemot/PLIST    Sat Oct 09 15:29:41 2004 +0000
+++ b/devel/libbegemot/PLIST    Sat Oct 09 15:32:27 2004 +0000
@@ -1,10 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/10/09 15:32:27 tv Exp $
 include/begemot.h
 include/rpoll.h
-lib/libbegemot.so.1.9
-lib/libbegemot.so.1
-lib/libbegemot.so
-lib/libbegemot.a
+lib/libbegemot.la
 man/man3/begemot-intro.3
 man/man3/begemot-panic.3
 man/man3/begemot-xalloc.3



Home | Main Index | Thread Index | Old Index