svn commit: r455739 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 7 16:53:07 UTC 2017


Author: sunpoet
Date: Thu Dec  7 16:53:06 2017
New Revision: 455739
URL: https://svnweb.freebsd.org/changeset/ports/455739

Log:
  Disable brotli support to fix build with old brotli installed
  
  Brotli support will be added as an option after archivers/brotli being updated
  to a newer version.
  
  PR:             224072
  Reported by:    mi

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Thu Dec  7 16:40:20 2017	(r455738)
+++ head/ftp/curl/Makefile	Thu Dec  7 16:53:06 2017	(r455739)
@@ -35,7 +35,7 @@ TLS_SRP_DESC=		TLS-SRP (Secure Remote Password) suppor
 CONFIGURE_ARGS=	--disable-werror \
 		--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
 		--with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \
-		--without-axtls
+		--without-axtls --without-brotli
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE} \
 		ac_cv_func_SSLv2_client_method=no
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list