svn commit: r519806 - head/ftp/curl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 11 14:09:58 UTC 2019


Author: amdmi3
Date: Wed Dec 11 14:09:57 2019
New Revision: 519806
URL: https://svnweb.freebsd.org/changeset/ports/519806

Log:
  - Mark BROKEN with WOLFSSL - does not build neither with 3.13.0 nor with pending update to 4.2.0
  
  Approved by:	portmgr blanket

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Wed Dec 11 14:09:42 2019	(r519805)
+++ head/ftp/curl/Makefile	Wed Dec 11 14:09:57 2019	(r519806)
@@ -139,6 +139,7 @@ THREADED_RESOLVER_CONFIGURE_ENABLE=	pthreads threaded-
 TLS_SRP_CONFIGURE_ENABLE=	tls-srp
 WOLFSSL_CONFIGURE_WITH=	wolfssl
 WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
+WOLFSSL_BROKEN=		does not build
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list