Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 09:32:06 +0100
From:      Jacek Trzmiel <sc0rp@hot.pl>
To:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   Wrong dependency for libgda2
Message-ID:  <4233FA86.7663AC38@hot.pl>

next in thread | raw e-mail | index | archive | help

Building index on one of my machines fails with:
Updating the ports index ... Generating INDEX.tmp - please
wait..libgda2-1.2.1: "/usr/ports/databases/sqlite" non-existent --
dependency list incomplete
===> databases/libgda2 failed
*** Error code 1
1 error


This commit is probably a culprit:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/libgda2/Makefile.diff?r1=1.62&r2=1.63&f=h

It did revert this change from rev 1.61:
- LIB_DEPENDS+=           sqlite.2:${PORTSDIR}/databases/sqlite 
+ LIB_DEPENDS+=           sqlite.2:${PORTSDIR}/databases/sqlite2

And from rev 1.59:
- CONFIGURE_ARGS+=        --without-interbase
+ CONFIGURE_ARGS+=        --without-firebird 

And I'm not sure if removal of this is intentional:
- .if exists(${LOCALBASE}/lib/libpq.so.3)   
- WITH_PGSQL=     yes   
- .endif 
[...]
- .endif   
-  .if !defined(WITH_PGSQL)   
-         @${ECHO_MSG} "You can enable support for PostgreSQL databases
by defining WITH_PGSQL." 


-- Jacek.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4233FA86.7663AC38>