git: 9a7faada9222 - main - security/cyrus-sasl2: Disable sphinx build.

Hajimu UMEMOTO ume at FreeBSD.org
Sun Aug 22 12:12:13 UTC 2021


The branch main has been updated by ume:

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

commit 9a7faada9222f97a8acdc61602fbf38017881dc6
Author:     Hajimu UMEMOTO <ume at FreeBSD.org>
AuthorDate: 2021-08-22 12:05:07 +0000
Commit:     Hajimu UMEMOTO <ume at 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 \


More information about the dev-commits-ports-main mailing list