libgda2 and sqlite

Jeremy Messenger mezz7 at cox.net
Thu Jun 16 08:46:50 GMT 2005


On Wed, 15 Jun 2005 04:29:59 -0500, Peter Czanik <pczanik at fang.fa.gau.hu>  
wrote:

> Hello,
> Last week I wrote, that libgda2 port does not compile sqlite support. I  
> found the reason: the port Makefile checks for sqlite2, but the libgda2  
> configure script looks for sqlite3.
> With this small change in the libgda2 port Makefile, it uses sqlite3,  
> and compiles fine:
> 74c74
> < .if exists(${LOCALBASE}/lib/libsqlite3.so.8)
> ---
>  > .if exists(${LOCALBASE}/lib/libsqlite.so.2)
> 151c151
> < LIB_DEPENDS+=         sqlite3.8:${PORTSDIR}/databases/sqlite3
> ---
>  > LIB_DEPENDS+=         sqlite.2:${PORTSDIR}/databases/sqlite2
>
> sqlite3 is a beta software, but seems to work fine. Bye,

I have committed it, thanks. In future, please contact to the correct  
maintainer or/and use PR.

Cheers,
Mezz

> Peter


-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the freebsd-ports mailing list