pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2020Q4]: pkgsrc/audio/musicpd Pullup ticket #6394 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a82c05474606
branches:  pkgsrc-2020Q4
changeset: 444610:a82c05474606
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jan 10 19:25:18 2021 +0000

description:
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...

diffstat:

 audio/musicpd/Makefile |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 40b302430650 -r a82c05474606 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Sun Jan 10 19:24:11 2021 +0000
+++ b/audio/musicpd/Makefile    Sun Jan 10 19:25:18 2021 +0000
@@ -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 @@
 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