Bug 62831 - graphic/libggi -- broken MLINKS
Summary: graphic/libggi -- broken MLINKS
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: 2004-02-14 11:50 UTC by Matthew Seaman
Modified: 2004-02-15 10:01 UTC (History)
0 users

See Also:


Attachments
libggi.diff (553 bytes, patch)
2004-02-14 11:50 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2004-02-14 11:50:17 UTC
The graphics/libggi port installs some broken symbolic links under
/usr/local/man/man3:

    % ls -laL ggi*etGamma*
    lrwxr-xr-x  1 root  wheel  19 Feb 10 20:52 ggiGetGamma.3.gz@ -> ggiSetGamma.3ggi.gz
    lrwxr-xr-x  1 root  wheel  19 Feb 10 20:52 ggiGetGammaMap.3.gz@ -> ggiSetGamma.3ggi.gz
    -r--r--r--  1 root  wheel  43 Feb 10 20:52 ggiSetGamma.3.gz
    lrwxr-xr-x  1 root  wheel  19 Feb 10 20:52 ggiSetGammaMap.3.gz@ -> ggiSetGamma.3ggi.gz

Problem is confusion between using a man section of '3' versus using
'3ggi'.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-15 10:01:32 UTC
State Changed
From-To: open->closed

Committed, thanks!