Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2005 03:30:09 +0900 (KST)
From:      Byung-Hee HWANG <bh@izb.knu.ac.kr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87173: IPv6 support for multimedia/beep-media-player
Message-ID:  <20051009183009.A4BA46A9E@viola.izb.knu.ac.kr>
Resent-Message-ID: <200510091840.j99IeDaS099679@freefall.freebsd.org>

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

>Number:         87173
>Category:       ports
>Synopsis:       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:   Sun Oct 09 18:40:12 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:
	This patch supports IPv6 for beep-media-player.
	Basically this has been taken from how XMMS did theirs.
>How-To-Repeat:
	The patch has been tested under Free/Net/OpenBSD.
>Fix:

	See, bellow..

--- ports-beep-media-player-ipv6.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	9 Oct 2005 17:45:23 -0000
@@ -38,11 +38,19 @@
 
 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 <bsd.port.pre.mk>
 
 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-20051009.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	9 Oct 2005 17:45:23 -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-20051009.diff) = 6d2fb24183c7f991fe4dd11c283cbf30
+SIZE (bmp-0.9.7-ipv6-20051009.diff) = 16517
--- ports-beep-media-player-ipv6.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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