pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gupnp/patches Remove unneeded patch after update t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ada2eca13e2
branches:  trunk
changeset: 569862:2ada2eca13e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 20 13:45:29 2010 +0000

description:
Remove unneeded patch after update to 0.13.2.

diffstat:

 net/gupnp/patches/patch-aa |  29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diffs (33 lines):

diff -r 34526f8c89b3 -r 2ada2eca13e2 net/gupnp/patches/patch-aa
--- a/net/gupnp/patches/patch-aa        Wed Jan 20 13:44:35 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$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];



Home | Main Index | Thread Index | Old Index