git: 2eaba27f4106 - main - devel/freebsd-sysroot: specifically set triple for powerpc64 to unbreak lang/rust-bootstrap@powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 06:55:32 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2eaba27f41068a21432470ffa0ed524393ef85d1 commit 2eaba27f41068a21432470ffa0ed524393ef85d1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-19 00:19:17 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-19 06:55:26 +0000 devel/freebsd-sysroot: specifically set triple for powerpc64 to unbreak lang/rust-bootstrap@powerpc64 --- devel/freebsd-sysroot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile index a8a39042cfc6..147997e826aa 100644 --- a/devel/freebsd-sysroot/Makefile +++ b/devel/freebsd-sysroot/Makefile @@ -1,5 +1,6 @@ PORTNAME= freebsd-sysroot DISTVERSION= a2023-12-30 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \ LOCAL/rust:${FLAVOR} @@ -65,6 +66,7 @@ _SYSROOT_ARCH_amd64= x86_64 _SYSROOT_ARCH_i386= i686 _SYSROOT_LLVM_TRIPLE= ${_SYSROOT_LLVM_TRIPLE_${FLAVOR}:U${_SYSROOT_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}} _SYSROOT_LLVM_TRIPLE_armv7= armv7-unknown-freebsd13.2-gnueabihf +_SYSROOT_LLVM_TRIPLE_powerpc64= powerpc64-unknown-freebsd13.2 .if make(distclean) || make(makesum) MASTER_SITES:= ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@}