Update SOPE to 1.3.16
bump minor shlib version this version has a lot of 64Bit fixes after the gnustep-base update
This commit is contained in:
parent
7369772dcf
commit
a7da58b8cf
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2012/03/31 16:55:57 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/07/08 14:18:18 sebastia Exp $
|
||||
|
||||
COMMENT-main= Skyrix Object Publishing Environment
|
||||
COMMENT-mysql= SOPE MySQL adaptor
|
||||
COMMENT-postgres= SOPE PostgreSQL adaptor
|
||||
|
||||
VERSION = 1.3.14
|
||||
VERSION = 1.3.16
|
||||
DISTNAME = SOPE-${VERSION}
|
||||
PKGNAME-main = sope-${VERSION}
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}
|
||||
|
||||
SO_MAJOR= 1
|
||||
SO_MINOR= 0
|
||||
SO_MINOR= 1
|
||||
.for _lib in DOM EOControl GDLAccess NGExtensions NGLdap NGMime \
|
||||
NGObjWeb NGStreams SaxObjC WEExtensions \
|
||||
WOExtensions XmlRpc
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (SOPE-1.3.14.tar.gz) = Ieo00tEWwl+zyO3/23XNiw==
|
||||
RMD160 (SOPE-1.3.14.tar.gz) = LcAHjo5NhXZr+bsRA/iw/k8LldY=
|
||||
SHA1 (SOPE-1.3.14.tar.gz) = XIaYM2LuzODxf4yCoWIC5pulVUQ=
|
||||
SHA256 (SOPE-1.3.14.tar.gz) = SRw6Yxjy7Ybp43If6gPC2r/4s5JFx19xlSFz/O2p8qc=
|
||||
SIZE (SOPE-1.3.14.tar.gz) = 2156184
|
||||
MD5 (SOPE-1.3.16.tar.gz) = sg9k0FgBi6tMjaRFCCTpVg==
|
||||
RMD160 (SOPE-1.3.16.tar.gz) = zVURCyxaHnolVyy9d9sTqViYdyg=
|
||||
SHA1 (SOPE-1.3.16.tar.gz) = MrHcTmdpGb8aDuuWA896k3wIEOU=
|
||||
SHA256 (SOPE-1.3.16.tar.gz) = gsgU9AWHDfv77bOSapHC2NfnHjQOwQ4IQT2EbFzvLnk=
|
||||
SIZE (SOPE-1.3.16.tar.gz) = 2157287
|
||||
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/11/18 11:12:44 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2012/07/08 14:18:18 sebastia Exp $
|
||||
@bin bin/connect-EOAdaptor
|
||||
@bin bin/load-EOAdaptor
|
||||
@bin bin/wod
|
||||
@ -244,6 +244,7 @@ include/NGMime/NGMimePartParser.h
|
||||
include/NGMime/NGMimeType.h
|
||||
include/NGMime/NGMimeUtilities.h
|
||||
include/NGMime/NGPart.h
|
||||
include/NGMime/NSData+RFC822.h
|
||||
include/NGObjWeb/
|
||||
include/NGObjWeb/EOFetchSpecification+SoDAV.h
|
||||
include/NGObjWeb/NGObjWeb.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user