Received: by mail.netbsd.org (Postfix, from userid 605) id 8929A84DB9; Mon, 4 Oct 2021 07:13:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C526484D51 for ; Mon, 4 Oct 2021 07:13:20 +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 eYDtAL4zrhZk for ; Mon, 4 Oct 2021 07:13:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 28DF884D2C for ; Mon, 4 Oct 2021 07:13:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22E9FFA97; Mon, 4 Oct 2021 07:13:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633331600136100" MIME-Version: 1.0 Date: Mon, 4 Oct 2021 07:13:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/meta-pkgs/boost To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211004071320.22E9FFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633331600136100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 4 07:13:20 UTC 2021 Modified Files: pkgsrc/meta-pkgs/boost: Makefile.common Log Message: boost: revert to just c++ (not c++); reported by @tnn To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/meta-pkgs/boost/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633331600136100 Content-Disposition: inline Content-Length: 745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/boost/Makefile.common diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.92 pkgsrc/meta-pkgs/boost/Makefile.common:1.93 --- pkgsrc/meta-pkgs/boost/Makefile.common:1.92 Wed Sep 29 16:11:04 2021 +++ pkgsrc/meta-pkgs/boost/Makefile.common Mon Oct 4 07:13:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.92 2021/09/29 16:11:04 adam Exp $ +# $NetBSD: Makefile.common,v 1.93 2021/10/04 07:13:19 adam Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -37,7 +37,7 @@ DISTINFO_FILE= ${.CURDIR}/../../meta-pk PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches USE_TOOLS+= pax -USE_LANGUAGES= c c++11 +USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" --_----------=_1633331600136100--