pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/termusic



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 09:59:40 UTC 2025

Modified Files:
        pkgsrc/audio/termusic: Makefile

Log Message:
audio/termusic: not for 32bits


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/audio/termusic/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/termusic/Makefile
diff -u pkgsrc/audio/termusic/Makefile:1.62 pkgsrc/audio/termusic/Makefile:1.63
--- pkgsrc/audio/termusic/Makefile:1.62 Wed Mar 12 13:27:41 2025
+++ pkgsrc/audio/termusic/Makefile      Wed Apr  2 09:59:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2025/03/12 13:27:41 pin Exp $
+# $NetBSD: Makefile,v 1.63 2025/04/02 09:59:40 pin Exp $
 
 DISTNAME=      termusic-0.10.0
 CATEGORIES=    audio
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/tramhao/ter
 COMMENT=       Music Player TUI written in Rust
 LICENSE=       mit AND gnu-gpl-v3
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.79.0



Home | Main Index | Thread Index | Old Index