Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70E2684EC9 for ; Thu, 21 Sep 2023 11:31: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 ZWH_X5WgMDMe for ; Thu, 21 Sep 2023 11:31:20 +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 EEF8184E55 for ; Thu, 21 Sep 2023 11:31:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8624FBDB; Thu, 21 Sep 2023 11:31:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169529587971150" MIME-Version: 1.0 Date: Thu, 21 Sep 2023 11:31:19 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/devel/libcutl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20230921113119.E8624FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169529587971150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Thu Sep 21 11:31:19 UTC 2023 Modified Files: pkgsrc/devel/libcutl: Makefile Log Message: libcutl: build on compilers that default to c++17 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libcutl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169529587971150 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libcutl/Makefile diff -u pkgsrc/devel/libcutl/Makefile:1.6 pkgsrc/devel/libcutl/Makefile:1.7 --- pkgsrc/devel/libcutl/Makefile:1.6 Sun Apr 23 14:26:16 2023 +++ pkgsrc/devel/libcutl/Makefile Thu Sep 21 11:31:19 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/04/23 14:26:16 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/09/21 11:31:19 nros Exp $ DISTNAME= libcutl-1.10.0 PKGREVISION= 5 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ +FORCE_CXX_STD= c++11 CONFIGURE_ARGS+= --with-external-boost CONFIGURE_ARGS+= --with-external-expat --_----------=_169529587971150--