From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 21 22:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D442A9F for ; Fri, 21 Mar 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78035C86 for ; Fri, 21 Mar 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2LMo0o2016771 for ; Fri, 21 Mar 2014 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2LMo0Ai016770; Fri, 21 Mar 2014 22:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 21 Mar 2014 22:50:00 GMT Resent-Message-Id: <201403212250.s2LMo0Ai016770@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, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46EC7A30 for ; Fri, 21 Mar 2014 22:44:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34A1AC68 for ; Fri, 21 Mar 2014 22:44:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2LMi0nD016610 for ; Fri, 21 Mar 2014 22:44:00 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2LMhxMf016609; Fri, 21 Mar 2014 22:43:59 GMT (envelope-from rene) Message-Id: <201403212243.s2LMhxMf016609@freefall.freebsd.org> Date: Fri, 21 Mar 2014 22:43:59 GMT From: Rene Ladan To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/187833: audio/musicpd : enable curl by default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rene Ladan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 22:50:00 -0000 >Number: 187833 >Category: ports >Synopsis: audio/musicpd : enable curl by default >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: Fri Mar 21 22:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r262685: Sun Mar 2 11:35:38 UTC 2014 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 Ports head/348602 >Description: audio/musicpd is used by multimedia/spotify-websocket-api as its audio backend, but it relies on curl being enabled in musicpd in order to work. Without curl the client (respotify) just hangs as soon as the user tries to play a song. While here convert USE_XZ=yes to USES=tar:xz Bump PORTREVISION >How-To-Repeat: 1. install multimedia/spotify-websocket-api 2. start it: respotify user pass (possibly from LOCALBASE) 3. make sure that respotify-helper is running (it should...) (cd /usr/local/bin ; respotify-helper user pass) 4a. search for a song using the "search" command 4b. play it back: "play 1" Now the client hangs ... >Fix: Index: Makefile =================================================================== --- Makefile (revision 348602) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.18.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -12,8 +12,7 @@ LICENSE= GPLv2 -USES= gmake pkgconfig compiler:c++11-lib -USE_XZ= yes +USES= gmake pkgconfig compiler:c++11-lib tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 @@ -54,7 +53,7 @@ WAVPACK_DESC= WavPack support WILDMIDI_DESC= WildMIDI support (MIDI files) -OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE +OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL AAC_CONFIGURE_ENABLE=aac AAC_LIB_DEPENDS=libfaad.so:${PORTSDIR}/audio/faad >Release-Note: >Audit-Trail: >Unformatted: