git: 46d53485d0ba - main - devel/freebsd-sysroot: Drop MASTER_SITES workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 19:09:47 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=46d53485d0bab3225dab27bac82ec6a382478626 commit 46d53485d0bab3225dab27bac82ec6a382478626 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-13 11:59:48 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-11-01 19:01:09 +0000 devel/freebsd-sysroot: Drop MASTER_SITES workaround The bug that made that necessary has been squashed. PR: 249537 --- devel/freebsd-sysroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile index 2d0912328e79..7a33993aa159 100644 --- a/devel/freebsd-sysroot/Makefile +++ b/devel/freebsd-sysroot/Makefile @@ -89,7 +89,7 @@ _SYSROOT_LLVM_TRIPLE_armv7= armv7-unknown-freebsd12.2-gnueabihf _SYSROOT_LLVM_TRIPLE_powerpc= powerpc-unknown-freebsd13.0 # secure-plt .if make(distclean) || make(makesum) -.MAKEFLAGS: MASTER_SITES="${FLAVORS:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@:O:u:q}" # PR 249537 +MASTER_SITES:= ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@} DISTFILES:= ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -V'DISTFILES'!}@} .endif