From owner-cvs-all Thu Sep 19 23: 7:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B7137B401; Thu, 19 Sep 2002 23:07:32 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2105A43E42; Thu, 19 Sep 2002 23:07:31 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id EF4D2519B2; Fri, 20 Sep 2002 15:07:28 +0900 (JST) Date: Fri, 20 Sep 2002 15:07:29 +0900 Message-ID: <863cs5mbxa.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: "David W. Chapman Jr." , 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 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> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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