Date: Tue, 22 Sep 2020 21:56:23 +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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249537 Bug ID: 249537 Summary: Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: leres@freebsd.org CC: ports-bugs@FreeBSD.org @dbaio reported that "make makesum" was not working for lang/python-doc-htm= l. This was something I had fixed last year via r492965. r513191 does some cleanup of bsd.prog.mk: Reduce code duplication by calling fetch target when converting the do-fetch target to proper scripting we lost the ability to overwrite do-fetch when running make makesum. as reported here:=20 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215530 Let's call again do-fetch directly instead of duplicating its content This was a nice cleanup but broke makesum lang/python-doc-html and also some linux ports resulting in r514097: Let "make makesum" pass DISTFILES to "make fetch". For Linux=20 ports "make makesum" downloads distfiles for all supported architectures while "make fetch" only downloads files for the build architecture. This partially fixed lang/python-doc-html but MASTER_SITES also needs to be passed down to the sub-make; here's a patch to do that. --=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>