svn commit: r514097 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Tue Oct 8 18:31:24 UTC 2019


Author: tijl
Date: Tue Oct  8 18:31:23 2019
New Revision: 514097
URL: https://svnweb.freebsd.org/changeset/ports/514097

Log:
  Let "make makesum" pass DISTFILES to "make fetch".  For Linux ports "make
  makesum" downloads distfiles for all supported architectures while "make
  fetch" only downloads files for the build architecture.
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Oct  8 17:48:27 2019	(r514096)
+++ head/Mk/bsd.port.mk	Tue Oct  8 18:31:23 2019	(r514097)
@@ -3875,7 +3875,7 @@ _CHECKSUM_INIT_ENV= \
 # checksum and sizes checks.
 makesum: check-sanity
 	@cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \
-			DISABLE_SIZE=yes
+			DISABLE_SIZE=yes DISTFILES="${DISTFILES}"
 	@${SETENV} \
 			${_CHECKSUM_INIT_ENV} \
 			dp_CHECKSUM_ALGORITHMS='${CHECKSUM_ALGORITHMS:tu}' \


More information about the svn-ports-head mailing list