Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] proj: update to 9.4.0.
@ 2024-03-25 12:23 ar-jan
  2024-06-01 15:13 ` [PR PATCH] [Updated] " ar-jan
  2024-06-16 23:09 ` [PR PATCH] [Closed]: proj: update to 9.4.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: ar-jan @ 2024-03-25 12:23 UTC (permalink / raw)
  To: ml

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

There is a new 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: **briefly**


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: 2678 bytes --]

From 9889a6466a7270b51a4de192e6aac0fcc2db447f 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.0.

---
 srcpkgs/proj/patches/fix-cmake-deps.patch | 40 -----------------------
 srcpkgs/proj/template                     |  4 +--
 2 files changed, 2 insertions(+), 42 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..a87e02ff094063 100644
--- a/srcpkgs/proj/template
+++ b/srcpkgs/proj/template
@@ -1,6 +1,6 @@
 # Template file for 'proj'
 pkgname=proj
-version=9.3.1
+version=9.4.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://proj.org"
 distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
-checksum=b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc
+checksum=3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] proj: update to 9.4.0.
  2024-03-25 12:23 [PR PATCH] proj: update to 9.4.0 ar-jan
@ 2024-06-01 15:13 ` ar-jan
  2024-06-16 23:09 ` [PR PATCH] [Closed]: proj: update to 9.4.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: ar-jan @ 2024-06-01 15:13 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: proj: update to 9.4.1.
  2024-03-25 12:23 [PR PATCH] proj: update to 9.4.0 ar-jan
  2024-06-01 15:13 ` [PR PATCH] [Updated] " ar-jan
@ 2024-06-16 23:09 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-06-16 23:09 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

proj: update to 9.4.1.
https://github.com/void-linux/void-packages/pull/49522

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-16 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 12:23 [PR PATCH] proj: update to 9.4.0 ar-jan
2024-06-01 15:13 ` [PR PATCH] [Updated] " ar-jan
2024-06-16 23:09 ` [PR PATCH] [Closed]: proj: update to 9.4.1 classabbyamp

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).