Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBB5C84CF4 for ; Thu, 20 Jul 2023 21:09:00 +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 GPXoYjMePItm for ; Thu, 20 Jul 2023 21:09:00 +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 661B684CCC for ; Thu, 20 Jul 2023 21:09:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BA72FBDB; Thu, 20 Jul 2023 21:09:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689887340219750" MIME-Version: 1.0 Date: Thu, 20 Jul 2023 21:09:00 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/archivers/ancient To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230720210900.5BA72FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689887340219750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 20 21:09:00 UTC 2023 Modified Files: pkgsrc/archivers/ancient: Makefile Log Message: ancient: Requires a C++17 compiler. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/ancient/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689887340219750 Content-Disposition: inline Content-Length: 639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/ancient/Makefile diff -u pkgsrc/archivers/ancient/Makefile:1.2 pkgsrc/archivers/ancient/Makefile:1.3 --- pkgsrc/archivers/ancient/Makefile:1.2 Tue Jun 6 12:40:15 2023 +++ pkgsrc/archivers/ancient/Makefile Thu Jul 20 21:09:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2023/06/06 12:40:15 riastradh Exp $ +# $NetBSD: Makefile,v 1.3 2023/07/20 21:09:00 nia Exp $ DISTNAME= ancient-2.0.0 CATEGORIES= archivers @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= automake autoconf pkg-config +USE_CXX_FEATURES+= c++17 + pre-configure: cd ${WRKSRC} && autoreconf -i --_----------=_1689887340219750--