Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2009 12:28:12 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137835: [PATCH] audio/musicpd
Message-ID:  <200908161228.n7GCSCX9079834@www.freebsd.org>
Resent-Message-ID: <200908161230.n7GCU70w084738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137835
>Category:       ports
>Synopsis:       [PATCH] audio/musicpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 16 12:30:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
FreeBSD oslo.ath.cx 8.0-BETA2 FreeBSD 8.0-BETA2 #1 r196199: Thu Aug 13 23:38:49 CEST 2009     root@oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
* Fix MMS support
* Change CONFIGURE_ARGS for LAME and SHOUTCAST

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- audio/musicpd.bak/Makefile	2009-08-16 11:57:31.000000000 +0200
+++ audio/musicpd/Makefile	2009-08-16 14:06:16.000000000 +0200
@@ -87,8 +87,7 @@
 .endif
 
 .if defined(WITH_LAME)
-CONFIGURE_ARGS+=--enable-lame-encoder \
-		--enable-shout
+CONFIGURE_ARGS+=--enable-lame-encoder
 LIB_DEPENDS+=	mp3lame.0:${PORTSDIR}/audio/lame
 .else
 CONFIGURE_ARGS+=--disable-lame-encoder
@@ -150,7 +149,7 @@
 
 .if defined(WITH_MMS)
 CONFIGURE_ARGS+=--enable-mms
-LIBDEPENDS+=	libmms.0:${PORTSDIR}/net/libmms
+LIB_DEPENDS+=	mms.0:${PORTSDIR}/net/libmms
 .else
 CONFIGURE_ARGS+=--disable-mms
 .endif
@@ -191,7 +190,7 @@
 CONFIGURE_ARGS+=--enable-vorbis-encoder \
 		--enable-shout
 .else
-CONFIGURE_ARGS+=--disable-vorbis-encoder
+CONFIGURE_ARGS+=--disable-shout
 .endif
 
 .if defined(WITHOUT_SAMPLERATE)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908161228.n7GCSCX9079834>