Include missing headers to get rid of compiler warnings, and bump.

OK sthen@, jasper@
This commit is contained in:
sebastia 2010-12-02 14:56:11 +00:00
parent ce7e230b28
commit 50fc800245
3 changed files with 24 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2010/11/24 18:07:45 sebastia Exp $
# $OpenBSD: Makefile,v 1.8 2010/12/02 14:56:11 sebastia Exp $
COMMENT-main= Skyrix Object Publishing Environment
COMMENT-mysql= SOPE MySQL adaptor
COMMENT-postgres= SOPE PostgreSQL adaptor
VERSION= 1.3.4
REVISION = 0
DISTNAME= SOPE-${VERSION}
PKGNAME-main= sope-${VERSION}
PKGNAME-mysql= sope-mysql-${VERSION}

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-sope-core_NGExtensions_common_h,v 1.1 2010/12/02 14:56:12 sebastia Exp $
--- sope-core/NGExtensions/common.h.orig Mon Nov 29 18:20:14 2010
+++ sope-core/NGExtensions/common.h Mon Nov 29 18:20:50 2010
@@ -32,6 +32,7 @@
#elif defined(NeXT) || NeXT_Foundation_LIBRARY
# include <netinet/in.h>
#else
+# include <netinet/in.h>
# include <arpa/inet.h>
#endif

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-sope-core_NGStreams_common_h,v 1.1 2010/12/02 14:56:12 sebastia Exp $
--- sope-core/NGStreams/common.h.orig Mon Nov 29 18:21:07 2010
+++ sope-core/NGStreams/common.h Mon Nov 29 18:21:32 2010
@@ -106,6 +106,7 @@
#endif
#if !defined(WIN32) || defined(__CYGWIN32__)
+# include <netinet/in.h>
# include <arpa/inet.h>
# include <sys/un.h>
#endif