Hi,

forgot to strip MSG_NOSIGNAL patch with last update to www/sogo.

is it OK?

Sebastian

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/sope/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile    31 Mar 2012 16:55:57 -0000      1.20
+++ Makefile    9 Apr 2012 16:03:28 -0000
@@ -7,6 +7,7 @@
 VERSION =              1.3.14
 DISTNAME =             SOPE-${VERSION}
 PKGNAME-main =         sope-${VERSION}
+REVISION-main =                0
 PKGNAME-mysql =                sope-mysql-${VERSION}
 PKGNAME-postgres =     sope-postgres-${VERSION}
 
Index: patches/patch-sope-core_NGStreams_NGActiveSocket_m
===================================================================
RCS file: patches/patch-sope-core_NGStreams_NGActiveSocket_m
diff -N patches/patch-sope-core_NGStreams_NGActiveSocket_m
--- patches/patch-sope-core_NGStreams_NGActiveSocket_m  18 Nov 2011 11:12:44 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-sope-core_NGStreams_NGActiveSocket_m,v 1.1 2011/11/18 11:12:44 
sebastia Exp $
-
-MSG_NOSIGNAL is not POSIX, OpenBSD doesn't have it, so ignore it
-
---- sope-core/NGStreams/NGActiveSocket.m.orig  Thu Oct  6 09:15:44 2011
-+++ sope-core/NGStreams/NGActiveSocket.m       Thu Oct  6 10:04:09 2011
-@@ -73,6 +73,10 @@
- #  define POLLRDNORM POLLIN
- #endif
- 
-+#ifndef MSG_NOSIGNAL
-+#define MSG_NOSIGNAL 0
-+#endif
-+
- @interface NGActiveSocket(PrivateMethods)
- 
- - (id)_initWithDescriptor:(int)_fd

Reply via email to