svn commit: r487348 - head/net/haproxy17

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 13 06:50:54 UTC 2018


Author: tobik
Date: Thu Dec 13 06:50:53 2018
New Revision: 487348
URL: https://svnweb.freebsd.org/changeset/ports/487348

Log:
  net/haproxy17 builds fine with OpenSSL 1.1.1
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/haproxy17-1.7.11.log

Modified:
  head/net/haproxy17/Makefile

Modified: head/net/haproxy17/Makefile
==============================================================================
--- head/net/haproxy17/Makefile	Thu Dec 13 06:34:18 2018	(r487347)
+++ head/net/haproxy17/Makefile	Thu Dec 13 06:50:53 2018	(r487348)
@@ -50,10 +50,6 @@ LUA_MAKE_ARGS=		USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LI
 MAKE_ARGS+=	USE_REGPARM=1
 .endif
 
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
-BROKEN=		Does not build with openssl111
-.endif
-
 post-build:
 	cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV}
 


More information about the svn-ports-head mailing list