pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncspot



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 09:57:31 UTC 2025

Modified Files:
        pkgsrc/audio/ncspot: Makefile

Log Message:
audio/ncspot: not for 32bits


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/audio/ncspot/Makefile

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

Modified files:

Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.76 pkgsrc/audio/ncspot/Makefile:1.77
--- pkgsrc/audio/ncspot/Makefile:1.76   Wed Feb 12 06:44:26 2025
+++ pkgsrc/audio/ncspot/Makefile        Wed Apr  2 09:57:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2025/02/12 06:44:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2025/04/02 09:57:31 pin Exp $
 
 DISTNAME=      ncspot-1.2.2
 PKGREVISION=   1
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/hrkfdn/ncsp
 COMMENT=       Cross-platform ncurses Spotify client written in Rust
 LICENSE=       2-clause-bsd
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
 



Home | Main Index | Thread Index | Old Index