pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oculante



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:55:40 UTC 2025

Modified Files:
        pkgsrc/graphics/oculante: Makefile

Log Message:
graphics/oculante: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/oculante/Makefile

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

Modified files:

Index: pkgsrc/graphics/oculante/Makefile
diff -u pkgsrc/graphics/oculante/Makefile:1.90 pkgsrc/graphics/oculante/Makefile:1.91
--- pkgsrc/graphics/oculante/Makefile:1.90      Mon Jan 13 20:31:57 2025
+++ pkgsrc/graphics/oculante/Makefile   Wed Apr  2 10:55:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2025/01/13 20:31:57 pin Exp $
+# $NetBSD: Makefile,v 1.91 2025/04/02 10:55:39 pin Exp $
 
 DISTNAME=      oculante-0.9.2
 CATEGORIES=    graphics
@@ -9,6 +9,9 @@ HOMEPAGE=       https://github.com/woelper/ocu
 COMMENT=       Minimalistic crossplatform image viewer written in rust
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 SITES.spirv-0.3.0+sdk-1.3.268.0.crate= https://static.crates.io/crates/spirv/
 
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake



Home | Main Index | Thread Index | Old Index