Received: by mail.netbsd.org (Postfix, from userid 605) id 0FF7384DAA; Sat, 17 Jun 2017 19:44:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93F7384D9E for ; Sat, 17 Jun 2017 19:44:37 +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 SVIe0g3k8HA7 for ; Sat, 17 Jun 2017 19:44:37 +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 3516284D77 for ; Sat, 17 Jun 2017 19:44:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3331EFAE8; Sat, 17 Jun 2017 19:44:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497728677231880" MIME-Version: 1.0 Date: Sat, 17 Jun 2017 19:44:37 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/net/grive To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170617194437.3331EFAE8@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. --_----------=_1497728677231880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Jun 17 19:44:37 UTC 2017 Modified Files: pkgsrc/net/grive: Makefile Log Message: Require C++11. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/grive/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497728677231880 Content-Disposition: inline Content-Length: 684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/grive/Makefile diff -u pkgsrc/net/grive/Makefile:1.8 pkgsrc/net/grive/Makefile:1.9 --- pkgsrc/net/grive/Makefile:1.8 Sun Apr 30 01:21:56 2017 +++ pkgsrc/net/grive/Makefile Sat Jun 17 19:44:37 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/06/17 19:44:37 joerg Exp $ DISTNAME= ${GHNAME}-${GHDATE}-${GHCOMMIT} PKGNAME= ${GHNAME}-0.3.0.${GHDATE} @@ -18,7 +18,7 @@ GHCOMMIT= 27817e835fe115ebbda5410ec904aa WRKSRC= ${WRKDIR}/grive-${GHCOMMIT} USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 SUBST_CLASSES+= disableqt SUBST_MESSAGE.disableqt=Disable QT frontend --_----------=_1497728677231880--