Re: git: a29e9ae256a5 - main - security/picocrypt: Update i386 broken reason message
Date: Sun, 25 Sep 2022 21:15:57 UTC
Why not disable on other 32-bit architectures?
On 22-09-25 21:14:08, Nuno Teixeira wrote:
> 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
>