Date: Thu, 16 Jun 2016 16:17:40 -0600 From: Adam Weinberger <adamw@adamw.org> To: "Sergey A. Osokin" <osa@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416983 - in head/www: nginx nginx-devel Message-ID: <1C5B70AC-75B7-4949-A30D-9CA6034714A8@adamw.org> In-Reply-To: <201606162212.u5GMC2Fw072753@repo.freebsd.org> References: <201606162212.u5GMC2Fw072753@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 16 Jun, 2016, at 16:12, Sergey A. Osokin <osa@FreeBSD.org> wrote: >=20 > Author: osa > Date: Thu Jun 16 22:12:02 2016 > New Revision: 416983 > URL: https://svnweb.freebsd.org/changeset/ports/416983 >=20 > Log: > Replace WITH_OPENSSL_PORT=3Dyes to DEFAULT_VERSIONS+=3Dssl=3Dopenssl = after r416965. > Non-functional change. >=20 > Modified: > head/www/nginx-devel/Makefile > head/www/nginx/Makefile >=20 > Modified: head/www/nginx-devel/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/nginx-devel/Makefile Thu Jun 16 22:11:49 2016 = (r416982) > +++ head/www/nginx-devel/Makefile Thu Jun 16 22:12:02 2016 = (r416983) > @@ -1114,7 +1114,7 @@ GROUPS?=3D${WWWGRP} > .if defined(NGINX_OPENSSL) > USE_OPENSSL=3D yes > .if ${OSVERSION} < 1100000 > -WITH_OPENSSL_PORT=3Dyes > +DEFAULT_VERSIONS+=3Dssl=3Dopenssl > .endif > .endif >=20 >=20 > Modified: head/www/nginx/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/nginx/Makefile Thu Jun 16 22:11:49 2016 = (r416982) > +++ head/www/nginx/Makefile Thu Jun 16 22:12:02 2016 = (r416983) > @@ -1111,7 +1111,7 @@ GROUPS?=3D${WWWGRP} > .if defined(NGINX_OPENSSL) > USE_OPENSSL=3D yes > .if ${OSVERSION} < 1100000 > -WITH_OPENSSL_PORT=3Dyes > +DEFAULT_VERSIONS+=3Dssl=3Dopenssl > .endif > .endif Hi Sergey, Am I reading this wrong, or does this change break nginx for users of = libressl, or libressl-devel, or openssl-devel? Now I have DEFAULT_VERSIONS=3D ssl=3Dlibressl ssl=3Dopenssl # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1C5B70AC-75B7-4949-A30D-9CA6034714A8>