From mohacsi@norfolk.ki.iif.hu  Fri Sep 12 03:18:37 2003
Return-Path: <mohacsi@norfolk.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5234A16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Sep 2003 03:18:37 -0700 (PDT)
Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4795743F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Sep 2003 03:18:36 -0700 (PDT)
	(envelope-from mohacsi@norfolk.ki.iif.hu)
Received: (from mohacsi@localhost)
	by norfolk.ki.iif.hu (8.12.9/8.12.9) id h8CAIe5o080925;
	Fri, 12 Sep 2003 12:18:40 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200309121018.h8CAIe5o080925@norfolk.ki.iif.hu>
Date: Fri, 12 Sep 2003 12:18:40 +0200 (CEST)
From: Janos Mohacsi <mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: esk@ira.uka.de
Subject: Update to multimedia/xmms to support IPv6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56730
>Category:       ports
>Synopsis:       Update to multimedia/xmms to support IPv6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 12 03:20:16 PDT 2003
>Closed-Date:    Fri Oct 03 04:10:28 PDT 2003
>Last-Modified:  Fri Oct 03 04:10:28 PDT 2003
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Sep 5 11:47:52 CEST 2003 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386

>Description:
	This patch enable IPv6 streaming support in multimedia/xmms port
	version 1.2.8.
	Also updates portrevision since it is a new functionality.
>How-To-Repeat:
	Apply this diff and define WITH_IPV6 enviroment variable.
>Fix:

diff -ruN xmms.bak/Makefile xmms/Makefile
--- xmms.bak/Makefile	Tue Sep  9 12:23:24 2003
+++ xmms/Makefile	Thu Sep 11 17:25:33 2003
@@ -7,7 +7,8 @@
 
 PORTNAME=	xmms
 PORTVERSION=	1.2.8
-CATEGORIES+=	multimedia audio
+PORTREVISION=	1
+CATEGORIES+=	multimedia audio ipv6
 MASTER_SITES=	ftp://ftp.xmms.org/pub/xmms/1.2.x/ \
 		http://www.xmms.org/files/1.2.x/ \
 		ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
@@ -89,6 +90,10 @@
 	  ${WRKSRC}/Visualization/blur_scope/Makefile.in
 .endif
 
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.endif
+
 pre-extract:
 .if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!=""
 	@${ECHO_MSG}
@@ -103,6 +108,9 @@
 .endif
 .if ${HAVE_GNOME:Mesound}!=""
 	@${ECHO_MSG} "You can disable support for esound by defining WITHOUT_GNOME=esound."
+.endif
+.if !defined(WITH_IPV6) && ${OSVERSION} >= 400021
+	@${ECHO_MSG} "You can enable IPv6 streaming routines by defining WITH_IPV6."
 .endif
 	@${ECHO_MSG}
 .endif

>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@freebsd.org>
To: esk@ira.uka.de
Cc: freebsd-gnats-submit@FreeBSD.org, sam@rfc1149.net
Subject: ports/56730 - Update to multimedia/xmms to support IPv6
Date: Sat, 27 Sep 2003 11:59:54 +1000

 Hello Espen,
 
 Please see ports/56730 at
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/56730
 
 Do you approve this update?
 
 Edwin
 
 -- 
 Edwin Groothuis
 edwin@freebsd.org
 http://www.mavetju.org
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 3 04:09:50 PDT 2003 
State-Changed-Why:  
Functionality commited with ports/57022, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56730 
>Unformatted:
