Bug 91472 - audio/musicpd 0.11.5_1 checks for the wrong library
Summary: audio/musicpd 0.11.5_1 checks for the wrong library
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: 2006-01-07 19:30 UTC by Michael
Modified: 2006-01-16 23:04 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 Michael 2006-01-07 19:30:05 UTC
              musicpd 0.11.5_1 checks for the wrong library if WITHOUT_WAV is not defined.

Fix: 

.ifdef(WITH_AAC)--RSHePd3kT3OeEb81ULN9inSPv2KkoUNVaXfheubmz0qUDWvk
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.old        Sat Jan  7 20:14:22 2006
+++ Makefile    Sat Jan  7 20:15:17 2006
@@ -54,7 +54,7 @@
 .ifdef(WITHOUT_WAV)
 CONFIGURE_ARGS+=--disable-audiofile
 .else
-LIB_DEPENDS+=  ao.3:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS+=  audiofile.0:${PORTSDIR}/audio/libaudiofile
 .endif
How-To-Repeat:               Install musicpd with WAV support.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-07 19:59:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 mark 2006-01-10 14:22:13 UTC
Michael Kuhn is right, I really accidently checked for the wrong
library. Mea culpa, please commit his patch :o)

   - Mark
Comment 3 Tim Bishop freebsd_committer freebsd_triage 2006-01-16 23:04:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!