Date: Tue, 27 Mar 2007 12:08:28 +0800 (CST) From: leafy <leafy7382@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110905: Fix sqlite3 detection Message-ID: <20070327040828.E1C7C122@chihiro.leafy.idv.tw> Resent-Message-ID: <200703270500.l2R50BHM011442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110905 >Category: ports >Synopsis: Fix sqlite3 detection >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 05:00:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: leafy >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD chihiro.leafy.idv.tw 7.0-CURRENT FreeBSD 7.0-CURRENT #19: Mon Mar 5 05:44:11 CST 2007 leafy@chihiro.leafy.idv.tw:/usr/obj/usr/src/sys/CHIHIRO i386 >Description: p5-DBD-SQLite requires sqlite>= 3.3.3, but due to the name change of sqlite3, it now fails to detect the installed sqlite and goes on the install it again. >How-To-Repeat: >Fix: --- Makefile~ Tue Sep 12 21:29:00 2006 +++ Makefile Tue Mar 27 12:01:38 2007 @@ -19,7 +19,7 @@ # than the bundled version and has an incompatible DB file format. # In this way we can be sure DBD::SQLite can interoperate with # databases/sqlite3. -BUILD_DEPENDS= sqlite>=3.3.3:${PORTSDIR}/databases/sqlite3 +BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070327040828.E1C7C122>