Bug 95527 - [net/nos-ttb]: add py-gtk2 runtime dependency
Summary: [net/nos-ttb]: add py-gtk2 runtime dependency
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-09 00:10 UTC by Rene Ladan
Modified: 2006-04-09 09:08 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (338 bytes, patch)
2006-04-09 00:10 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan 2006-04-09 00:10:13 UTC
The ttb program requires the py-gtk bindings in order to run, but the corresponding runtime dependency is missing in the Makefile.  Correct this by adding a runtime dependency.

This PR suggests adding the py-gtk2 toolkit as runtime dependency, which works correctly.  I haven't tested the py-gtk (GTK 1.X) toolkit as dependency.

How-To-Repeat: 1. install net/nos-ttb
2. run ttb
This fails with a message from the Python interpreter that it needs a gtk module.
3. install x11-toolkits/py-gtk2
4. ttb runs fine now.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-09 00:20:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Assign to the maintainer (a committer in disguise). 

BTW is the patch reversed?
Comment 2 Rene Ladan 2006-04-09 00:29:46 UTC
The patch is reversed :(  The idea is to _add_ the dependency.

Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)

"It won't fit on the line."
		-- me, 2001
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-09 00:44:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-09 09:08:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks!