Date: Sat, 18 Dec 2021 19:08:54 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 23b31964fc8f - main - lang/rust-bootstrap: enable on powerpc64le Message-ID: <202112181908.1BIJ8s6x001598@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=23b31964fc8f2d63f4d48f00e53898f7778dd202 commit 23b31964fc8f2d63f4d48f00e53898f7778dd202 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-18 19:06:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-18 19:06:38 +0000 lang/rust-bootstrap: enable on powerpc64le All the flavors build fine. --- lang/rust-bootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index f8e7869e9e39..4dae6430264f 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -18,7 +18,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64le ONLY_FOR_ARCHS_REASON= untested on other architectures BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112181908.1BIJ8s6x001598>