From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 14 20:40:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD70216A468 for ; Fri, 14 Dec 2007 20:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F04213C45B for ; Fri, 14 Dec 2007 20:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBEKe4P8019274 for ; Fri, 14 Dec 2007 20:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBEKe403019273; Fri, 14 Dec 2007 20:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 14 Dec 2007 20:40:04 GMT Resent-Message-Id: <200712142040.lBEKe403019273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Olof Lindqvist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED2F916A417 for ; Fri, 14 Dec 2007 20:36:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CF30413C44B for ; Fri, 14 Dec 2007 20:36:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lBEKaZIJ055835 for ; Fri, 14 Dec 2007 20:36:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id lBEKaZrm055834; Fri, 14 Dec 2007 20:36:35 GMT (envelope-from nobody) Message-Id: <200712142036.lBEKaZrm055834@www.freebsd.org> Date: Fri, 14 Dec 2007 20:36:35 GMT From: Jan-Olof Lindqvist To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/118702: [patch] missing option for shoutcast/icecast support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 20:40:04 -0000 >Number: 118702 >Category: ports >Synopsis: [patch] missing option for shoutcast/icecast support. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 14 20:40:04 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Jan-Olof Lindqvist >Release: FreeBSD 6.3-PRERELEASE >Organization: http://www.jail.se/ >Environment: FreeBSD jf.jail.se 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Fri Dec 7 09:36:10 CET 2007 jf@jf.jail.se:/usr/obj/usr/src/sys/SMP i386 >Description: Added missing configure option for Shoutcast and Icecast support. >How-To-Repeat: Trying to use shout option in mpd.conf >Fix: See patch. Patch attached with submission follows: diff -ruN musicpd.old/Makefile musicpd/Makefile --- musicpd.old/Makefile 2007-10-08 14:12:17.000000000 +0200 +++ musicpd/Makefile 2007-12-14 21:16:15.000000000 +0100 @@ -34,10 +34,10 @@ ID3TAG "Support for id3v1 tag encoding" off \ IPV6 "Support for IPV6" on \ AO "Support for libao" off \ - PULSE "Support for PulseAudio" off + PULSE "Support for PulseAudio" off \ + SHOUT "Support for Icecast and Shoutcast" on CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-shout .include @@ -104,6 +104,11 @@ LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio .endif +.ifdef(WITHOUT_SHOUT) +CONFIGURE_ARGS+=--disable-shout +.endif + + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" >Release-Note: >Audit-Trail: >Unformatted: