From owner-svn-ports-head@freebsd.org Thu Jun 16 22:17:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74FD3A7393E; Thu, 16 Jun 2016 22:17:51 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA799196F; Thu, 16 Jun 2016 22:17:50 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 7166c98d TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 16 Jun 2016 16:17:22 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r416983 - in head/www: nginx nginx-devel From: Adam Weinberger In-Reply-To: <201606162212.u5GMC2Fw072753@repo.freebsd.org> Date: Thu, 16 Jun 2016 16:17:40 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1C5B70AC-75B7-4949-A30D-9CA6034714A8@adamw.org> References: <201606162212.u5GMC2Fw072753@repo.freebsd.org> To: "Sergey A. Osokin" X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 22:17:51 -0000 > On 16 Jun, 2016, at 16:12, Sergey A. Osokin 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