| Summary: | cad/pythoncad: depends on py-gtk2 in an incorrect way | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool) Maintainer of cad/pythoncad,
Please note that PR ports/125477 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125477
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: miwi->amdmi3 submitter has gnats access. On Thu, Jul 10, 2008 at 04:50:12PM +0000, Edwin Groothuis wrote: > Maintainer of cad/pythoncad, > > Please note that PR ports/125477 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125477 Looks fine to me. Go ahead and commit. Sven Esbjerg -- WWW: http://sven.esbjerg.name IM: sven.esbjerg@jabber.dk amdmi3 2008-07-11 15:27:52 UTC
FreeBSD ports repository
Modified files:
cad/pythoncad Makefile
Log:
- Fix dependency on pygtk2
PR: ports/125477
Approved by: maintainer
Approved by: miwi (mentor)
Revision Changes Path
1.18 +2 -2 ports/cad/pythoncad/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"
State Changed From-To: feedback->closed Committed. Thanks! |
cad/pythoncad 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