pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/inlyne



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

Modified Files:
        pkgsrc/textproc/inlyne: Makefile

Log Message:
textproc/inlyne: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/inlyne/Makefile

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

Modified files:

Index: pkgsrc/textproc/inlyne/Makefile
diff -u pkgsrc/textproc/inlyne/Makefile:1.12 pkgsrc/textproc/inlyne/Makefile:1.13
--- pkgsrc/textproc/inlyne/Makefile:1.12        Thu Feb  6 11:26:29 2025
+++ pkgsrc/textproc/inlyne/Makefile     Wed Apr  2 11:13:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/02/06 11:26:29 pin Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/02 11:13:17 pin Exp $
 
 DISTNAME=      inlyne-0.5.0
 CATEGORIES=    textproc
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/Inlyne-Proj
 COMMENT=       GPU powered, browserless, markdown and html viewer
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index