From df6181bec7f6b2555ac55cd3337aeac26699ab9d Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 30 Dec 2011 14:05:31 +0000 Subject: [PATCH] - drop a patch now that we have MSG_NOSIGNAL defined from fgsch@ via MAINTAINER --- net/libnice/Makefile | 4 +-- .../patches/patch-stun_tests_test-bind_c | 25 ------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 net/libnice/patches/patch-stun_tests_test-bind_c diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 4ca5ad33076..59a5853ee56 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2011/12/03 12:49:11 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2011/12/30 14:05:31 jasper Exp $ SHARED_ONLY = Yes COMMENT = GLib ICE implementation DISTNAME = libnice-0.1.0 -REVISION = 0 +REVISION = 1 SHARED_LIBS += nice 1.1 CATEGORIES = net diff --git a/net/libnice/patches/patch-stun_tests_test-bind_c b/net/libnice/patches/patch-stun_tests_test-bind_c deleted file mode 100644 index 53befab4034..00000000000 --- a/net/libnice/patches/patch-stun_tests_test-bind_c +++ /dev/null @@ -1,25 +0,0 @@ -$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 - #include - --#define MSG_DONTWAIT 0 --#define MSG_NOSIGNAL 0 -- - #define alarm(...) - #define close closesocket - #else -@@ -60,6 +57,11 @@ - #include - #include - #include -+#endif -+ -+#if defined(_WIN32) || defined(__OpenBSD__) -+#define MSG_DONTWAIT 0 -+#define MSG_NOSIGNAL 0 - #endif - - #undef NDEBUG /* ensure assertions are built-in */