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

Dmitry Sivachenko demon at FreeBSD.org
Mon Nov 14 13:10:35 UTC 2016


Author: demon
Date: Mon Nov 14 13:10:34 2016
New Revision: 426105
URL: https://svnweb.freebsd.org/changeset/ports/426105

Log:
  Force FreeBSD-9 to use OpenSSL from ports because support for OpenSSL-0.9.x was dropped.

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Mon Nov 14 11:26:59 2016	(r426104)
+++ head/net/haproxy-devel/Makefile	Mon Nov 14 13:10:34 2016	(r426105)
@@ -62,6 +62,9 @@ IGNORE?=	enable PCRE support to use Devi
 .if ${PORT_OPTIONS:MOPENSSL}
 USES+=		ssl
 MAKE_ARGS+=	USE_OPENSSL=1
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+WITH_OPENSSL_PORT=	yes
+.endif
 .endif
 
 .if ${PORT_OPTIONS:MLUA}


More information about the svn-ports-head mailing list