Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:17:31 +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: r487346 - head/net/haproxy-devel
Message-ID:  <201812130617.wBD6HVrs066047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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