pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spotifyd



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

Modified Files:
        pkgsrc/audio/spotifyd: Makefile

Log Message:
audio/spotifyd: not for 32bits


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/spotifyd/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/spotifyd/Makefile
diff -u pkgsrc/audio/spotifyd/Makefile:1.5 pkgsrc/audio/spotifyd/Makefile:1.6
--- pkgsrc/audio/spotifyd/Makefile:1.5  Wed Feb 12 06:44:30 2025
+++ pkgsrc/audio/spotifyd/Makefile      Wed Apr  2 09:58:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/02/12 06:44:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/02 09:58:58 pin Exp $
 
 DISTNAME=      spotifyd-0.3.5
 PKGREVISION=   3
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/Spotifyd/sp
 COMMENT=       Open source Spotify client running as a UNIX daemon
 LICENSE=       gnu-gpl-v3
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 # https://github.com/Spotifyd/spotifyd/issues/1308
 BROKEN=        "Waiting for a release supporting rust 1.80+"
 



Home | Main Index | Thread Index | Old Index