ports/110905: Fix sqlite3 detection

leafy leafy7382 at gmail.com
Tue Mar 27 05:00:12 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list