pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/musicpd
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 1 21:51:20 UTC 2021
Modified Files:
pkgsrc/audio/musicpd: options.mk
Log Message:
musicpd: switch (default-off) upnp option to libnpupnp
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/musicpd/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/musicpd/options.mk
diff -u pkgsrc/audio/musicpd/options.mk:1.38 pkgsrc/audio/musicpd/options.mk:1.39
--- pkgsrc/audio/musicpd/options.mk:1.38 Mon Nov 1 09:51:07 2021
+++ pkgsrc/audio/musicpd/options.mk Mon Nov 1 21:51:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2021/11/01 09:51:07 wiz Exp $
+# $NetBSD: options.mk,v 1.39 2021/11/01 21:51:20 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd
@@ -231,10 +231,8 @@ MESON_ARGS+= -Dvorbis=disabled
MESON_ARGS+= -Dvorbisenc=disabled
.endif
-# should switch to libnpupnp, not packaged yet
-# waiting for release https://framagit.org/medoc92/npupnp/-/issues/20
.if !empty(PKG_OPTIONS:Mupnp)
-. include "../../net/libupnp/buildlink3.mk"
+. include "../../net/libnpupnp/buildlink3.mk"
.else
MESON_ARGS+= -Dupnp=disabled
.endif
Home |
Main Index |
Thread Index |
Old Index