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:           Thu Apr 10 13:14:12 UTC 2025

Modified Files:
        pkgsrc/finance/rex: Makefile

Log Message:
finance/rex: doesn't need sse2


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/finance/rex/Makefile:1.17
--- pkgsrc/finance/rex/Makefile:1.16    Fri Apr  4 20:04:33 2025
+++ pkgsrc/finance/rex/Makefile Thu Apr 10 13:14:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/04/04 20:04:33 pin Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/10 13:14:12 pin Exp $
 
 DISTNAME=      rex-0.1.18
 PKGREVISION=   3
@@ -12,9 +12,6 @@ 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