Bug 125477 - cad/pythoncad: depends on py-gtk2 in an incorrect way
Summary: cad/pythoncad: 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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 17:50 UTC by Dmitry Marakasov
Modified: 2008-07-11 16:30 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:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-10 17:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-10 17:50:12 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-10 17:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-07-10 22:49:44 UTC
Responsible Changed
From-To: miwi->amdmi3

submitter has gnats access.
Comment 5 Sven Esbjerg 2008-07-11 10:03:19 UTC
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
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-07-11 16:28:01 UTC
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"
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2008-07-11 16:28:10 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!