git: bbf0e2f6fad9 - main - www/sogo: Fix issues on FreeBSD 13.x
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Wed Jul 21 19:13:02 UTC 2021
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf0e2f6fad9ecbd1e0f3b6c36c68014cb11f60d
commit bbf0e2f6fad9ecbd1e0f3b6c36c68014cb11f60d
Author: Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
AuthorDate: 2021-07-21 19:05:25 +0000
Commit: Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
CommitDate: 2021-07-21 19:12:30 +0000
www/sogo: Fix issues on FreeBSD 13.x
PR: 255124
Reported by: info at babaei.net
---
devel/sope/Makefile | 3 ++-
www/sogo/Makefile | 3 ++-
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} \
More information about the dev-commits-ports-all
mailing list