Update to 2.3.17
similar diff and ok sebastia@ (Maintainer)
This commit is contained in:
parent
4f1a568897
commit
6530063cef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.62 2016/09/12 11:45:58 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.63 2016/11/02 10:14:14 giovanni Exp $
|
||||
|
||||
PORTROACH+= limit:^2
|
||||
|
||||
@ -6,13 +6,11 @@ COMMENT-main= Skyrix Object Publishing Environment
|
||||
COMMENT-mysql= SOPE MySQL adaptor
|
||||
COMMENT-postgres= SOPE PostgreSQL adaptor
|
||||
|
||||
VERSION = 2.3.12
|
||||
VERSION = 2.3.17
|
||||
DISTNAME = SOPE-${VERSION}
|
||||
PKGNAME-main = sope-${VERSION}
|
||||
PKGNAME-mysql = sope-mysql-${VERSION}
|
||||
PKGNAME-postgres = sope-postgres-${VERSION}
|
||||
REVISION-mysql = 0
|
||||
REVISION-postgres = 0
|
||||
|
||||
SO_MAJOR= 3
|
||||
SO_MINOR= 0
|
||||
@ -35,7 +33,9 @@ MULTI_PACKAGES= -main -mysql -postgres
|
||||
MODULES= x11/gnustep
|
||||
MODGNUSTEP_NEEDS_GUI= No
|
||||
|
||||
WANTLIB-main = c crypto ssl iconv lber ldap xml2 z \
|
||||
BUILD_DEPENDS = shells/bash
|
||||
|
||||
WANTLIB-main = c crypto ssl iconv lber ldap lzma xml2 z \
|
||||
${MODGNUSTEP_WANTLIB}
|
||||
WANTLIB-mysql = GDLAccess mysqlclient crypto ssl z \
|
||||
${MODGNUSTEP_WANTLIB}
|
||||
@ -67,4 +67,7 @@ post-extract:
|
||||
# those fhs.make files are not needed and may cause harm if they exist
|
||||
@find ${WRKSRC} -name fhs.make -exec rm {} \;
|
||||
|
||||
post-patch:
|
||||
${SUBST_CMD} ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SOPE-2.3.12.tar.gz) = ag1hWIZnkGK8vKS8b2RF+0z5EcP74s8vh4/K6Yk18DU=
|
||||
SIZE (SOPE-2.3.12.tar.gz) = 2276329
|
||||
SHA256 (SOPE-2.3.17.tar.gz) = NUejf0TBusJISZmCjHZgBfhjNf8iSTF7CF0ZGIK96MQ=
|
||||
SIZE (SOPE-2.3.17.tar.gz) = 2279816
|
||||
|
@ -1,15 +1,9 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2016/01/25 21:33:15 sebastia Exp $
|
||||
|
||||
do not link against gnustep-gui in case its installed
|
||||
decouple version of sope from the shared library interface versions
|
||||
remove unused ssl check that generates a make variable with whitespace in
|
||||
its name
|
||||
|
||||
--- configure.orig Mon Jan 18 17:36:15 2016
|
||||
+++ configure Fri Jan 22 08:51:29 2016
|
||||
$OpenBSD: patch-configure,v 1.6 2016/11/02 10:14:14 giovanni Exp $
|
||||
--- configure.orig Sun Sep 4 22:40:17 2016
|
||||
+++ configure Sun Sep 4 22:42:24 2016
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
-#!/bin/sh
|
||||
+#!${TRUEPREFIX}/bin/bash
|
||||
|
||||
#
|
||||
# Note: When adding make options to this script, ensure that the source still
|
||||
@ -25,11 +19,3 @@ its name
|
||||
cfgwrite "SOPE_DBADAPTORS=\${SOPE_LIBDIR}/dbadaptors"
|
||||
cfgwrite "SOPE_PRODUCTS=\${SOPE_LIBDIR}/products"
|
||||
cfgwrite "SOPE_SAXDRIVERS=\${SOPE_LIBDIR}/saxdrivers"
|
||||
@@ -406,6 +406,7 @@ genConfigMake() {
|
||||
cfgwrite "debug:=no"
|
||||
fi
|
||||
cfgwrite ""
|
||||
+ cfgwrite "NEEDS_GUI=no"
|
||||
|
||||
if test $ARG_WITH_STRIP = 1; then
|
||||
cfgwrite "# configured to produce stripped code";
|
||||
|
Loading…
x
Reference in New Issue
Block a user