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:           Sun Dec  1 21:56:50 UTC 2024

Modified Files:
        pkgsrc/audio/spotifyd: Makefile

Log Message:
spotifyd: mark as broken

Does not build with Rust > 1.79


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/audio/spotifyd/Makefile:1.4
--- pkgsrc/audio/spotifyd/Makefile:1.3  Tue Jan 30 14:21:35 2024
+++ pkgsrc/audio/spotifyd/Makefile      Sun Dec  1 21:56:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/01/30 14:21:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/01 21:56:50 pin Exp $
 
 DISTNAME=      spotifyd-0.3.5
 PKGREVISION=   2
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/Spotifyd/sp
 COMMENT=       Open source Spotify client running as a UNIX daemon
 LICENSE=       gnu-gpl-v3
 
+# https://github.com/Spotifyd/spotifyd/issues/1308
+BROKEN=        "Waiting for a release supporting rust 1.80+"
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index