svn commit: r487346 - head/net/haproxy-devel

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 13 06:17:31 UTC 2018


Author: tobik
Date: Thu Dec 13 06:17:30 2018
New Revision: 487346
URL: https://svnweb.freebsd.org/changeset/ports/487346

Log:
  net/haproxy-devel builds fine with OpenSSL 1.1.1
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/haproxy-devel-1.9.d7.log

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Thu Dec 13 06:11:24 2018	(r487345)
+++ head/net/haproxy-devel/Makefile	Thu Dec 13 06:17:30 2018	(r487346)
@@ -49,10 +49,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-all mailing list