Date: Wed, 25 May 2016 15:59:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208916] Extract some targets into separate scripts Message-ID: <bug-208916-13-4xd8nAoGSj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208916-13@https.bugs.freebsd.org/bugzilla/> References: <bug-208916-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208916 --- Comment #24 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Wed May 25 15:58:32 UTC 2016 New revision: 415842 URL: https://svnweb.freebsd.org/changeset/ports/415842 Log: Extract the larger bsd.port.mk targets into separate scripts. Refactor all the fetch code so that there are not 6 slightly different versions of it but one that does it all. The targets that have been extracted are: - check-vulnerable - do-fetch - fetch-list - fetch-url-list-int - fetch-urlall-list - checksum. - makesum. - check-checksum-algorithms Run the fetch code directly from make makesum instead of calling make fetch, this is because some port change the options with OPTIONS_*_FORCE when make(makesum) to be able to add all distfiles in one go, which was a nice, non working, idea. PR: 208916 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5997 Changes: head/Mk/Scripts/check-vulnerable.sh head/Mk/Scripts/checksum.sh head/Mk/Scripts/do-fetch.sh head/Mk/Scripts/functions.sh head/Mk/Scripts/makesum.sh head/Mk/bsd.port.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208916-13-4xd8nAoGSj>