Bug 125480 - emulators/wahcade: depends on py-gtk2 in an incorrect way
Summary: emulators/wahcade: depends on py-gtk2 in an incorrect way
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 17:50 UTC by Dmitry Marakasov
Modified: 2008-07-11 18:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-07-10 17:50:02 UTC
emulators/wahcade 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-10 17:50:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-11 18:48:32 UTC
alepulver    2008-07-11 17:48:24 UTC

  FreeBSD ports repository

  Modified files:
    emulators/wahcade    Makefile 
  Log:
  - Bump PORTREVISION.
  - Correctly depend on py-gtk (it was previously depending on a file that
    belongs to py-gobject).
  
  PR:             ports/125480
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  
  Revision  Changes    Path
  1.19      +2 -2      ports/emulators/wahcade/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2008-07-11 18:48:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!