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

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 15 00:25:35 UTC 2016


On Mon, Nov 14, 2016 at 01:10:34PM +0000, Dmitry Sivachenko wrote:
> 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.
> 
> [...]
>  MAKE_ARGS+=	USE_OPENSSL=1
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000

IIUC, transition from 0.9 -> 1.0 occured in r238405, which means OSVERSION
check should be against 1000015, not 1000000.

https://svnweb.freebsd.org/base?view=revision&revision=238405

> +WITH_OPENSSL_PORT=	yes
> +.endif

./danfe


More information about the svn-ports-all mailing list