pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/flawz



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:08:11 UTC 2025

Modified Files:
        pkgsrc/security/flawz: Makefile

Log Message:
security/flawz: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/flawz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/flawz/Makefile
diff -u pkgsrc/security/flawz/Makefile:1.6 pkgsrc/security/flawz/Makefile:1.7
--- pkgsrc/security/flawz/Makefile:1.6  Fri Nov  8 08:59:24 2024
+++ pkgsrc/security/flawz/Makefile      Wed Apr  2 11:08:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/11/08 08:59:24 pin Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/02 11:08:11 pin Exp $
 
 DISTNAME=      flawz-0.3.0
 CATEGORIES=    security
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/orhun/flawz
 COMMENT=       TUI for browsing security vulnerabilities
 LICENSE=       mit OR apache-2.0
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.74.1



Home | Main Index | Thread Index | Old Index