summaryrefslogtreecommitdiff
path: root/multimedia/beep-media-player
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 19:11:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 19:11:36 +0000
commitb17ca0a1d827815f0d97c95a06354b59c0a66bfc (patch)
tree499977807db414adf112c9af487b21b1a2b8546e /multimedia/beep-media-player
parent- Update to 3.6.0 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=145681
Diffstat (limited to 'multimedia/beep-media-player')
-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