Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:11:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487345 - head/net/haproxy
Message-ID:  <201812130611.wBD6BP9V062706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec 13 06:11:24 2018
New Revision: 487345
URL: https://svnweb.freebsd.org/changeset/ports/487345

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

Modified:
  head/net/haproxy/Makefile

Modified: head/net/haproxy/Makefile
==============================================================================
--- head/net/haproxy/Makefile	Thu Dec 13 06:01:13 2018	(r487344)
+++ head/net/haproxy/Makefile	Thu Dec 13 06:11:24 2018	(r487345)
@@ -46,10 +46,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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812130611.wBD6BP9V062706>