From nobody Mon Nov 01 19:10:53 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A31E5182DDEB for ; Mon, 1 Nov 2021 19:10:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjjL5408Nz3Q8k for ; Mon, 1 Nov 2021 19:10:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A2FC16C69 for ; Mon, 1 Nov 2021 19:10:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1A1JArsr059339 for ; Mon, 1 Nov 2021 19:10:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1A1JArIb059338 for ports-bugs@FreeBSD.org; Mon, 1 Nov 2021 19:10:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249537] Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html Date: Mon, 01 Nov 2021 19:10:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N 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 AuthorDate: 2021-10-13 08:24:09 +0000 Commit: Tobias Kortkamp 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.=