- update libnice to 0.1.0
- various cleanups from tom murphy (MAINTAINER) with tweaks by me.
This commit is contained in:
parent
6b3e9d487c
commit
1ab3df167a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/19 22:31:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/03/02 07:32:04 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = GLib ICE implementation
|
||||
|
||||
DISTNAME = libnice-0.0.13
|
||||
SHARED_LIBS += nice 1.0
|
||||
DISTNAME = libnice-0.1.0
|
||||
SHARED_LIBS += nice 1.1
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://nice.freedesktop.org/
|
||||
@ -26,10 +26,12 @@ WANTLIB += xml2 z gstbase-0.10 gstreamer-0.10
|
||||
MODULES = devel/gettext
|
||||
|
||||
LIB_DEPENDS = multimedia/gstreamer-0.10/core
|
||||
BUILD_DEPENDS = textproc/gsed
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--disable-gupnp \
|
||||
--with-gstreamer
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libnice-0.0.13.tar.gz) = 5bn3maV8uTnqJljsNSU6uQ==
|
||||
RMD160 (libnice-0.0.13.tar.gz) = CiDQPE7Q+xZ3FJstlZWmER6VihU=
|
||||
SHA1 (libnice-0.0.13.tar.gz) = cDsD+7INppPAV9P+UHSxgqF8c2Q=
|
||||
SHA256 (libnice-0.0.13.tar.gz) = 2N0mDEhqRwpgUqUyOSCHighORKGd8JsVcouFyePW7fA=
|
||||
SIZE (libnice-0.0.13.tar.gz) = 635783
|
||||
MD5 (libnice-0.1.0.tar.gz) = wHfiqnTJr7S04VfvyKatnQ==
|
||||
RMD160 (libnice-0.1.0.tar.gz) = xc7CUzqCwQC0H8MUnCvKPX8iWZ8=
|
||||
SHA1 (libnice-0.1.0.tar.gz) = Kez+eRrE2Tb/NqNbNqLy2PsjLSI=
|
||||
SHA256 (libnice-0.1.0.tar.gz) = x5uF9Txj/Gdsb4T0pApeIQEGzHhWuhdYD8JxbzbHIP8=
|
||||
SIZE (libnice-0.1.0.tar.gz) = 655234
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- Makefile.in.orig Mon Sep 13 10:59:09 2010
|
||||
+++ Makefile.in Mon Sep 13 10:59:22 2010
|
||||
@@ -244,7 +244,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -250,7 +250,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -254,8 +253,7 @@ ERROR_CFLAGS = \
|
||||
@@ -260,8 +259,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-agent_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- agent/Makefile.in.orig Mon Sep 13 11:01:37 2010
|
||||
+++ agent/Makefile.in Mon Sep 13 11:01:46 2010
|
||||
@@ -237,7 +237,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-agent_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- agent/Makefile.in.orig Fri Jan 21 01:17:04 2011
|
||||
+++ agent/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -253,7 +253,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-agent_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -247,8 +246,7 @@ ERROR_CFLAGS = \
|
||||
@@ -263,8 +262,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-agent_interfaces_c,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- agent/interfaces.c.orig Tue Jul 20 22:54:40 2010
|
||||
+++ agent/interfaces.c Mon Sep 13 11:24:57 2010
|
||||
$OpenBSD: patch-agent_interfaces_c,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- agent/interfaces.c.orig Wed Dec 15 01:53:05 2010
|
||||
+++ agent/interfaces.c Sat Feb 19 09:45:19 2011
|
||||
@@ -49,6 +49,7 @@
|
||||
#include <net/if.h>
|
||||
#include <net/if_arp.h>
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-agent_interfaces_c,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
|
||||
#ifdef HAVE_GETIFADDRS
|
||||
|
||||
@@ -198,7 +199,7 @@ nice_interfaces_get_local_ips (gboolean include_loopba
|
||||
@@ -197,7 +198,7 @@ nice_interfaces_get_local_ips (gboolean include_loopba
|
||||
struct sockaddr_in6 *sa6 = (struct sockaddr_in6 *)ifa->ifa_addr;
|
||||
|
||||
/* Skip link-local addresses, they require a scope */
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-common_mk,v 1.3 2010/09/22 14:29:00 jasper Exp $
|
||||
--- common.mk.orig Mon Sep 13 10:59:40 2010
|
||||
+++ common.mk Mon Sep 13 10:59:53 2010
|
||||
$OpenBSD: patch-common_mk,v 1.4 2011/03/02 07:32:04 jasper Exp $
|
||||
--- common.mk.orig Thu Mar 18 21:02:53 2010
|
||||
+++ common.mk Sat Feb 19 09:45:19 2011
|
||||
@@ -2,7 +2,6 @@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-nice_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- nice/Makefile.in.orig Mon Sep 13 11:03:13 2010
|
||||
+++ nice/Makefile.in Mon Sep 13 11:03:28 2010
|
||||
@@ -238,7 +238,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-nice_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- nice/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ nice/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -254,7 +254,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-nice_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -248,8 +247,7 @@ ERROR_CFLAGS = \
|
||||
@@ -264,8 +263,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-random_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- random/Makefile.in.orig Mon Sep 13 11:02:05 2010
|
||||
+++ random/Makefile.in Mon Sep 13 11:02:14 2010
|
||||
@@ -215,7 +215,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-random_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- random/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ random/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -231,7 +231,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-random_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -225,8 +224,7 @@ ERROR_CFLAGS = \
|
||||
@@ -241,8 +240,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-socket_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- socket/Makefile.in.orig Mon Sep 13 11:03:44 2010
|
||||
+++ socket/Makefile.in Mon Sep 13 11:03:55 2010
|
||||
@@ -209,7 +209,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-socket_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- socket/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ socket/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -225,7 +225,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-socket_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -219,8 +218,7 @@ ERROR_CFLAGS = \
|
||||
@@ -235,8 +234,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-stun_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/Makefile.in.orig Mon Sep 13 11:01:05 2010
|
||||
+++ stun/Makefile.in Mon Sep 13 11:01:16 2010
|
||||
@@ -277,7 +277,6 @@ SUBDIRS = . tools tests
|
||||
$OpenBSD: patch-stun_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ stun/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -293,7 +293,6 @@ SUBDIRS = . tools tests
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-stun_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -287,8 +286,7 @@ ERROR_CFLAGS = \
|
||||
@@ -303,8 +302,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-stun_stun5389_c,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/stun5389.c.orig Mon Sep 13 11:07:22 2010
|
||||
+++ stun/stun5389.c Mon Sep 13 11:08:09 2010
|
||||
$OpenBSD: patch-stun_stun5389_c,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/stun5389.c.orig Tue Jul 20 22:54:41 2010
|
||||
+++ stun/stun5389.c Sat Feb 19 09:45:19 2011
|
||||
@@ -40,9 +40,6 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-stun_tests_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/tests/Makefile.in.orig Mon Sep 13 11:02:28 2010
|
||||
+++ stun/tests/Makefile.in Mon Sep 13 11:02:38 2010
|
||||
@@ -228,7 +228,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-stun_tests_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/tests/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ stun/tests/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -244,7 +244,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-stun_tests_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -238,8 +237,7 @@ ERROR_CFLAGS = \
|
||||
@@ -254,8 +253,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-stun_tests_test-bind_c,v 1.3 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/tests/test-bind.c.orig Mon Sep 13 11:34:38 2010
|
||||
+++ stun/tests/test-bind.c Mon Sep 13 11:35:18 2010
|
||||
$OpenBSD: patch-stun_tests_test-bind_c,v 1.4 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/tests/test-bind.c.orig Tue Mar 9 17:34:55 2010
|
||||
+++ stun/tests/test-bind.c Sat Feb 19 09:45:19 2011
|
||||
@@ -50,9 +50,6 @@
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-stun_tools_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/tools/Makefile.in.orig Mon Sep 13 11:02:46 2010
|
||||
+++ stun/tools/Makefile.in Mon Sep 13 11:02:56 2010
|
||||
@@ -215,7 +215,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-stun_tools_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/tools/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ stun/tools/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -231,7 +231,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-stun_tools_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -225,8 +224,7 @@ ERROR_CFLAGS = \
|
||||
@@ -241,8 +240,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-stun_tools_stunbdc_c,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/tools/stunbdc.c.orig Mon Sep 13 11:09:41 2010
|
||||
+++ stun/tools/stunbdc.c Mon Sep 13 11:11:19 2010
|
||||
$OpenBSD: patch-stun_tools_stunbdc_c,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/tools/stunbdc.c.orig Thu Mar 18 21:02:53 2010
|
||||
+++ stun/tools/stunbdc.c Sat Feb 19 09:45:19 2011
|
||||
@@ -41,7 +41,6 @@
|
||||
#endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-stun_tools_stund_c,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- stun/tools/stund.c.orig Mon Sep 13 11:12:38 2010
|
||||
+++ stun/tools/stund.c Mon Sep 13 11:14:18 2010
|
||||
$OpenBSD: patch-stun_tools_stund_c,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- stun/tools/stund.c.orig Fri Jan 21 00:13:53 2011
|
||||
+++ stun/tools/stund.c Sat Feb 19 09:45:19 2011
|
||||
@@ -58,6 +58,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
--- tests/Makefile.in.orig Mon Sep 13 11:04:05 2010
|
||||
+++ tests/Makefile.in Mon Sep 13 11:04:15 2010
|
||||
@@ -256,7 +256,6 @@ top_srcdir = @top_srcdir@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.3 2011/03/02 07:32:04 jasper Exp $
|
||||
--- tests/Makefile.in.orig Fri Jan 21 01:17:05 2011
|
||||
+++ tests/Makefile.in Sat Feb 19 09:45:19 2011
|
||||
@@ -272,7 +272,6 @@ top_srcdir = @top_srcdir@
|
||||
ERROR_CFLAGS = \
|
||||
$(LIBNICE_CFLAGS) \
|
||||
-fno-strict-aliasing \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-tests_Makefile_in,v 1.2 2010/09/22 14:29:00 jasper Exp $
|
||||
-Wundef \
|
||||
-Wnested-externs \
|
||||
-Wwrite-strings \
|
||||
@@ -266,8 +265,7 @@ ERROR_CFLAGS = \
|
||||
@@ -282,8 +281,7 @@ ERROR_CFLAGS = \
|
||||
-Wmissing-prototypes \
|
||||
-Wstrict-prototypes \
|
||||
-Wredundant-decls \
|
||||
|
Loading…
x
Reference in New Issue
Block a user