Date: Mon, 01 Nov 2021 19:10:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249537] Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html Message-ID: <bug-249537-7788-c81ZEUPnez@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249537-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-249537-7788@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=3D249537 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D8d07ec826a7af0500b5982aed7327fa= 3f7efeca8 commit 8d07ec826a7af0500b5982aed7327fa3f7efeca8 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2021-10-13 08:24:09 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-11-01 19:01:08 +0000 Mk/bsd.port.mk: Fix makesum for ports that override MASTER_SITES in make(makesum) fba040e62bff04323a29d5ad2e21f516b18e9bb4 broke makesum for ports that conditionally override MASTER_SITES in a make(makesum) block to simplify maintenance like lang/python-doc-html or devel/freebsd-sysroot where it is impractical to just statically list all possible MASTER_SITES. It also broke USES=3Dlinux ports that do the same for DISTFILES. The breakage with DISTFILES was fixed in 50d2c82e016fd176868cdc6e4befa606fa61c50e by explicitly passing it to the sub-make fetch. Do the same with MASTER_SITES and PATCH_SITES so we do not have to workaround this with .MAKEFLAGS or .export. PR: 249537 Approved by: portmgr (implicit) Mk/bsd.port.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --=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-249537-7788-c81ZEUPnez>