pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/feluda



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:52:24 UTC 2025

Modified Files:
        pkgsrc/devel/feluda: Makefile

Log Message:
devel/feluda: not for i386


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

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

Modified files:

Index: pkgsrc/devel/feluda/Makefile
diff -u pkgsrc/devel/feluda/Makefile:1.6 pkgsrc/devel/feluda/Makefile:1.7
--- pkgsrc/devel/feluda/Makefile:1.6    Sat Mar 15 15:59:40 2025
+++ pkgsrc/devel/feluda/Makefile        Wed Apr  2 10:52:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/03/15 15:59:40 pin Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/02 10:52:24 pin Exp $
 
 DISTNAME=      feluda-1.5.2
 CATEGORIES=    devel
@@ -9,6 +9,9 @@ HOMEPAGE=       https://github.com/anistark/fe
 COMMENT=       Detect license usage restrictions in your project
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 SITES.wasi-0.11.0+wasi-snapshop-preview1.crate=        https://static.crates.io/crates/wasi/
 SITES.wasi-0.13.3+wasi-0.2.2.crate=            https://static.crates.io/crates/wasi/
 



Home | Main Index | Thread Index | Old Index