Bug 65565 - xmcd-3.3.1_1 failed to compile
Summary: xmcd-3.3.1_1 failed to compile
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-04-15 12:00 UTC by Shigetomo Kimura
Modified: 2004-04-15 14:35 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 Shigetomo Kimura 2004-04-15 12:00:40 UTC
      Even when audio/flac has already been installed, xmcd-3.3.1_1 cannot find libFLAC.so.  Thus, audio/xmcd trys to reinstall audio/flac, but failed.

Fix: 

In Makefle at audio/xmcd, flac:${PORTSDIR}/audio/flac should be FLAC:${PORTSDIR}/audio/flac, because "ldconfig -r" has -lFLAC.5 but not -lflac.5.
How-To-Repeat:       make at audio/xmcd, after installing audio/flac.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-04-15 14:35:51 UTC
State Changed
From-To: open->closed

Commited, thanks!