Received: by mail.netbsd.org (Postfix, from userid 605) id 24D9584D96; Tue, 5 Oct 2021 06:56:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FCA184D60 for ; Tue, 5 Oct 2021 06:56:49 +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 c5xn7yXePOWM for ; Tue, 5 Oct 2021 06:56:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA35084CD8 for ; Tue, 5 Oct 2021 06:56:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7BE7FA97; Tue, 5 Oct 2021 06:56:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633417008207020" MIME-Version: 1.0 Date: Tue, 5 Oct 2021 06:56:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211005065648.E7BE7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633417008207020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 5 06:56:48 UTC 2021 Modified Files: pkgsrc/mail/notmuch: Makefile Log Message: notmuch: needs c++11 To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/mail/notmuch/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633417008207020 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile diff -u pkgsrc/mail/notmuch/Makefile:1.73 pkgsrc/mail/notmuch/Makefile:1.74 --- pkgsrc/mail/notmuch/Makefile:1.73 Fri Oct 1 08:51:53 2021 +++ pkgsrc/mail/notmuch/Makefile Tue Oct 5 06:56:48 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2021/10/01 08:51:53 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2021/10/05 06:56:48 wiz Exp $ DISTNAME= notmuch-0.33.2 CATEGORIES= mail @@ -11,7 +11,7 @@ COMMENT= Mail indexer LICENSE= gnu-gpl-v3 HAS_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_TOOLS+= bash gmake makeinfo pkg-config # perl:test MAKE_FLAGS+= PYTHON=${PYTHONBIN} INFO_FILES= yes --_----------=_1633417008207020--