INDEX build failed for 4.x

Marcus Grando marcus at corp.grupos.com.br
Sun Mar 13 17:24:20 PST 2005


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

-- 
Marcus Grando
Grupos Internet S/A
marcus(at)corp.grupos.com.br
-------------- next part --------------
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 at 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 at 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
 


More information about the freebsd-ports mailing list