aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-18 03:11:36 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-18 03:11:36 +0800
commit900cdcdf2ff0634bd274c705d82d8e5317816dfd (patch)
treec51e804fc8e13fa5800cdbb52c8fc6d2df770ad2
parent3438d8486288013b8e91e0383e72043d3ae5b8d2 (diff)
downloadfreebsd-ports-gnome-900cdcdf2ff0634bd274c705d82d8e5317816dfd.tar.gz
freebsd-ports-gnome-900cdcdf2ff0634bd274c705d82d8e5317816dfd.tar.zst
freebsd-ports-gnome-900cdcdf2ff0634bd274c705d82d8e5317816dfd.zip
- Add patch to enable ipv6 support
- Add additional ipv6 category - Bump PORTREVISION PR: 87173 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer), novel (mentor) (implicit)
-rw-r--r--multimedia/beep-media-player/Makefile20
-rw-r--r--multimedia/beep-media-player/distinfo2
2 files changed, 12 insertions, 10 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile
index da5b4c0936ec..5fd792390b9b 100644
--- a/multimedia/beep-media-player/Makefile
+++ b/multimedia/beep-media-player/Makefile
@@ -7,9 +7,9 @@
PORTNAME= beep-media-player
PORTVERSION= 0.9.7
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
-CATEGORIES= multimedia audio
+CATEGORIES= multimedia audio ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= beepmp
DISTNAME= bmp-${PORTVERSION}
@@ -38,20 +38,20 @@ VISUALIZATION_PLUGINS= blur_scope
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
-#INPUT_PLUGINS+= mikmod
-#PLIST_SUB+= MIKMODPLUGIN:=""
-#.else
CONFIGURE_ARGS+= --disable-mikmod
PLIST_SUB+= MIKMODPLUGIN:="@comment "
-#.endif
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
diff --git a/multimedia/beep-media-player/distinfo b/multimedia/beep-media-player/distinfo
index a6db27f6ecb0..19ba3ef8b716 100644
--- a/multimedia/beep-media-player/distinfo
+++ b/multimedia/beep-media-player/distinfo
@@ -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