Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 21:14:08 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: a29e9ae256a5 - main - security/picocrypt: Update i386 broken reason message
Message-ID:  <202209252114.28PLE8lJ079144@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=a29e9ae256a5ce7825e798b6701a1803a6ee4e76

commit a29e9ae256a5ce7825e798b6701a1803a6ee4e76
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-25 21:12:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-25 21:12:24 +0000

    security/picocrypt: Update i386 broken reason message
---
 security/picocrypt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile
index 153ec8b94189..94881c7797bc 100644
--- a/security/picocrypt/Makefile
+++ b/security/picocrypt/Makefile
@@ -10,8 +10,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON=	Picocrypt.go:53:11: cannot use 1 << 40 (untyped int constant 1099511627776) as int value in variable declaration (overflows) \
-			https://github.com/HACKERALERT/Picocrypt/issues/127
+NOT_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?202209252114.28PLE8lJ079144>