Date: Tue, 02 Jun 2026 20:37:06 +0000 From: Stefa=?utf-8?Q?n E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d63bde80a0e - main - security/hashcat: on arm64 add build dependency on sse2neon Message-ID: <6a1f3ef2.386c1.6b90c9b4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d63bde80a0e9bce6fd647f426d330069910eba0 commit 9d63bde80a0e9bce6fd647f426d330069910eba0 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2026-06-02 20:31:21 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2026-06-02 20:31:21 +0000 security/hashcat: on arm64 add build dependency on sse2neon An attempt to fix the build on arm64, not tested since the build is not possible in poudriere testport in arm64 emulation on my amd64 system (the build dependency rust cannot be built with qemu-user-static). --- security/hashcat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile index 7c0e85b7583e..ccab4f088992 100644 --- a/security/hashcat/Makefile +++ b/security/hashcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= hashcat PORTVERSION= 7.1.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= security @@ -17,6 +17,9 @@ NOT_FOR_ARCHS_REASON= highly optimized for specific CPUs BUILD_DEPENDS= minizip:archivers/minizip \ rustc:lang/${RUST_DEFAULT} +.if ${ARCH} == arm64 +BUILD_DEPENDS+= sse2neon>=1:devel/sse2neon +.endif LIB_DEPENDS= libiconv.so:converters/libiconv USES= cargo compiler:c++11-lang gmake iconv localbase \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1f3ef2.386c1.6b90c9b4>
