ports/125478: emulators/loemu: depends on py-gtk2 in an incorrect way

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Jul 10 16:50:02 UTC 2008


>Number:         125478
>Category:       ports
>Synopsis:       emulators/loemu: depends on py-gtk2 in an incorrect way
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 16:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 root at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
emulators/loemu: depends on py-gtk2 like this:
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2

But ${PYTHON_SITELIBDIR}/pygtk.pth belongs to devel/py-gobject actually, so the ports should depend on py-gobject instead or (more likely) depend on py-gtk2 in a correct way. For example, like this:

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
>How-To-Repeat:
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list