pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mt-daapd Use FreeBSD compatibility code in inter...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f376e29ce7f7
branches:  trunk
changeset: 525041:f376e29ce7f7
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Feb 05 22:23:06 2007 +0000

description:
Use FreeBSD compatibility code in interface scanning routing for NetBSD
and DragonFlyBSD, too. This makes the mDNS code work on systems with IPv6
(or pflog(4)?) enabled.

Bump package revision because of this fix.

diffstat:

 audio/mt-daapd/Makefile         |   4 ++--
 audio/mt-daapd/distinfo         |   3 ++-
 audio/mt-daapd/patches/patch-ad |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 9f207456180d -r f376e29ce7f7 audio/mt-daapd/Makefile
--- a/audio/mt-daapd/Makefile   Mon Feb 05 20:43:29 2007 +0000
+++ b/audio/mt-daapd/Makefile   Mon Feb 05 22:23:06 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/02/04 19:57:09 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2007/02/05 22:23:06 tron Exp $
 
 DISTNAME=      mt-daapd-0.2.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mt-daapd/}
 
diff -r 9f207456180d -r f376e29ce7f7 audio/mt-daapd/distinfo
--- a/audio/mt-daapd/distinfo   Mon Feb 05 20:43:29 2007 +0000
+++ b/audio/mt-daapd/distinfo   Mon Feb 05 22:23:06 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2006/12/06 16:41:26 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/02/05 22:23:06 tron Exp $
 
 SHA1 (mt-daapd-0.2.4.tar.gz) = b8c242e5fd5d2d97010d5e09b9f02ccf9def13ab
 RMD160 (mt-daapd-0.2.4.tar.gz) = babb3f98a254aa4a014b5e7adb96276fafc84fac
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = e177bb33c19badb1da8638af61a3c3bfddf2a2ad
 SHA1 (patch-ab) = be78b7f5089d3283e0cb9ee3c64a4a53360899d7
 SHA1 (patch-ac) = 820fe55a2cefb7471133ea2e9bc7bb5ddc84cbf0
+SHA1 (patch-ad) = c556f5b3aa69779c30957e3e873563be2cb8ef32
diff -r 9f207456180d -r f376e29ce7f7 audio/mt-daapd/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mt-daapd/patches/patch-ad   Mon Feb 05 22:23:06 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/02/05 22:23:06 tron Exp $
+
+--- src/mDNSUNP.c.orig 2005-09-11 20:13:48.000000000 +0100
++++ src/mDNSUNP.c      2007-02-05 22:16:56.000000000 +0000
+@@ -168,7 +168,7 @@
+                * have the apple mDNS included, I guess it's a
+                * small price to pay.
+                */
+-#ifdef FREEBSD
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
+                   ptr += sizeof(ifr->ifr_name) + len; /* for next one in buffer */
+               //              ptr += sizeof(*ifr);
+ #else



Home | Main Index | Thread Index | Old Index