Bug 58002 - [patch] net/dcgui-0.2.19: fix for "Can't resolve path for dcgui-qt"
Summary: [patch] net/dcgui-0.2.19: fix for "Can't resolve path for dcgui-qt"
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 13:20 UTC by Ion-Mihai Tetcu
Modified: 2003-11-06 19:11 UTC (History)
1 user (show)

See Also:


Attachments
patch-main.cpp (460 bytes, text/plain)
2003-10-14 13:20 UTC, Ion-Mihai Tetcu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai Tetcu 2003-10-14 13:20:13 UTC
dcgui is installed by default in /usr/X11R6/bin/, but it searchs only 
in /usr/bin and /usr/local/bin resulting in a "Can't resolve path for 
dcgui-qt" message when in the teminal. It doesn't seems to have any 
other effect.

Fix: mkdir /usr/ports/net/dcgui/files
Save the patch bellow in a file named patch-main.cpp in the new files 
directory.
cd /usr/ports/net/dcgui/ && make deinstall reinstall clean
How-To-Repeat: Type dcgui-qt in a terminal.
Comment 1 Markus Brueffer 2003-11-04 21:45:52 UTC
Looks good. Please commit it.

Markus
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-11-06 19:11:01 UTC
State Changed
From-To: open->closed

committed, thanks