From cf0eba683510a2663a901dc8cc5bc42d9a35e322 Mon Sep 17 00:00:00 2001 From: triaxx Date: Sat, 5 Jan 2019 12:43:46 +0000 Subject: musicpd: update to 0.21.4 Now GCC6 is required Upstream changes: ver 0.21.4 (2019/01/04) * database - inotify: fix crash bug "terminate called after throwing ..." - upnp: implement "list ... group" * output - httpd: declare protocol "HTTP/1.1" instead of "ICY" * remove libwrap support * Windows - fix "Failed to accept connection: unknown error" * fix Haiku build --- audio/musicpd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'audio/musicpd/Makefile') diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 2d36c583dfa..a0742f66c1c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $ +# $NetBSD: Makefile,v 1.179 2019/01/05 12:43:46 triaxx Exp $ -DISTNAME= mpd-0.21.3 +DISTNAME= mpd-0.21.4 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.21/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} @@ -22,7 +21,7 @@ USE_LANGUAGES= c c++ MESON_ARGS+= -Ddocumentation=true # c++14 -GCC_REQD+= 4.9 +GCC_REQD+= 6 CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -- cgit v1.2.3