mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libphonenumber, bump to version 9.0.25 (#13796)
This commit is contained in:
@@ -7,9 +7,8 @@ COPYRIGHT="2014 The Chromium Authors"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/google/libphonenumber/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="af8444a7863f916bb43fb73bbb851872d1db47ce5b9156075a93dd31af1a70a7"
|
||||
PATCHES="libphonenumber-$portVersion.patchset
|
||||
3903.patch"
|
||||
CHECKSUM_SHA256="de4cfebe1e1da4ecfb687c7bdf312d93b37548737f5e52444d2d29d0b36d2512"
|
||||
PATCHES="libphonenumber-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -1,22 +0,0 @@
|
||||
From 72c1023fbf00fc48866acab05f6ccebcae7f3213 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Cho <michael@michaelcho.dev>
|
||||
Date: Mon, 11 Aug 2025 17:08:15 -0400
|
||||
Subject: [PATCH] Fix build with Boost 1.89.0
|
||||
|
||||
---
|
||||
cpp/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
|
||||
index 27e4680ccc..39f05d2c9a 100644
|
||||
--- a/cpp/CMakeLists.txt
|
||||
+++ b/cpp/CMakeLists.txt
|
||||
@@ -145,7 +145,7 @@ if (USE_BOOST)
|
||||
if (WIN32)
|
||||
set (Boost_USE_STATIC_LIBS ON)
|
||||
endif ()
|
||||
- find_package (Boost 1.40.0 COMPONENTS date_time system thread)
|
||||
+ find_package (Boost 1.40.0 COMPONENTS date_time thread OPTIONAL_COMPONENTS system)
|
||||
if (NOT Boost_FOUND)
|
||||
print_error ("Boost Date_Time/System/Thread" "Boost")
|
||||
endif ()
|
||||
@@ -1,4 +1,4 @@
|
||||
From 32ebc54c14476dd205a8c37c8c51610a35f3e716 Mon Sep 17 00:00:00 2001
|
||||
From 51f995721c94f2802a3083604aeb83e997938a90 Mon Sep 17 00:00:00 2001
|
||||
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
||||
Date: Wed, 8 Oct 2025 19:54:16 +0200
|
||||
Subject: Fix BUILD_STATIC_LIB=OFF
|
||||
@@ -21,7 +21,7 @@ index 27e4680..6924469 100644
|
||||
2.52.0
|
||||
|
||||
|
||||
From 0607ac2930e3b41472d452942e40fd947c9ec627 Mon Sep 17 00:00:00 2001
|
||||
From 8f70b331b8c0b737d852e0e0e814450f524ee69d Mon Sep 17 00:00:00 2001
|
||||
From: Luc Schrijvers <begasus@gmail.com>
|
||||
Date: Wed, 19 Nov 2025 10:13:09 +0100
|
||||
Subject: Fix includedir
|
||||
@@ -135,7 +135,7 @@ index 6924469..65377c6 100644
|
||||
2.52.0
|
||||
|
||||
|
||||
From c922b82e7f744c4ff99b368476a759632ba4b09a Mon Sep 17 00:00:00 2001
|
||||
From 6b67f5afb27fd79db4a5dd23beb31aa01c7d90cf Mon Sep 17 00:00:00 2001
|
||||
From: Luc Schrijvers <begasus@gmail.com>
|
||||
Date: Wed, 19 Nov 2025 12:52:49 +0100
|
||||
Subject: Fix for building with boost
|
||||
@@ -157,3 +157,26 @@ index 6679d9b..7dd83d0 100644
|
||||
--
|
||||
2.52.0
|
||||
|
||||
|
||||
From be9a517cba4a376756366fa268bbc063887a8e4e Mon Sep 17 00:00:00 2001
|
||||
From: Michael Cho <michael@michaelcho.dev>
|
||||
Date: Mon, 11 Aug 2025 17:08:15 -0400
|
||||
Subject: [PATCH] Fix build with Boost 1.89.0
|
||||
|
||||
|
||||
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
|
||||
index 65377c6..8833044 100644
|
||||
--- a/cpp/CMakeLists.txt
|
||||
+++ b/cpp/CMakeLists.txt
|
||||
@@ -145,7 +145,7 @@ if (USE_BOOST)
|
||||
if (WIN32)
|
||||
set (Boost_USE_STATIC_LIBS ON)
|
||||
endif ()
|
||||
- find_package (Boost 1.40.0 COMPONENTS date_time system thread)
|
||||
+ find_package (Boost 1.40.0 COMPONENTS date_time thread OPTIONAL_COMPONENTS system)
|
||||
if (NOT Boost_FOUND)
|
||||
print_error ("Boost Date_Time/System/Thread" "Boost")
|
||||
endif ()
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Reference in New Issue
Block a user