Received: by mail.netbsd.org (Postfix, from userid 605) id ADBEC84D78; Sun, 3 Nov 2019 11:17:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C59C384D37 for ; Sun, 3 Nov 2019 11:14:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HMBKRFCDcxAy for ; Sun, 3 Nov 2019 11:14:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BBDD84CDF for ; Sun, 3 Nov 2019 11:14:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 198D2FA93; Sun, 3 Nov 2019 11:14:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572779697102150" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 11:14:57 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/audio/ncmpc To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20191103111457.198D2FA93@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. --_----------=_1572779697102150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Nov 3 11:14:57 UTC 2019 Modified Files: pkgsrc/audio/ncmpc: Makefile Log Message: ncmpc: drop a local -Wno-thing because it isn't available on all compilers that can build this package. -Wno-undef can stay, it's newer than GCC_REQD+=4.9. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/ncmpc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572779697102150 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/ncmpc/Makefile diff -u pkgsrc/audio/ncmpc/Makefile:1.35 pkgsrc/audio/ncmpc/Makefile:1.36 --- pkgsrc/audio/ncmpc/Makefile:1.35 Mon Oct 21 21:19:35 2019 +++ pkgsrc/audio/ncmpc/Makefile Sun Nov 3 11:14:56 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/10/21 21:19:35 adam Exp $ +# $NetBSD: Makefile,v 1.36 2019/11/03 11:14:56 maya Exp $ DISTNAME= ncmpc-0.35 CATEGORIES= audio @@ -23,7 +23,6 @@ MESON_ARGS+= -Dhtml_manual=false GCC_REQD+= 4.9 # make stderr readable -CXXFLAGS+= -Wno-noexcept-type CXXFLAGS+= -Wno-undef LDFLAGS+= ${BUILDLINK_LDADD.curses} --_----------=_1572779697102150--