Received: by mail.netbsd.org (Postfix, from userid 605) id CFDEE84DA8; Tue, 2 Jul 2019 22:25:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5832584D63 for ; Tue, 2 Jul 2019 22:25:11 +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 TV0CwGlDfthn for ; Tue, 2 Jul 2019 22:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3E7784CD4 for ; Tue, 2 Jul 2019 22:25:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC656FBF4; Tue, 2 Jul 2019 22:25:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156210631022270" MIME-Version: 1.0 Date: Tue, 2 Jul 2019 22:25:10 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/devel/cppunit To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20190702222510.DC656FBF4@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. --_----------=_156210631022270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Tue Jul 2 22:25:10 UTC 2019 Modified Files: pkgsrc/devel/cppunit: Makefile Log Message: Need a compiler with C++11 support, configure script checks To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/cppunit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156210631022270 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cppunit/Makefile diff -u pkgsrc/devel/cppunit/Makefile:1.26 pkgsrc/devel/cppunit/Makefile:1.27 --- pkgsrc/devel/cppunit/Makefile:1.26 Wed Apr 19 12:20:08 2017 +++ pkgsrc/devel/cppunit/Makefile Tue Jul 2 22:25:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/04/19 12:20:08 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2019/07/02 22:25:10 sevan Exp $ DISTNAME= cppunit-1.14.0 CATEGORIES= devel @@ -9,7 +9,7 @@ HOMEPAGE= http://www.freedesktop.org/wik COMMENT= C++ unit testing framework LICENSE= gnu-lgpl-v2.1 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes --_----------=_156210631022270--