Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2021 12:12:12 GMT
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a7faada9222 - main - security/cyrus-sasl2: Disable sphinx build.
Message-ID:  <202108221212.17MCCCmD079258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a7faada9222f97a8acdc61602fbf38017881dc6

commit 9a7faada9222f97a8acdc61602fbf38017881dc6
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2021-08-22 12:05:07 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2021-08-22 12:09:49 +0000

    security/cyrus-sasl2: Disable sphinx build.
    
    PR:             257877
---
 security/cyrus-sasl2/Makefile.common | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index a44f3fb83b03..530307db0187 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -21,7 +21,8 @@ CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--includedir=${PREFIX}/include \
 		--enable-static \
-		--with-rc4=openssl
+		--with-rc4=openssl \
+		--with-sphinx-build=no
 CONFIGURE_ARGS+=--disable-anon \
 		--disable-cram \
 		--disable-digest \



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