From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 12 03:20:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C94016A4BF for ; Fri, 12 Sep 2003 03:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F03A43F75 for ; Fri, 12 Sep 2003 03:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8CAKHUp012216 for ; Fri, 12 Sep 2003 03:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8CAKHxM012215; Fri, 12 Sep 2003 03:20:17 -0700 (PDT) Resent-Date: Fri, 12 Sep 2003 03:20:17 -0700 (PDT) Resent-Message-Id: <200309121020.h8CAKHxM012215@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, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5234A16A4BF for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: esk@ira.uka.de Subject: ports/56730: Update to multimedia/xmms to support IPv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 10:20:19 -0000 >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: