Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:50:53 +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: r487348 - head/net/haproxy17
Message-ID:  <201812130650.wBD6orXX082907@repo.freebsd.org>

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



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