[70828] trunk/dports/net/libnice

rmsfisher at macports.org rmsfisher at macports.org
Sun Aug 22 16:20:41 PDT 2010


Revision: 70828
          http://trac.macports.org/changeset/70828
Author:   rmsfisher at macports.org
Date:     2010-08-22 16:20:38 -0700 (Sun, 22 Aug 2010)
Log Message:
-----------
net/libnice upgraded version from 0.0.12 to 0.0.13, added patch to work around a pointer error, allowed universal variant per updated gst-plugins-base

Modified Paths:
--------------
    trunk/dports/net/libnice/Portfile

Added Paths:
-----------
    trunk/dports/net/libnice/files/
    trunk/dports/net/libnice/files/patch-agent-interfaces.c.diff

Modified: trunk/dports/net/libnice/Portfile
===================================================================
--- trunk/dports/net/libnice/Portfile	2010-08-22 23:01:32 UTC (rev 70827)
+++ trunk/dports/net/libnice/Portfile	2010-08-22 23:20:38 UTC (rev 70828)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            libnice
-version         0.0.12
+version         0.0.13
 description     Libnice is an implementation of the IETF's draft Interactice \
                 Connectivity Establishment standard (ICE).
 long_description \
@@ -17,21 +17,17 @@
 homepage        http://nice.freedesktop.org/wiki/
 master_sites    http://nice.freedesktop.org/releases/
 
-checksums       md5     fe25005032c441ecfaa0c19ac6b78ee7 \
-                sha1    839b88f01ebf92e1cc2b6696b91ff556f2f3e40c \
-                rmd160  934866ac2e1340391cf3ec5ac670cd2683cc9979
+checksums           md5     e5b9f799a57cb939ea2658ec35253ab9 \
+                    sha1    703b03fbb20da693c057d3fe5074b182a17c7364 \
+                    rmd160  0a20d03c4ed0fb1677149b2d9595a6111e958a15
 
 depends_build   port:pkgconfig \
                 port:gtk-doc
 
 depends_lib     port:gst-plugins-base
 
-#
-# gst-plugins-base is not universal
-#
+patchfiles      patch-agent-interfaces.c.diff
 
-universal_variant   no
-
 configure.args  --disable-gupnp \
                 --with-gstreamer
 

Added: trunk/dports/net/libnice/files/patch-agent-interfaces.c.diff
===================================================================
--- trunk/dports/net/libnice/files/patch-agent-interfaces.c.diff	                        (rev 0)
+++ trunk/dports/net/libnice/files/patch-agent-interfaces.c.diff	2010-08-22 23:20:38 UTC (rev 70828)
@@ -0,0 +1,11 @@
+--- agent/interfaces.c.orig	2010-08-22 18:09:00.000000000 -0500
++++ agent/interfaces.c	2010-08-22 18:09:50.000000000 -0500
+@@ -198,7 +198,7 @@
+       struct sockaddr_in6 *sa6 = (struct sockaddr_in6 *)ifa->ifa_addr;
+ 
+       /* Skip link-local addresses, they require a scope */
+-      if (IN6_IS_ADDR_LINKLOCAL (sa6->sin6_addr.s6_addr))
++      if (IN6_IS_ADDR_LINKLOCAL ((struct in6_addr *)sa6->sin6_addr.s6_addr))
+         continue;
+ 
+       if (inet_ntop (AF_INET6, &sa6->sin6_addr, addr_as_string,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100822/9a36a44e/attachment-0001.html>


More information about the macports-changes mailing list