Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EB6987A16F for ; Mon, 8 May 2017 12:02:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9EE7284DB0; Mon, 8 May 2017 12:02:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3065984D84 for ; Mon, 8 May 2017 12:02:17 +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 gUbNJMy8uTWf for ; Mon, 8 May 2017 12:02:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C7F8084CDE for ; Mon, 8 May 2017 12:02:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5F6DFBE4; Mon, 8 May 2017 12:02:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494244936252040" MIME-Version: 1.0 Date: Mon, 8 May 2017 12:02:16 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/xapian To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170508120216.C5F6DFBE4@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. --_----------=_1494244936252040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon May 8 12:02:16 UTC 2017 Modified Files: pkgsrc/textproc/xapian: Makefile Log Message: Needs C++11. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/xapian/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494244936252040 Content-Disposition: inline Content-Length: 614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/xapian/Makefile diff -u pkgsrc/textproc/xapian/Makefile:1.28 pkgsrc/textproc/xapian/Makefile:1.29 --- pkgsrc/textproc/xapian/Makefile:1.28 Sun Jan 1 10:40:49 2017 +++ pkgsrc/textproc/xapian/Makefile Mon May 8 12:02:16 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/01/01 10:40:49 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2017/05/08 12:02:16 schmonz Exp $ DISTNAME= xapian-core-${VERSION} VERSION= 1.4.2 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 TEST_TARGET= check --_----------=_1494244936252040--