svn commit: r446626 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Tue Jul 25 20:51:11 UTC 2017


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)


More information about the svn-ports-all mailing list