pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/bmp Add IPv6 support for beep-media-player, as s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b10171701c1
branches:  trunk
changeset: 501248:2b10171701c1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Oct 19 15:09:37 2005 +0000

description:
Add IPv6 support for beep-media-player, as suggested by Kevin Kim in
private email.  The patches were created by Byung-Hee HWANG.
Bump PKGREVISION since IPv6 is enabled by default.

Approved by the maintainer.

diffstat:

 audio/bmp/Makefile        |   4 ++--
 audio/bmp/Makefile.common |  11 +++++++++--
 audio/bmp/distinfo        |   5 ++++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (72 lines):

diff -r 7dd39288f516 -r 2b10171701c1 audio/bmp/Makefile
--- a/audio/bmp/Makefile        Wed Oct 19 13:26:59 2005 +0000
+++ b/audio/bmp/Makefile        Wed Oct 19 15:09:37 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2005/08/01 00:09:35 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/19 15:09:37 minskim Exp $
 #
 
 BMP_ENABLE_ENCODERS=   yes
 
 .include "Makefile.common"
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 DEPENDS+=              unzip-[0-9]*:../../archivers/unzip
 
diff -r 7dd39288f516 -r 2b10171701c1 audio/bmp/Makefile.common
--- a/audio/bmp/Makefile.common Wed Oct 19 13:26:59 2005 +0000
+++ b/audio/bmp/Makefile.common Wed Oct 19 15:09:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2005/08/10 20:56:11 jlam Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/10/19 15:09:37 minskim Exp $
 #
 
 DISTNAME=      bmp-0.9.7
@@ -12,6 +12,9 @@
 DISTINFO_FILE=         ${.CURDIR}/../../audio/bmp/distinfo
 FILESDIR=              ${.CURDIR}/../../audio/xmms/files
 PATCHDIR=              ${.CURDIR}/../../audio/bmp/patches
+PATCH_SITES=           http://izb.knu.ac.kr/~bh/diffs/
+PATCHFILES=            ${DISTNAME}-ipv6-simple.diff
+PATCH_DIST_STRIP+=     -p1
 
 GNU_CONFIGURE=         yes
 USE_DIRS+=             xdg-1.1
@@ -35,7 +38,7 @@
 PKGCONFIG_OVERRIDE+=   bmp.pc
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bmp
-PKG_SUPPORTED_OPTIONS= gnome xmms-eq
+PKG_SUPPORTED_OPTIONS= gnome inet6 xmms-eq
 
 .include "../../mk/bsd.options.mk"
 .include "../../mk/bsd.prefs.mk"
@@ -47,6 +50,10 @@
 .  include "../../sysutils/gnome-vfs2/buildlink3.mk"
 .endif
 
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif
+
 .if !empty(PKG_OPTIONS:Mxmms-eq)
 CONFIGURE_ARGS+=       --with-xmms-eq
 .endif
diff -r 7dd39288f516 -r 2b10171701c1 audio/bmp/distinfo
--- a/audio/bmp/distinfo        Wed Oct 19 13:26:59 2005 +0000
+++ b/audio/bmp/distinfo        Wed Oct 19 15:09:37 2005 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 20:39:43 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/10/19 15:09:37 minskim Exp $
 
 SHA1 (bmp-0.9.7.tar.gz) = a60ac337efb00f6a50ce019e8a07370a4df040c2
 RMD160 (bmp-0.9.7.tar.gz) = afaae64a0ec55857849108f1d06dadd2adc3a1de
 Size (bmp-0.9.7.tar.gz) = 1974397 bytes
+SHA1 (bmp-0.9.7-ipv6-simple.diff) = d80943d504eeb06d96c2ca73ecc80a89b77e7c77
+RMD160 (bmp-0.9.7-ipv6-simple.diff) = 96072b98f774ed8614818664d0fe173ea5a3e4e5
+Size (bmp-0.9.7-ipv6-simple.diff) = 8660 bytes
 SHA1 (patch-an) = da55750c5ee50acfd25e695813bfc025c4fc7b5f
 SHA1 (patch-ao) = c24712090587ff622d7b9df68757c984a057c6c2
 SHA1 (patch-ap) = 76d750aa820e9710d2520d3cec067d91346dc5aa



Home | Main Index | Thread Index | Old Index