Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 10:45:28 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6a123f20d383 - main - security/picocrypt: Fix ONLY_FOR_ARCHS arm64 -> aarch64
Message-ID:  <202306131045.35DAjSlj060796@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a123f20d38315570ac3061a008c950cfff211c7

commit 6a123f20d38315570ac3061a008c950cfff211c7
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-06-13 10:43:38 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-06-13 10:45:11 +0000

    security/picocrypt: Fix ONLY_FOR_ARCHS arm64 -> aarch64
---
 security/picocrypt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile
index c14d7a0b14a9..997d49113637 100644
--- a/security/picocrypt/Makefile
+++ b/security/picocrypt/Makefile
@@ -9,7 +9,7 @@ WWW=		https://github.com/HACKERALERT/Picocrypt
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-ONLY_FOR_ARCHS=	amd64 arm64 mips64 powerpc64 powerpc64le riscv64 sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 mips64 powerpc64 powerpc64le riscv64 sparc64
 ONLY_FOR_ARCHS_REASON=	upstream only supports 64-bit
 # https://github.com/HACKERALERT/Picocrypt/issues/127
 


home | help

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