ports/80990: [PATCH] textproc/py-dsv breaks index building when WUTH_GUI=yes

Guido Falsi mad at madpilot.net
Fri May 13 17:20:02 UTC 2005


>Number:         80990
>Category:       ports
>Synopsis:       [PATCH] textproc/py-dsv breaks index building when WUTH_GUI=yes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 17:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD wedge.madpilot.net 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu May 12 16:27:04 CEST 2005 root at wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386

>Description:

When trying to build an index and WITH_GUI=yes is defined(in make.conf for example) index building fails with the followiong error:

py24-dsv-1.3.7: "/usr/ports/x11-toolkits/py-wxPython" non-existent -- dependency list incomplete
===> textproc/py-dsv failed
*** Error code 1
1 error


>How-To-Repeat:

cd /usr/ports && make WITH_GUI=yes index

>Fix:

diff -ruN py-dsv.old/Makefile py-dsv/Makefile
--- py-dsv.old/Makefile	Fri May 13 19:01:25 2005
+++ py-dsv/Makefile	Fri May 13 19:01:42 2005
@@ -17,7 +17,7 @@
 COMMENT=	A Python module to parse or write delimeter-separated (e.g. CSV) files
 
 .if defined(WITH_GUI)
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
 .endif
 
 USE_PYTHON=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list