From sam@beeblebrox.rfc1149.net  Fri Sep 19 13:15:30 2003
Return-Path: <sam@beeblebrox.rfc1149.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0B4B616A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 13:15:30 -0700 (PDT)
Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2592E43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 13:15:28 -0700 (PDT)
	(envelope-from sam@beeblebrox.rfc1149.net)
Received: from localhost (localhost [127.0.0.1])
	by mail.rfc1149.net (Postfix) with ESMTP
	id 3C20FA804B; Fri, 19 Sep 2003 22:15:25 +0200 (CEST)
Received: from mail.rfc1149.net ([127.0.0.1])
	by localhost (marvin [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 09981-07; Fri, 19 Sep 2003 22:15:25 +0200 (CEST)
Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "beeblebrox.rfc1149.net", Issuer "Top-level signer" (verified OK))
	by mail.rfc1149.net (Postfix) with ESMTP
	id F37EFA804D; Fri, 19 Sep 2003 22:15:20 +0200 (CEST)
Received: by beeblebrox.rfc1149.net (Postfix, from userid 1000)
	id EA30468A; Fri, 19 Sep 2003 22:15:16 +0200 (CEST)
Message-Id: <20030919201516.EA30468A@beeblebrox.rfc1149.net>
Date: Fri, 19 Sep 2003 22:15:16 +0200 (CEST)
From: Samuel Tardieu <sam@rfc1149.net>
Reply-To: Samuel Tardieu <sam@rfc1149.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: esk@ira.uka.de
Subject: Enable IPv6 in XMMS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57022
>Category:       ports
>Synopsis:       Enable IPv6 in XMMS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 13:20:06 PDT 2003
>Closed-Date:    Fri Oct 03 04:11:11 PDT 2003
>Last-Modified:  Fri Oct 03 04:11:11 PDT 2003
>Originator:     Samuel Tardieu
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Avian Carrier & Friends
>Environment:
System: FreeBSD beeblebrox 4.8-STABLE FreeBSD 4.8-STABLE #17: Thu Jul 17 14:50:07 CEST 2003 root@willow:/usr/obj/usr/src/sys/BEEBLEBROX i386


	
>Description:
	This patch enables IPv6 in XMMS.

	Starting from version 1.2.8, XMMS natively supports IPv6.
	However, it needs to be explicitely enabled on ./configure.
>How-To-Repeat:
>Fix:
--- Makefile.orig	Fri Sep 19 21:43:59 2003
+++ Makefile	Fri Sep 19 22:05:42 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/
@@ -39,6 +40,8 @@
 PLIST_SUB=	DATADIR="share"
 
 .include <bsd.port.pre.mk>
+
+CONFIGURE_ARGS+=	--enable-ipv6
 
 .if !defined(WITHOUT_MIKMOD)
 LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
>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/57022 - Enable IPv6 in XMMS
Date: Sat, 27 Sep 2003 11:59:03 +1000

 Hello Espen,
 
 Please see ports/57022 at
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57022.
 
 Please tell us if you approve this update.
 
 Edwin
 
 -- 
 Edwin Groothuis
 edwin@freebsd.org
 http://www.mavetju.org

From: Espen Skoglund <esk@ira.uka.de>
To: Edwin Groothuis <edwin@freebsd.org>
Cc: esk@ira.uka.de, freebsd-gnats-submit@freebsd.org, sam@rfc1149.net
Subject: Re: ports/57022 - Enable IPv6 in XMMS
Date: Mon, 29 Sep 2003 12:05:01 +0200

 [Edwin Groothuis]
 > Hello Espen,
 > Please see ports/57022 at
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57022.
 
 > Please tell us if you approve this update.
 
 If the policy is to enable IPv6 by default, then this one is fine.  If
 not, then ports/56730 should be installed.  In any case, depending on
 since when IPv6 was supported in FreeBSD (can't remember), there
 should probably be a check against ${OSVERSION}.
 
 	eSk
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 3 04:11:07 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

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