svn commit: r416983 - in head/www: nginx nginx-devel

Adam Weinberger adamw at adamw.org
Thu Jun 16 22:17:51 UTC 2016


> On 16 Jun, 2016, at 16:12, Sergey A. Osokin <osa at FreeBSD.org> wrote:
> 
> Author: osa
> Date: Thu Jun 16 22:12:02 2016
> New Revision: 416983
> URL: https://svnweb.freebsd.org/changeset/ports/416983
> 
> Log:
>  Replace WITH_OPENSSL_PORT=yes to DEFAULT_VERSIONS+=ssl=openssl after r416965.
>  Non-functional change.
> 
> Modified:
>  head/www/nginx-devel/Makefile
>  head/www/nginx/Makefile
> 
> Modified: head/www/nginx-devel/Makefile
> ==============================================================================
> --- 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?=${WWWGRP}
> .if defined(NGINX_OPENSSL)
> USE_OPENSSL=	yes
> .if ${OSVERSION} < 1100000
> -WITH_OPENSSL_PORT=yes
> +DEFAULT_VERSIONS+=ssl=openssl
> .endif
> .endif
> 
> 
> Modified: head/www/nginx/Makefile
> ==============================================================================
> --- 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?=${WWWGRP}
> .if defined(NGINX_OPENSSL)
> USE_OPENSSL=	yes
> .if ${OSVERSION} < 1100000
> -WITH_OPENSSL_PORT=yes
> +DEFAULT_VERSIONS+=ssl=openssl
> .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= ssl=libressl ssl=openssl

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-head mailing list