head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.24.12.15.52; author adam; state Exp; branches; next ; commitid ajeEDfEvck0P2UOG; desc @@ 1.1 log @poco: updated to 1.15.3 1.15.3 Bug fixes, expat CVE updates in bundled deps, MongoDB 6.0/7.0/8.0 compatibility, PostgreSQL URI connection strings, and a corrected %c date/time format specifier (breaking). @ text @$NetBSD$ Support NetBSD --- Foundation/CMakeLists.txt.orig 2026-07-24 10:05:09.280235613 +0000 +++ Foundation/CMakeLists.txt @@@@ -176,7 +176,7 @@@@ else() if("${CMAKE_SYSTEM_NAME}" STREQUAL "QNX") target_compile_definitions(Foundation PUBLIC _QNX_SOURCE=1 POCO_HAVE_FD_POLL) target_link_libraries(Foundation PUBLIC m socket) - elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") + elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "NetBSD") target_compile_definitions(Foundation PUBLIC POCO_HAVE_FD_POLL) target_link_libraries(Foundation PUBLIC pthread ${CMAKE_DL_LIBS} rt) elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "AIX" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "GNU") @