Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2022 19:03:46 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: 860ce9aee61a - main - security/picocrypt: Whitelist 64-bit archs
Message-ID:  <202209261903.28QJ3knH012930@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=860ce9aee61aacd34f0b1c29d54f44dd86168835

commit 860ce9aee61aacd34f0b1c29d54f44dd86168835
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-26 18:40:59 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-26 19:03:33 +0000

    security/picocrypt: Whitelist 64-bit archs
    
     - Upstream only supports 64-bit: whitelist 64-bit archs
    
    Reported by:    pkubaj
---
 security/picocrypt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile
index 94881c7797bc..b6ba97cb8842 100644
--- a/security/picocrypt/Makefile
+++ b/security/picocrypt/Makefile
@@ -9,8 +9,8 @@ WWW=		https://github.com/HACKERALERT/Picocrypt
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON=	upstream only supports 64-bit
+ONLY_FOR_ARCHS=	amd64 arm64 mips64 powerpc64 powerpc64le riscv64 sparc64
+ONLY_FOR_ARCHS_REASON=	upstream only supports 64-bit
 # https://github.com/HACKERALERT/Picocrypt/issues/127
 
 LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz



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