aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-07-21 19:05:25 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-07-21 19:12:30 +0000
commitbbf0e2f6fad9ecbd1e0f3b6c36c68014cb11f60d (patch)
treefb64806e1b03bfbd7c4ce56a3514128a472fc5a2
parent64530a54dfb567887d9ad739508bf094d29baa01 (diff)
downloadports-bbf0e2f6fad9ecbd1e0f3b6c36c68014cb11f60d.tar.gz
ports-bbf0e2f6fad9ecbd1e0f3b6c36c68014cb11f60d.zip
www/sogo: Fix issues on FreeBSD 13.x
PR: 255124 Reported by: info at babaei.net
-rw-r--r--devel/sope/Makefile3
-rw-r--r--www/sogo/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/sope/Makefile b/devel/sope/Makefile
index 81aa7f137eaf..44e968e18930 100644
--- a/devel/sope/Makefile
+++ b/devel/sope/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sope
PORTVERSION= 5.1.1
+PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}
@@ -36,7 +37,7 @@ CONFLICTS= sope2-[0-9]* sope4-[0-9]*
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
-CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip
+CONFIGURE_ARGS= --with-gnustep --disable-debug --disable-strip
CONFIGURE_ENV+= CC="${CC}"
LDAP_USE= OPENLDAP=client
diff --git a/www/sogo/Makefile b/www/sogo/Makefile
index b839eab0049a..41dc81c5aeea 100644
--- a/www/sogo/Makefile
+++ b/www/sogo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sogo
PORTVERSION= 5.1.1
+PORTREVISION= 1
CATEGORIES= www gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOGo-${PORTVERSION}
@@ -51,7 +52,7 @@ USE_RC_SUBR= sogod
SUB_FILES+= pkg-message
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
-CONFIGURE_ARGS+= --disable-debug --enable-strip
+CONFIGURE_ARGS+= --disable-debug --disable-strip
post-patch:
@${GREP} -rlF '/etc/sogo' ${WRKSRC} \