aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>2024-06-12 15:00:28 +0000
committerNeel Chauhan <nc@FreeBSD.org>2024-06-12 16:41:33 +0000
commit7713e29b3341551f2b126f4ea55781ad72465ab8 (patch)
treeee18178ba4f2aff93a18ae0280ed806dcca50d68
parent7a4652bf423b7aa77353dd226633ac27d2b393da (diff)
downloadports-7713e29b3341551f2b126f4ea55781ad72465ab8.tar.gz
ports-7713e29b3341551f2b126f4ea55781ad72465ab8.zip
www/rustypaste*: Mark BROKEN on i386
-rw-r--r--www/rustypaste-cli/Makefile2
-rw-r--r--www/rustypaste/Makefile2
2 files changed, 4 insertions, 0 deletions
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