Received: by mail.netbsd.org (Postfix, from userid 605) id EDE1684D78; Sun, 24 Sep 2017 15:07:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80DAB84D70 for ; Sun, 24 Sep 2017 15:07:19 +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 ClNCHv8T2rPt for ; Sun, 24 Sep 2017 15:07:19 +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 2159C84D6F for ; Sun, 24 Sep 2017 15:07:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C38DFA9C; Sun, 24 Sep 2017 15:07:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506265639145880" MIME-Version: 1.0 Date: Sun, 24 Sep 2017 15:07:19 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/vera++ To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20170924150719.1C38DFA9C@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. --_----------=_1506265639145880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Sep 24 15:07:19 UTC 2017 Modified Files: pkgsrc/devel/vera++: Makefile Log Message: vera++: needs C++11 for variadic templates To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/vera++/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506265639145880 Content-Disposition: inline Content-Length: 638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/vera++/Makefile diff -u pkgsrc/devel/vera++/Makefile:1.22 pkgsrc/devel/vera++/Makefile:1.23 --- pkgsrc/devel/vera++/Makefile:1.22 Wed Sep 6 10:40:26 2017 +++ pkgsrc/devel/vera++/Makefile Sun Sep 24 15:07:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/09/06 10:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/09/24 15:07:18 tnn Exp $ # DISTNAME= vera++-1.1.1 @@ -12,7 +12,7 @@ COMMENT= Programmable verification and a BUILD_TARGET= build LICENSE= boost-license -USE_LANGUAGES= c++ +USE_LANGUAGES= c++11 USE_TOOLS+= gmake pax CXXFLAGS+= -DVERA_ROOT=\"${PREFIX:Q}/share/vera++\" --_----------=_1506265639145880--