pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q4] pkgsrc/audio/musicpd
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Jan 10 19:25:18 UTC 2021
Modified Files:
pkgsrc/audio/musicpd [pkgsrc-2020Q4]: Makefile
Log Message:
Pullup ticket #6394 - requested by nia
audio/musicpd: NetBSD/earm build fix
Revisions pulled up:
- audio/musicpd/Makefile 1.233
---
Module Name: pkgsrc
Committed By: nia
Date: Fri Jan 8 09:31:32 UTC 2021
Modified Files:
pkgsrc/audio/musicpd: Makefile
Log Message:
musicpd: Lower GCC requirement.
This is a build fix for NetBSD/earm...
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.230.2.1 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.230 pkgsrc/audio/musicpd/Makefile:1.230.2.1
--- pkgsrc/audio/musicpd/Makefile:1.230 Fri Dec 4 04:55:42 2020
+++ pkgsrc/audio/musicpd/Makefile Sun Jan 10 19:25:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2020/12/04 04:55:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.230.2.1 2021/01/10 19:25:18 bsiegert Exp $
DISTNAME= mpd-0.22.3
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
@@ -17,8 +17,14 @@ CONFLICTS= mpd-[0-9]*
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
-# c++17
-GCC_REQD+= 8
+# The upstream changelog recommends gcc8, but it compiles fine with 7.5.0
+# (NetBSD 9.1) using -std=c++17.
+#
+# Please be cautious of raising this requirement - mpd seems to adopt new C++
+# standards quickly. Notably, gcc8 from pkgsrc doesn't have support for
+# NetBSD/earmv7hf. gcc10 should, but fails for other reasons (TODO:
+# investigate).
+GCC_REQD+= 7
MESON_ARGS+= -Ddocumentation=enabled
Home |
Main Index |
Thread Index |
Old Index