git: 7713e29b3341 - main - www/rustypaste*: Mark BROKEN on i386

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Wed, 12 Jun 2024 20:41:41 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7713e29b3341551f2b126f4ea55781ad72465ab8

commit 7713e29b3341551f2b126f4ea55781ad72465ab8
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-06-12 15:00:28 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2024-06-12 16:41:33 +0000

    www/rustypaste*: Mark BROKEN on i386
    
    reference#1: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pbe0f24e23b1e_se754909cb0a/logs/rustypaste-0.15.0.log
    reference#2: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pbe0f24e23b1e_se754909cb0a/logs/rustypaste-cli-0.9.0.log
    
    PR:     279697
---
 www/rustypaste-cli/Makefile | 2 ++
 www/rustypaste/Makefile     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile
index 683683101658..16de753ea15d 100644
--- a/www/rustypaste-cli/Makefile
+++ b/www/rustypaste-cli/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/orhun/rustypaste-cli
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error[E0080]: evaluation of constant value failed
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	orhun
diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile
index 5e0f2c25b22a..41875b37449f 100644
--- a/www/rustypaste/Makefile
+++ b/www/rustypaste/Makefile
@@ -10,6 +10,8 @@ WWW=		https://blog.orhun.dev/blazingly-fast-file-sharing
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error[E0080]: evaluation of constant value failed
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		cargo