pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nostui



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

Modified Files:
        pkgsrc/net/nostui: Makefile

Log Message:
net/nostui: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nostui/Makefile

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

Modified files:

Index: pkgsrc/net/nostui/Makefile
diff -u pkgsrc/net/nostui/Makefile:1.2 pkgsrc/net/nostui/Makefile:1.3
--- pkgsrc/net/nostui/Makefile:1.2      Thu Mar 28 21:37:00 2024
+++ pkgsrc/net/nostui/Makefile  Wed Apr  2 11:01:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/03/28 21:37:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/02 11:01:13 pin Exp $
 
 DISTNAME=      nostui-0.1.0
 CATEGORIES=    net
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/akiomik/nos
 COMMENT=       TUI client for Nostr
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index