Received: by mail.netbsd.org (Postfix, from userid 605) id 8B08184D7A; Sat, 10 Feb 2024 10:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559575; bh=PcebC1ZqyMkylt73giL526DgoI0tNco+oa/HjYxy2hM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=07+MdTZiLiQvajopK8K8uVdRvDcD0RFJsOVE487MfrF9vLk5a9Pkv7lxUvx5S/A34 Hluc5PCbYkVSe0gb5qlSaRlP9HIM5cRAjJzj38UDbbCagLpclA/iUUM3Cmp0hQQV7v O9gi7AF44t4+c/PSrQaNAXCI4FWumwPoB+4PlxBg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7937684CFA for ; Sat, 10 Feb 2024 10:06:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hnqUyQNxbXf7 for ; Sat, 10 Feb 2024 10:06:14 +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 046F284CD8 for ; Sat, 10 Feb 2024 10:06:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559574; bh=PcebC1ZqyMkylt73giL526DgoI0tNco+oa/HjYxy2hM=; h=Date:From:Subject:To:Reply-To; b=IcuQ3hkyhA5dNo6jt3kv+a0j2lrRBaBZdOXQkFOI6Ce1BOR0n7HyWAixuluwUaHAq ZOFEjRcuznFezxYaXinLJUwIW737dvN6EFXkL6dhxb7H2dXJXTVkJgxVIUbZ3MU6LX L4BobmHh3fL4TXfifPV13Jna+Ef4Oxepl4VbkPcU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00871FA42; Sat, 10 Feb 2024 10:06:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170755957355160" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 10:06:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/pdal-lib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240210100614.00871FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170755957355160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 10 10:06:13 UTC 2024 Modified Files: pkgsrc/geography/pdal-lib: Makefile Log Message: pdal-lib: needs filesystem To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/geography/pdal-lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170755957355160 Content-Disposition: inline Content-Length: 676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/pdal-lib/Makefile diff -u pkgsrc/geography/pdal-lib/Makefile:1.24 pkgsrc/geography/pdal-lib/Makefile:1.25 --- pkgsrc/geography/pdal-lib/Makefile:1.24 Fri Dec 29 18:24:46 2023 +++ pkgsrc/geography/pdal-lib/Makefile Sat Feb 10 10:06:13 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2023/12/29 18:24:46 adam Exp $ +# $NetBSD: Makefile,v 1.25 2024/02/10 10:06:13 wiz Exp $ DISTNAME= PDAL-2.5.6-src PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//} @@ -16,7 +16,7 @@ LICENSE= modified-bsd USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ -USE_CXX_FEATURES= c++17 +USE_CXX_FEATURES= c++17 filesystem TEST_TARGET= test --_----------=_170755957355160--