Received: by mail.netbsd.org (Postfix, from userid 605) id DF65684D8D; Mon, 8 Jun 2020 12:11:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2F2584D6E for ; Mon, 8 Jun 2020 12:00:59 +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 N0g8VzC5csci for ; Mon, 8 Jun 2020 12:00:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 76BBD84D6D for ; Mon, 8 Jun 2020 12:00:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 703C7FB27; Mon, 8 Jun 2020 12:00:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159161765911650" MIME-Version: 1.0 Date: Mon, 8 Jun 2020 12:00:59 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20200608120059.703C7FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159161765911650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Mon Jun 8 12:00:59 UTC 2020 Modified Files: pkgsrc/devel/cmake: distinfo Removed Files: pkgsrc/devel/cmake/patches: patch-Source_cmArchiveWrite.cxx Log Message: cmake: Remove not needed patch for libarchive According to comment: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4833#note_769729 the libarchive 3.3.3 is required for CMake build. It is already contain Zstd support. Patch by Closes https://github.com/NetBSD/pkgsrc/pull/61 To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/devel/cmake/patches/patch-Source_cmArchiveWrite.cxx Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159161765911650 Content-Disposition: inline Content-Length: 1194 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.159 pkgsrc/devel/cmake/distinfo:1.160 --- pkgsrc/devel/cmake/distinfo:1.159 Mon Jun 1 06:21:27 2020 +++ pkgsrc/devel/cmake/distinfo Mon Jun 8 12:00:59 2020 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.159 2020/06/01 06:21:27 adam Exp $ +$NetBSD: distinfo,v 1.160 2020/06/08 12:00:59 kamil Exp $ SHA1 (cmake-3.17.3.tar.gz) = faef76cfc9f07cae7eecee72eba0d28abbbac5b4 RMD160 (cmake-3.17.3.tar.gz) = 3dbfa61d6a51c1190bba6b0423dd3d227906a24c @@ -18,7 +18,6 @@ SHA1 (patch-Source_Checks_Curses_CheckCu SHA1 (patch-Source_Checks_cm__cxx17__check.cpp) = d5e2708df6fcda078b1b5ea59264c663d2633ced SHA1 (patch-Source_CursesDialog_ccmake.cxx) = 7f6ca6fda5d0db615f04c18efa8ecdd6ef00cb93 SHA1 (patch-Source_QtDialog_CMakeLists.txt) = c4007da363c5b7c925f1ff345901057f3fbdc4e1 -SHA1 (patch-Source_cmArchiveWrite.cxx) = 1b6a46252bd10618703116ef69e22f8ec5c5f31f SHA1 (patch-Source_cmWorkerPool.cxx) = 8eb3faf10767fe9228ed6822c17c96c04f017777 SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = e4bdf9fc58757e87bf7e3e3e195839eededbc796 SHA1 (patch-Utilities_std_cm_string__view) = 90bbb578c5628b661a25974d7dd9aa6f5063271f --_----------=_159161765911650--