Received: by mail.netbsd.org (Postfix, from userid 605) id D82F684D9B; Sat, 12 Jan 2019 09:32:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A60584D41 for ; Sat, 12 Jan 2019 09:32:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Exg9xjkoVWOw for ; Sat, 12 Jan 2019 09:32:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8FFD584D2A for ; Sat, 12 Jan 2019 09:32:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83509FB16; Sat, 12 Jan 2019 09:32:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154728552925940" MIME-Version: 1.0 Date: Sat, 12 Jan 2019 09:32:09 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2018Q4] pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20190112093209.83509FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154728552925940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Jan 12 09:32:09 UTC 2019 Modified Files: pkgsrc/audio/musicpd [pkgsrc-2018Q4]: Makefile Log Message: Pullup ticket #5890 - requested by maya audio/musicpd: require newer gcc Revisions pulled up: - audio/musicpd/Makefile (via patch) To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.178.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. --_----------=_154728552925940 Content-Disposition: inline Content-Length: 661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.178 pkgsrc/audio/musicpd/Makefile:1.178.2.1 --- pkgsrc/audio/musicpd/Makefile:1.178 Thu Dec 13 19:51:41 2018 +++ pkgsrc/audio/musicpd/Makefile Sat Jan 12 09:32:09 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $ +# $NetBSD: Makefile,v 1.178.2.1 2019/01/12 09:32:09 bsiegert Exp $ DISTNAME= mpd-0.21.3 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ MESON_ARGS+= -Ddocumentation=true # c++14 -GCC_REQD+= 4.9 +GCC_REQD+= 6.0 CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ --_----------=_154728552925940--