Date: Tue, 25 Jul 2017 20:51:10 +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: r446626 - head/www/nginx Message-ID: <201707252051.v6PKpAYN082476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Tue Jul 25 20:51:09 2017 New Revision: 446626 URL: https://svnweb.freebsd.org/changeset/ports/446626 Log: - Fix the makesum target, so that all distfiles are considered Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D11699 Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Jul 25 20:42:02 2017 (r446625) +++ head/www/nginx/Makefile Tue Jul 25 20:51:09 2017 (r446626) @@ -135,6 +135,11 @@ OPTIONS_DEFAULT?=DSO FILE_AIO HTTP HTTP_ADDITION HTTP_ HTTPV2 MAIL MAIL_SSL STREAM STREAM_SSL STREAM_SSL_PREREAD \ THREADS WWW +# If the target is makesum, make sure that every distfile is fetched. +.if ${.TARGETS:Mmakesum} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +.endif + DSO_DESC= Enable dynamic modules support DEBUG_DESC= Build with debugging support DEBUGLOG_DESC= Enable debug log (--with-debug)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707252051.v6PKpAYN082476>