From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 12 18:30:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 7BD1C16A41F for ; Wed, 12 Oct 2005 18:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB55043D5C for ; Wed, 12 Oct 2005 18:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9CIUCYZ034857 for ; Wed, 12 Oct 2005 18:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9CIUCZp034850; Wed, 12 Oct 2005 18:30:12 GMT (envelope-from gnats) Resent-Date: Wed, 12 Oct 2005 18:30:12 GMT Resent-Message-Id: <200510121830.j9CIUCZp034850@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, Byung-Hee HWANG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18AD016A420 for ; Wed, 12 Oct 2005 18:28:12 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B43543D48 for ; Wed, 12 Oct 2005 18:28:10 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: (qmail 13376 invoked from network); 13 Oct 2005 03:28:05 +0900 Received: from e.mx (HELO i.mx) (2002:9be6:9d5d:2::1) by e.mx (envelope-from bh@izb.knu.ac.kr) with AES256-SHA encrypted SMTP; 13 Oct 2005 03:28:05 +0900 Received: (qmail 13361 invoked from network); 13 Oct 2005 03:28:04 +0900 Received: from viola.izb.knu.ac.kr (2002:9be6:9d9f:3::2) by i.mx (envelope-from bh@izb.knu.ac.kr) with AES256-SHA encrypted SMTP; 13 Oct 2005 03:28:04 +0900 Received: by viola.izb.knu.ac.kr (Postfix, from userid 1001) id 00D506540; Thu, 13 Oct 2005 03:28:04 +0900 (KST) Message-Id: <20051012182804.00D506540@viola.izb.knu.ac.kr> Date: Thu, 13 Oct 2005 03:28:04 +0900 (KST) From: Byung-Hee HWANG To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsd-multimedia@FreeBSD.org, flynn@energyhq.es.eu.org, ehaupt@FreeBSD.org Subject: ports/87339: Enable IPv6 support for multimedia/beep-media-player X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Byung-Hee HWANG List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 18:30:18 -0000 >Number: 87339 >Category: ports >Synopsis: Enable IPv6 support for multimedia/beep-media-player >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 12 18:30:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Byung-Hee HWANG >Release: FreeBSD 5.4-STABLE i386 >Organization: InZealBomb >Environment: System: FreeBSD viola.izb.knu.ac.kr 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Sep 26 16:45:09 KST 2005 bh@viola.izb.knu.ac.kr:/usr/src/sys/i386/compile/II82801BA i386 >Description: I revoke PR87173 that sent before. Because, I reproduced patch file easiler and simpler than PR87173. This patch(bmp-0.9.7-ipv6-simple.diff) supports IPv6 for multimedia/beep-media-player. Basically this has been taken from how multimedia/xmms did theirs. >How-To-Repeat: The patch has been tested under Free/Net/OpenBSD. >Fix: --- ports-beep-media-player-ipv6-simple.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/beep-media-player/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 20 Jun 2005 15:33:35 -0000 1.26 +++ Makefile 12 Oct 2005 17:30:42 -0000 @@ -38,11 +38,17 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" on \ ESOUND "Enable Esound support" off \ - 3DNOW "Enable 3DNow! optimized decoding routines" on + 3DNOW "Enable 3DNow! optimized decoding routines" on \ + IPV6 "Enable IPv6 support" off .include -CONFIGURE_ARGS+= --enable-ipv6 +# Enable IPv6 support +.if defined(WITH_IPV6) +PATCH_SITES+= http://izb.knu.ac.kr/~bh/diffs/ +PATCHFILES+= bmp-0.9.7-ipv6-simple.diff +PATCH_DIST_STRIP+= -p1 +.endif #.if !defined(WITHOUT_MIKMOD) #LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/beep-media-player/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 11 Dec 2004 19:05:11 -0000 1.6 +++ distinfo 12 Oct 2005 17:30:43 -0000 @@ -1,2 +1,4 @@ MD5 (bmp-0.9.7.tar.gz) = 5d74113f5de3d11a400d1d6c118d41c0 SIZE (bmp-0.9.7.tar.gz) = 1974397 +MD5 (bmp-0.9.7-ipv6-simple.diff) = b0d83c75333f799261c9459804879cbe +SIZE (bmp-0.9.7-ipv6-simple.diff) = 8660 --- ports-beep-media-player-ipv6-simple.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: