Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2003 12:18:40 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        esk@ira.uka.de
Subject:   ports/56730: Update to multimedia/xmms to support IPv6
Message-ID:  <200309121018.h8CAIe5o080925@norfolk.ki.iif.hu>
Resent-Message-ID: <200309121020.h8CAKHxM012215@freefall.freebsd.org>

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

>Number:         56730
>Category:       ports
>Synopsis:       Update to multimedia/xmms to support IPv6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 12 03:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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