Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 15:07:29 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        "David W. Chapman Jr." <dwcjr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, gerhard.haering@gmx.de
Subject:   Re: cvs commit: ports/databases/sqlite Makefile distinfo pkg-comment         pkg-descr pkg-plist ports/databases/sqlite/files Makefile.bsd         Makefile.docs patch-docs patch-test pkgIndex.tcl
Message-ID:  <863cs5mbxa.wl@archon.local.idaemons.org>
In-Reply-To: <20020919210607.GA64038@leviathan.inethouston.net>
References:  <200209020258.g822wsK3019292@freefall.freebsd.org> <8665x1n1xm.wl@archon.local.idaemons.org> <20020919210607.GA64038@leviathan.inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 19 Sep 2002 16:06:07 -0500,
David W. Chapman Jr. wrote:
> > Gah, this is terrible:
> > 
> > $ cvs di -r1.3 -r1.5 pkg-plist | fgrep libsqlite.so.
> > -lib/libsqlite.so.1.0
> > +lib/libsqlite.so.0
> > 
> > Shlib majors should not be lowered like this.  I suggest you change
> > thhe major to 2.
> > 
> > Also, do not forget to update databases/ruby-dbd_sqlite to reflect the
> > library update.
> 
> I will try to do this, but I don't know if I will have enough time 
> before the ports freeze.

Here's a quick fix.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/sqlite/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	2 Sep 2002 13:21:36 -0000	1.9
+++ Makefile	20 Sep 2002 06:03:43 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	sqlite
 PORTVERSION=	2.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.hwaci.com/sw/sqlite/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -21,6 +21,7 @@
 GNU_CONFIGURE=	YES
 USE_REINPLACE=  YES
 CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
+ALL_TARGET=	all libtclsqlite.la
 INSTALLS_SHLIB=	YES
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -51,7 +52,7 @@
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${FILESDIR}/example.tcl ${DOCSDIR}
 .for file in ${DOCFILES}
-	@${INSTALL_DATA} ${WRKSRC}/doc//${file} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
 .endfor
 .endif
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/sqlite/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	2 Sep 2002 13:21:36 -0000	1.5
+++ pkg-plist	20 Sep 2002 06:04:13 -0000
@@ -3,11 +3,11 @@
 lib/libsqlite.a
 lib/libsqlite.la
 lib/libsqlite.so
-lib/libsqlite.so.0
-lib/sqlite/libtclsqlite.so.0
-lib/sqlite/libtclsqlite.so
-lib/sqlite/libtclsqlite.la
+lib/libsqlite.so.2
 lib/sqlite/libtclsqlite.a
+lib/sqlite/libtclsqlite.la
+lib/sqlite/libtclsqlite.so
+lib/sqlite/libtclsqlite.so.2
 lib/sqlite/pkgIndex.tcl
 @dirrm lib/sqlite
 %%PORTDOCS%%share/doc/sqlite/arch.html
@@ -16,6 +16,7 @@
 %%PORTDOCS%%share/doc/sqlite/changes.html
 %%PORTDOCS%%share/doc/sqlite/crosscompile.html
 %%PORTDOCS%%share/doc/sqlite/download.html
+%%PORTDOCS%%share/doc/sqlite/example.tcl
 %%PORTDOCS%%share/doc/sqlite/faq.html
 %%PORTDOCS%%share/doc/sqlite/index.html
 %%PORTDOCS%%share/doc/sqlite/lang.html
@@ -27,5 +28,4 @@
 %%PORTDOCS%%share/doc/sqlite/sqlite.html
 %%PORTDOCS%%share/doc/sqlite/tclsqlite.html
 %%PORTDOCS%%share/doc/sqlite/vdbe.html
-%%PORTDOCS%%share/doc/sqlite/example.tcl
 %%PORTDOCS%%@dirrm share/doc/sqlite
Index: files/patch-ltmain.sh
===================================================================
RCS file: files/patch-ltmain.sh
diff -N files/patch-ltmain.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-ltmain.sh	20 Sep 2002 06:00:59 -0000
@@ -0,0 +1,11 @@
+--- ltmain.sh.orig	Fri Sep 28 10:34:45 2001
++++ ltmain.sh	Fri Sep 20 15:00:05 2002
+@@ -852,7 +852,7 @@
+     perm_rpath=
+     temp_rpath=
+     thread_safe=no
+-    vinfo=
++    vinfo=2:0:0
+ 
+     # We need to know -static, to get the right output filenames.
+     for arg


-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"When I leave I don't know what I'm hoping to find
              When I leave I don't know what I'm leaving behind.."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863cs5mbxa.wl>