Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 22:24:13 -0300
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        ports@FreeBSD.org, flz@FreeBSD.org
Subject:   Re: INDEX build failed for 4.x
Message-ID:  <4234E7BD.3000702@corp.grupos.com.br>
In-Reply-To: <200503140046.j2E0knk9078113@builder.freebsd.org>
References:  <200503140046.j2E0knk9078113@builder.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4234E7BD.3000702>