ports/112656: DBD Sqlite needs to look for sqlite3

Michael Scheidell scheidell at secnap.net
Mon May 14 14:10:12 UTC 2007


>Number:         112656
>Category:       ports
>Synopsis:       DBD Sqlite needs to look for sqlite3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 14:10:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Michael Scheidell
>Release:        FreeBSD 5.5-RELEASE-p8 i386
>Organization:
SECNAP Network Security http://www.secnap.com
>Environment:
System: FreeBSD scanner.secnap.net 5.5-RELEASE-p8 FreeBSD 5.5-RELEASE-p8 #2: Fri Dec 29 22:23:34 EST 2006 scheidell at scanner.secnap.net:/usr/obj/usr/src/sys/HACKERTRAP_750 i386

>Description:
sqlite might have been renames sqlite3.. either case, Makefile
needs to look for sqlite3>= not sqlite.

>How-To-Repeat:
make
>Fix:

this patch fixes is.

diff -bBru Makefile.orig Makefile
--- Makefile.orig       Tue Sep 12 09:29:00 2006
+++ Makefile    Mon May 14 10:02:08 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=      DBD-SQLite
 PORTVERSION=   1.13
+PORTREVISION=  1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=    DBD
@@ -19,7 +20,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