Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 19:13:01 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bbf0e2f6fad9 - main - www/sogo: Fix issues on FreeBSD 13.x
Message-ID:  <202107211913.16LJD161025936@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-07-21 19:05:25 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211913.16LJD161025936>