From owner-freebsd-ports@FreeBSD.ORG Mon Mar 14 01:24:20 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 4E36416A4CE; Mon, 14 Mar 2005 01:24:20 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F07943D5A; Mon, 14 Mar 2005 01:24:19 +0000 (GMT) (envelope-from marcus@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 700C43C5F2; Sun, 13 Mar 2005 22:24:18 -0300 (BRT) Received: from [192.168.1.3] (201-002-231-084.fnsce7006.dsl.brasiltelecom.net.br [201.2.231.84]) by corp.grupos.com.br (Postfix) with ESMTP id 3E04F20A2B; Sun, 13 Mar 2005 22:24:17 -0300 (BRT) Message-ID: <4234E7BD.3000702@corp.grupos.com.br> Date: Sun, 13 Mar 2005 22:24:13 -0300 Organization: Grupos Internet S/A From: Marcus Grando User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org, flz@FreeBSD.org References: <200503140046.j2E0knk9078113@builder.freebsd.org> In-Reply-To: <200503140046.j2E0knk9078113@builder.freebsd.org> Content-Type: multipart/mixed; boundary="------------080601000603070807080301" Subject: Re: INDEX build failed for 4.x 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: Mon, 14 Mar 2005 01:24:20 -0000 This is a multi-part message in MIME format. --------------080601000603070807080301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please apply attached diff... Kris Kennaway wrote: > INDEX build failed with errors: > Generating INDEX - please wait..cfvers-0.4.6: "/local0/tmp/kris/tindex/ports/databases/py-PySQLite" non-existent -- dependency list incomplete > ===> sysutils/cfvers failed > *** Error code 1 > *** Error code 1 > > Stop in /local0/tmp/kris/tindex/ports. > *** Error code 1 > > Stop in /local0/tmp/kris/tindex/ports. > 1 error > > Committers on the hook: > ahze arved dougb edwin flz kwm thierry > > Most recent CVS update was: > U MOVED > U Mk/bsd.sites.mk > U databases/Makefile > U databases/py-PySQLite10/Makefile > U databases/py-PySQLite10/distinfo > U databases/py-PySQLite10/pkg-descr > U databases/py-PySQLite11/Makefile > U databases/py-PySQLite11/distinfo > U databases/py-PySQLite11/pkg-descr > U devel/Makefile > U devel/dumb/Makefile > U devel/dumb/distinfo > U devel/dumb/pkg-descr > U devel/dumb/pkg-plist > U devel/dumb/files/config.txt > U devel/dumb/files/patch-Makefile > U graphics/Makefile > U graphics/pear-Image_Barcode/Makefile > U graphics/pear-Image_Barcode/distinfo > U graphics/pear-Image_Barcode/pkg-descr > U irc/Makefile > U irc/epic4/Makefile > U irc/epic5/Makefile > U irc/epic5/distinfo > U irc/epic5/pkg-descr > U irc/epic5/pkg-plist > U mail/gnubiff/Makefile > U mail/gnubiff/distinfo > U mail/gnubiff/files/patch-configure > U mail/pine4/Makefile > U mail/pine4/distinfo > U mail/pine4/files/patch-af > U net/Makefile > U net/gnomemeeting/Makefile > U net/pear-Auth_RADIUS/Makefile > U net/pear-Auth_RADIUS/distinfo > U net/pear-Auth_RADIUS/pkg-descr > U net-mgmt/pancho/Makefile > U net-mgmt/pancho/distinfo > U net-mgmt/pancho/pkg-descr > U net-mgmt/pancho/pkg-message > U security/Makefile > U security/dissembler/Makefile > U security/dissembler/distinfo > U security/dissembler/pkg-descr > U security/dissembler/files/patch-dissembler.c > U security/fragroute/Makefile > U security/fragroute/pkg-plist > U security/fragroute/files/patch-tun.h > U sysutils/Makefile > U sysutils/detox/Makefile > U sysutils/detox/distinfo > U sysutils/detox/pkg-descr > U sysutils/detox/pkg-plist > U sysutils/detox/files/patch-Makefile.in > U x11/gnome2-power-tools/Makefile > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br --------------080601000603070807080301 Content-Type: text/plain; name="fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix.patch" diff -ruN sysutils/cfvers.old/Makefile sysutils/cfvers/Makefile --- sysutils/cfvers.old/Makefile Fri Oct 15 06:01:27 2004 +++ sysutils/cfvers/Makefile Sun Mar 13 22:13:05 2005 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Configuration versioning system -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 USE_GMAKE= yes USE_PYTHON= yes diff -ruN www/trac.old/Makefile www/trac/Makefile --- www/trac.old/Makefile Tue Mar 1 23:29:53 2005 +++ www/trac/Makefile Sun Mar 13 22:16:25 2005 @@ -14,7 +14,7 @@ MAINTAINER= thinker@branda.to COMMENT= An enhanced wiki and issue tracking system for software projects -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 \ ${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \ ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python --------------080601000603070807080301--