summaryrefslogtreecommitdiff
path: root/audio/musicpd/Makefile
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-01-05 12:43:46 +0000
committertriaxx <triaxx@pkgsrc.org>2019-01-05 12:43:46 +0000
commitcf0eba683510a2663a901dc8cc5bc42d9a35e322 (patch)
tree33b26cace38b61f5e378eb7928768ad7430b75ae /audio/musicpd/Makefile
parent61c2b09490ff9edc7b6d5f73eed15ec4b6eae600 (diff)
downloadpkgsrc-cf0eba683510a2663a901dc8cc5bc42d9a35e322.tar.gz
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
Diffstat (limited to 'audio/musicpd/Makefile')
-rw-r--r--audio/musicpd/Makefile7
1 files changed, 3 insertions, 4 deletions
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__