From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 8 13:50:08 2011 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 923CB1065670 for ; Tue, 8 Feb 2011 13:50:08 +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 496A48FC13 for ; Tue, 8 Feb 2011 13:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p18Do8uH082173 for ; Tue, 8 Feb 2011 13:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p18Do8c3082172; Tue, 8 Feb 2011 13:50:08 GMT (envelope-from gnats) Resent-Date: Tue, 8 Feb 2011 13:50:08 GMT Resent-Message-Id: <201102081350.p18Do8c3082172@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, Ulrich Spoerlein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE8011065675 for ; Tue, 8 Feb 2011 13:48:11 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5693F8FC25 for ; Tue, 8 Feb 2011 13:48:11 +0000 (UTC) Received: from coyote.spoerlein.net (cl-43.dus-01.de.sixxs.net [IPv6:2a01:198:200:2a::2]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id p18Dm9Ut078915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 Feb 2011 14:48:10 +0100 (CET) (envelope-from uqs@coyote.spoerlein.net) Received: from coyote.spoerlein.net (localhost [127.0.0.1]) by coyote.spoerlein.net (8.14.4/8.14.4) with ESMTP id p18Dm83q041781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Feb 2011 14:48:08 +0100 (CET) (envelope-from uqs@coyote.spoerlein.net) Received: (from uqs@localhost) by coyote.spoerlein.net (8.14.4/8.14.4/Submit) id p18Dm6Gl041780; Tue, 8 Feb 2011 14:48:06 +0100 (CET) (envelope-from uqs) Message-Id: <201102081348.p18Dm6Gl041780@coyote.spoerlein.net> Date: Tue, 8 Feb 2011 14:48:06 +0100 (CET) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: utisoft@gmail.com Subject: ports/154590: [PATCH] audio/musicpd: Unbreak IPv6 and libogg 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: Tue, 08 Feb 2011 13:50:08 -0000 >Number: 154590 >Category: ports >Synopsis: [PATCH] audio/musicpd: Unbreak IPv6 and libogg support >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: Tue Feb 08 13:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 8.1-STABLE i386 >Organization: >Environment: >Description: - Unbreak libogg detection in configure script - Make it compile with IPv6 support Added file(s): - files/patch-configure - files/patch-src_output_httpd_output_plugin.c Port maintainer (utisoft@gmail.com) is cc'd. Patches have been sent upstream. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- musicpd-0.16.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/musicpd/Makefile,v retrieving revision 1.59 diff -u -p -u -r1.59 Makefile --- Makefile 6 Feb 2011 18:06:29 -0000 1.59 +++ Makefile 8 Feb 2011 13:45:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 8 Feb 2011 13:45:55 -0000 @@ -0,0 +1,11 @@ +--- configure.orig 2011-02-08 14:33:52.703086050 +0100 ++++ configure 2011-02-08 14:33:53.943096135 +0100 +@@ -7876,7 +7876,7 @@ + fi + + +-if test x$with_tremor == xno || test -z $with_tremor; then ++if test x$with_tremor = xno || test -z $with_tremor; then + + pkg_failed=no + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OGG" >&5 Index: files/patch-src_output_httpd_output_plugin.c =================================================================== RCS file: files/patch-src_output_httpd_output_plugin.c diff -N files/patch-src_output_httpd_output_plugin.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_output_httpd_output_plugin.c 8 Feb 2011 13:45:55 -0000 @@ -0,0 +1,10 @@ +--- src/output/httpd_output_plugin.c.orig 2011-02-08 11:34:29.699774072 +0100 ++++ src/output/httpd_output_plugin.c 2011-02-08 11:34:34.059823374 +0100 +@@ -32,6 +32,7 @@ + #include + + #include ++#include + #include + #include + --- musicpd-0.16.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: