git: b90d862ffc78 - main - security/arti: Exclude i386 arch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Sep 2023 16:28:39 UTC
The branch main has been updated by cs:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b90d862ffc78462399c4944e4b0cc77ddac8c44c
commit b90d862ffc78462399c4944e4b0cc77ddac8c44c
Author: Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-09-10 16:28:19 +0000
Commit: Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-09-10 16:28:19 +0000
security/arti: Exclude i386 arch
---
security/arti/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/arti/Makefile b/security/arti/Makefile
index 4aa1ad446462..3d0ceb573d8d 100644
--- a/security/arti/Makefile
+++ b/security/arti/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arti
DISTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= cs@FreeBSD.org
@@ -8,6 +9,8 @@ WWW= https://arti.torproject.org/
LICENSE= MIT
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON=Zeroize crate does not support i386
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo sqlite ssl