git: 8690517ab087 - main - devel/sope2: Fix build on armv7 arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 19:49:26 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=8690517ab0871935aae7f95a305c9b8815993b14 commit 8690517ab0871935aae7f95a305c9b8815993b14 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2023-01-12 19:47:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-01-12 19:48:59 +0000 devel/sope2: Fix build on armv7 arm64 - Bump PORTREVISION PR: 267694 --- devel/sope2/Makefile | 4 ++++ www/sogo2/Makefile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 67c0f9b7d6ad..43c25ce4efa9 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -1,5 +1,6 @@ PORTNAME= sope2 PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -44,6 +45,9 @@ MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure +.for f in config.guess config.sub + @${CP} ${TEMPLATES}/$f ${WRKSRC}/sope-core/NGStreams/ +.endfor post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 63b02a71c6ba..abc21592267c 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -1,12 +1,13 @@ PORTNAME= sogo2 PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards -WWW?= https://sogo.nu/ +WWW?= https://sogo.nu/ LICENSE= GPLv2