Github messages for voidlinux
 help / color / mirror / Atom feed
From: ar-jan <ar-jan@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] proj: update to 9.4.0.
Date: Sat, 01 Jun 2024 17:13:44 +0200	[thread overview]
Message-ID: <20240601151345.108A925093@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49522@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages proj
https://github.com/void-linux/void-packages/pull/49522

proj: update to 9.4.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/49522.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-proj-49522.patch --]
[-- Type: text/x-diff, Size: 2858 bytes --]

From 2a5ef22907f95ec3d1da28b360c7b0c966b768ef Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 25 Mar 2024 13:22:08 +0100
Subject: [PATCH] proj: update to 9.4.1.

---
 srcpkgs/proj/patches/fix-cmake-deps.patch | 40 -----------------------
 srcpkgs/proj/template                     |  6 ++--
 2 files changed, 3 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/proj/patches/fix-cmake-deps.patch

diff --git a/srcpkgs/proj/patches/fix-cmake-deps.patch b/srcpkgs/proj/patches/fix-cmake-deps.patch
deleted file mode 100644
index f090104377fef9..00000000000000
--- a/srcpkgs/proj/patches/fix-cmake-deps.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/cmake/project-config.cmake.in
-+++ b/cmake/project-config.cmake.in
-@@ -13,37 +13,6 @@ endif()
- 
- include(CMakeFindDependencyMacro)
- 
--# We cannot have a find_dependency() call between cmake_policy(PUSH)/cmake_policy(POP)
--# because find_dependency() issues a return() on failure, which results in
--# imbalanced push/pop
--# Cf https://gitlab.kitware.com/cmake/cmake/-/issues/17612
--cmake_policy(PUSH)
--cmake_policy(SET CMP0012 NEW)
--if("@ENABLE_TIFF@")
--    set(PROJ_CONFIG_FIND_TIFF_DEP ON)
--endif()
--if("@CURL_ENABLED@")
--    set(PROJ_CONFIG_FIND_CURL_DEP ON)
--endif()
--cmake_policy(POP)
--
--if(DEFINED PROJ_CONFIG_FIND_TIFF_DEP)
--    find_dependency(TIFF)
--endif()
--
--if(DEFINED PROJ_CONFIG_FIND_CURL_DEP)
--  # Chainload CURL usage requirements
--  find_dependency(CURL)
--  # Target CURL::libcurl only defined since CMake 3.12
--  if(NOT TARGET CURL::libcurl)
--      add_library(CURL::libcurl INTERFACE IMPORTED)
--      set_target_properties(CURL::libcurl PROPERTIES
--        INTERFACE_INCLUDE_DIRECTORIES "${CURL_INCLUDE_DIRS}"
--        INTERFACE_LINK_LIBRARIES      "${CURL_LIBRARIES}"
--      )
--  endif()
--endif()
--
- function(set_variable_from_rel_or_absolute_path var root rel_or_abs_path)
-   if(IS_ABSOLUTE "${rel_or_abs_path}")
-     set(${var} "${rel_or_abs_path}" PARENT_SCOPE)
diff --git a/srcpkgs/proj/template b/srcpkgs/proj/template
index 6aad399f609662..b11ff8b9b49269 100644
--- a/srcpkgs/proj/template
+++ b/srcpkgs/proj/template
@@ -1,17 +1,17 @@
 # Template file for 'proj'
 pkgname=proj
-version=9.3.1
+version=9.4.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="python3"
-makedepends="libcurl-devel sqlite-devel tiff-devel"
+makedepends="libcurl-devel openssl-devel sqlite-devel tiff-devel"
 short_desc="Cartographic Projections Library"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://proj.org"
 distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
-checksum=b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc
+checksum=ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
 
 post_install() {
 	vlicense COPYING

  reply	other threads:[~2024-06-01 15:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25 12:23 [PR PATCH] " ar-jan
2024-06-01 15:13 ` ar-jan [this message]
2024-06-16 23:09 ` [PR PATCH] [Closed]: proj: update to 9.4.1 classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240601151345.108A925093@inbox.vuxu.org \
    --to=ar-jan@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).