Date: Thu, 16 Dec 2021 02:03:54 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 0a7ee2e9276b - 2021Q4 - sysutils/pefs-kmod: Add aarch64 to the list of supported architectures Message-ID: <202112160203.1BG23sNR074477@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a7ee2e9276ba644a406484c8f41435777f149a6 commit 0a7ee2e9276ba644a406484c8f41435777f149a6 Author: Daniel O'Connor <darius@dons.net.au> AuthorDate: 2021-12-16 01:59:40 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-12-16 02:03:25 +0000 sysutils/pefs-kmod: Add aarch64 to the list of supported architectures PR: 260463 (cherry picked from commit 39829be24434cd5258d1536be6b5e95e213a2952) --- sysutils/pefs-kmod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 5999a1afca9d..9ce442120576 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -11,8 +11,9 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 -ONLY_FOR_ARCHS_REASON= untested on any other arch +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS_REASON= untested on any other architecture + # PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS BROKEN_FreeBSD_14= crashes on mount due to INVARIANTS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112160203.1BG23sNR074477>