Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2011 14:48:06 +0100 (CET)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        utisoft@gmail.com
Subject:   ports/154590: [PATCH] audio/musicpd: Unbreak IPv6 and libogg support
Message-ID:  <201102081348.p18Dm6Gl041780@coyote.spoerlein.net>
Resent-Message-ID: <201102081350.p18Do8c3082172@freefall.freebsd.org>

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

>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 <assert.h>
+ 
+ #include <sys/types.h>
++#include <sys/socket.h>
+ #include <unistd.h>
+ #include <errno.h>
+ 
--- musicpd-0.16.1_1.patch ends here ---

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



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