ports/87339: Enable IPv6 support for multimedia/beep-media-player

Byung-Hee HWANG bh at izb.knu.ac.kr
Wed Oct 12 18:30:18 UTC 2005


>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 at 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 <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-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:



More information about the freebsd-ports-bugs mailing list