From owner-freebsd-ports@FreeBSD.ORG Sun Mar 13 08:32:21 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97FF16A4CE for ; Sun, 13 Mar 2005 08:32:21 +0000 (GMT) Received: from v00052.home.net.pl (hot.pl [212.85.96.52]) by mx1.FreeBSD.org (Postfix) with SMTP id A054543D4C for ; Sun, 13 Mar 2005 08:32:20 +0000 (GMT) (envelope-from sc0rp@hot.pl) Received: from mail.chrobry.pl (HELO hot.pl) (sc0rp.hot@home@83.16.231.203) by matrix01b.home.net.pl with SMTP; 13 Mar 2005 08:32:16 -0000 Message-ID: <4233FA86.7663AC38@hot.pl> Date: Sun, 13 Mar 2005 09:32:06 +0100 From: Jacek Trzmiel X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Subject: Wrong dependency for libgda2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 08:32:21 -0000 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.