poco, revbump, fix libVersion (#10107)

This commit is contained in:
Schrijvers Luc
2024-02-14 14:11:53 +00:00
committed by GitHub
parent 7bd01a9264
commit 118f466571
2 changed files with 88 additions and 82 deletions

View File

@@ -1,4 +1,4 @@
From 56e2e849bae47cd3b9b0ab53a0752fb40a1f683d Mon Sep 17 00:00:00 2001
From f436eed91214a54fa923c754765c49776af28906 Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Thu, 22 Dec 2022 13:36:46 +0100
Subject: poco: add a plattform identifier
@@ -27,10 +27,10 @@ index 192d6c7..ac21e57 100644
--
2.37.3
2.42.1
From 6fa110e9759d2742668a5d9c3f5d405f3060d108 Mon Sep 17 00:00:00 2001
From 2d7d9c9764c93469200949e10c0014104ac4ce76 Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Thu, 22 Dec 2022 13:47:56 +0100
Subject: poco: implemented debugger for haiku
@@ -70,10 +70,10 @@ index f50a7f7..17ddbe1 100644
if (isAvailable())
{
--
2.37.3
2.42.1
From 71376c7ba420e6dd17cac4b53a8b0283d86f7a54 Mon Sep 17 00:00:00 2001
From bdbde563ef5e67fc5d1fef2160eeee4f1f8b99e3 Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Sat, 18 Mar 2023 09:42:24 +0100
Subject: libpoco: initial porting to Haiku
@@ -665,10 +665,10 @@ index fe61ddd..82ebed7 100644
if (ioctl(0, TIOCGWINSZ , &winsz) != -1)
{
--
2.37.3
2.42.1
From d2bd3826ac4fa92ce1d3784b8ef9306408259e7f Mon Sep 17 00:00:00 2001
From 43bac2b573c7092d6572e568bef449082d3def85 Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Sat, 25 Mar 2023 07:03:07 +0100
Subject: poco: try to use GNUInstallDirs
@@ -819,26 +819,26 @@ index 0ef354e..71a2078 100644
OPTIONAL
)
--
2.37.3
2.42.1
From 94afd3b0a7c51253177bbba826773dfeb29d4c75 Mon Sep 17 00:00:00 2001
From 6550b90bcf0f7aa5be83dc6d38b68f024b8da1bd Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Wed, 19 Apr 2023 22:01:07 +0200
Subject: poco: hopefully make networking work somewhat
diff --git a/Net/CMakeLists.txt b/Net/CMakeLists.txt
index 237df1c..753c976 100644
index 237df1c..c893385 100644
--- a/Net/CMakeLists.txt
+++ b/Net/CMakeLists.txt
@@ -36,6 +36,10 @@ if(WIN32)
endif()
endif(WIN32)
+if("${CMAKE_SYSTEM_NAME}" STREQUAL "Haiku")
+if(HAIKU)
+ target_link_libraries(Net PUBLIC network)
+endif(WIN32)
+endif(HAIKU)
+
target_include_directories(Net
PUBLIC
@@ -1292,10 +1292,10 @@ index 71c91f7..65c9a3f 100644
#endif
{
--
2.37.3
2.42.1
From a43e3d5eb34455d2fe3f5f5057a26d4864205071 Mon Sep 17 00:00:00 2001
From 7c44f86c1f5a117ee920feeb0b6821d3afe1936b Mon Sep 17 00:00:00 2001
From: Maite Gamper <victor@wenzeslaus.de>
Date: Fri, 28 Apr 2023 22:33:11 +0200
Subject: change an include for the debugger
@@ -1320,5 +1320,5 @@ index 17ddbe1..1f9cf61 100644
#include "Poco/UnicodeConverter.h"
--
2.37.3
2.42.1