pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hackernews-tui



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:14:09 UTC 2025

Modified Files:
        pkgsrc/www/hackernews-tui: Makefile

Log Message:
www/hackernews-tui: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/hackernews-tui/Makefile

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

Modified files:

Index: pkgsrc/www/hackernews-tui/Makefile
diff -u pkgsrc/www/hackernews-tui/Makefile:1.26 pkgsrc/www/hackernews-tui/Makefile:1.27
--- pkgsrc/www/hackernews-tui/Makefile:1.26     Tue Oct 22 03:40:12 2024
+++ pkgsrc/www/hackernews-tui/Makefile  Wed Apr  2 11:14:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/10/22 03:40:12 pin Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/02 11:14:09 pin Exp $
 
 DISTNAME=      hackernews-TUI-0.13.5
 PKGNAME=       ${DISTNAME:tl}
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/aome510/hac
 COMMENT=       Terminal UI to browse Hacker News
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}



Home | Main Index | Thread Index | Old Index