Date: Tue, 8 Oct 2019 18:31:23 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514097 - head/Mk Message-ID: <201910081831.x98IVNv8075624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910081831.x98IVNv8075624>