git: 0e9f4482edd2 - main - mail/cyrus-imapd24: ignore build with llvm 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 15:17:36 UTC
The branch main has been updated by ume:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e9f4482edd238b6e98d73033a3ae6dd36a8f602
commit 0e9f4482edd238b6e98d73033a3ae6dd36a8f602
Author: Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2023-06-25 15:16:47 +0000
Commit: Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2023-06-25 15:17:26 +0000
mail/cyrus-imapd24: ignore build with llvm 16
---
mail/cyrus-imapd24/Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 55591c3eb130..df60641f578b 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -19,7 +19,7 @@ CONFLICTS_INSTALL= cyrus-imapd2? cyrus-imapd3? cyrus-imapd3?-http
USE_RC_SUBR= imapd
-USES= cpe perl5 ssl
+USES= compiler cpe perl5 ssl
GNU_CONFIGURE= yes
CYRUS_PREFIX= ${PREFIX}/cyrus
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
@@ -145,6 +145,12 @@ BDB_LIB_NAME= no
CONFIGURE_ARGS+=--disable-gssapi
.endif
+.include <bsd.port.pre.mk>
+
+.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
+IGNORE= does not build with llvm 16
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
-e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \