pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/rex



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:54:21 UTC 2025

Modified Files:
        pkgsrc/finance/rex: Makefile

Log Message:
finance/rex: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/rex/Makefile

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

Modified files:

Index: pkgsrc/finance/rex/Makefile
diff -u pkgsrc/finance/rex/Makefile:1.14 pkgsrc/finance/rex/Makefile:1.15
--- pkgsrc/finance/rex/Makefile:1.14    Thu Nov 14 22:19:46 2024
+++ pkgsrc/finance/rex/Makefile Wed Apr  2 10:54:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/11/14 22:19:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/02 10:54:21 pin Exp $
 
 DISTNAME=      rex-0.1.18
 PKGREVISION=   3
@@ -12,6 +12,9 @@ HOMEPAGE=     https://github.com/TheRustyPic
 COMMENT=       TUI for keeping track of incomes and expenses
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index