Bug 125479 - emulators/pyxmame: depends on py-gtk2 in an incorrect way
Summary: emulators/pyxmame: 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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 17:50 UTC by Dmitry Marakasov
Modified: 2008-07-11 15:40 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/pyxmame 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:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-11 15:39:42 UTC
acm         2008-07-11 14:39:32 UTC

  FreeBSD ports repository

  Modified files:
    emulators/loemu      Makefile 
    emulators/pyxmame    Makefile 
    emulators/xgngeo     Makefile 
  Log:
  - Use the correct way for take py-gtk dependency
  
  PR:             125478 125479 125481
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.10      +1 -1      ports/emulators/loemu/Makefile
  1.6       +1 -1      ports/emulators/pyxmame/Makefile
  1.10      +1 -1      ports/emulators/xgngeo/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 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2008-07-11 15:40:18 UTC
State Changed
From-To: open->closed

- Committed thanks :)