head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc_base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2010.01.20.13.45.29; author wiz; state dead; branches; next 1.2; 1.2 date 2009.08.18.18.31.18; author hasso; state Exp; branches; next 1.1; 1.1 date 2009.08.02.11.35.26; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.08.02.11.35.26; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Remove unneeded patch after update to 0.13.2. @ text @$NetBSD: patch-aa,v 1.2 2009/08/18 18:31:18 hasso Exp $ --- libgupnp/gupnp-context.c.orig 2009-04-30 14:31:58.000000000 +0200 +++ libgupnp/gupnp-context.c @@@@ -146,11 +146,13 @@@@ get_host_ip (const char *name) p = inet_ntop (AF_INET, &s4->sin_addr, ip, sizeof (ip)); break; +#if 0 /* XXX doesn't work with scoped addresses */ case AF_INET6: s6 = (struct sockaddr_in6 *) ifa->ifa_addr; p = inet_ntop (AF_INET6, &s6->sin6_addr, ip, sizeof (ip)); break; +#endif default: continue; /* Unknown: ignore */ } @@@@ -184,8 +186,8 @@@@ get_default_host_ip (void) unsigned long dest; gboolean found = FALSE; -#if defined(__FreeBSD__) - if ((fp = popen ("netstat -r -f inet -n -W", "r"))) { +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + if ((fp = popen ("netstat -r -f inet -n", "r"))) { char buffer[BUFSIZ]; char destination[32]; @ 1.2 log @Make GUPnP build on DragonFly. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2009/08/02 11:35:26 drochner Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d25 1 a25 1 +#if defined(__FreeBSD__) || defined(__NetBSD__) @ 1.1.1.1 log @add gupnp-0.12.8, a base UPnP library There are (at least) four diffent (and conflicting) libraries for UUID creation. I've added patches to use the NetBSD native one which should be present on other BSDs too. Other OSes likely want to use the Linux/e2fs one (which is in pkgsrc-wip), this also would need some more extensive autoconf changes. @ text @@