Received: by mail.netbsd.org (Postfix, from userid 605) id 7895584E7A; Tue, 26 May 2020 13:47:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 013E184E67 for ; Tue, 26 May 2020 13:47:52 +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 qh0t-a-d4t6F for ; Tue, 26 May 2020 13:47:51 +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 8BBE884D02 for ; Tue, 26 May 2020 13:47:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 860CDFB27; Tue, 26 May 2020 13:47:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590500871199060" MIME-Version: 1.0 Date: Tue, 26 May 2020 13:47:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200526134751.860CDFB27@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. --_----------=_1590500871199060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 26 13:47:51 UTC 2020 Modified Files: pkgsrc/audio/musicpd: Makefile Log Message: musicpd: cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC but not for C++ To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 pkgsrc/audio/musicpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590500871199060 Content-Disposition: inline Content-Length: 618 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.219 pkgsrc/audio/musicpd/Makefile:1.220 --- pkgsrc/audio/musicpd/Makefile:1.219 Fri May 22 10:55:55 2020 +++ pkgsrc/audio/musicpd/Makefile Tue May 26 13:47:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2020/05/22 10:55:55 adam Exp $ +# $NetBSD: Makefile,v 1.220 2020/05/26 13:47:51 nia Exp $ DISTNAME= mpd-0.21.23 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 CONFLICTS= mpd-[0-9]* USE_TOOLS+= pkg-config -USE_LANGUAGES= c99 c++14 +USE_LANGUAGES= c c++14 # c++14 GCC_REQD+= 6 --_----------=_1590500871199060--