Date: Sat, 17 Oct 2020 17:30:37 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552602 - head/www/nginx Message-ID: <202010171730.09HHUbKJ086978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Oct 17 17:30:36 2020 New Revision: 552602 URL: https://svnweb.freebsd.org/changeset/ports/552602 Log: add "--with-compat" option to the configure script to enable dynamic modules compatibility. Sponsored by: Netzkommune GmbH Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Oct 17 17:29:04 2020 (r552601) +++ head/www/nginx/Makefile Sat Oct 17 17:30:36 2020 (r552602) @@ -59,7 +59,8 @@ CONFIGURE_ARGS+=--prefix=${ETCDIR} \ --sbin-path=${PREFIX}/sbin/nginx \ --pid-path=${NGINX_RUNDIR}/nginx.pid \ --error-log-path=${NGINX_ERRORLOG} \ - --user=${WWWOWN} --group=${WWWGRP} + --user=${WWWOWN} --group=${WWWGRP} \ + --with-compat ALL_TARGET= PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} NGINX_LOGDIR=${NGINX_LOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010171730.09HHUbKJ086978>