Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2021 02:01:02 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39829be24434 - main - sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
Message-ID:  <202112160201.1BG212ld074150@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39829be24434cd5258d1536be6b5e95e213a2952

commit 39829be24434cd5258d1536be6b5e95e213a2952
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 01:59:40 +0000

    sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
    
    PR:             260463
---
 sysutils/pefs-kmod/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
index 91d03214e5b8..9ce442120576 100644
--- a/sysutils/pefs-kmod/Makefile
+++ b/sysutils/pefs-kmod/Makefile
@@ -11,7 +11,7 @@ COMMENT=	PEFS kernel level stacked cryptographic filesystem
 
 LICENSE=	BSD2CLAUSE
 
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112160201.1BG212ld074150>