pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/osm2pgsql



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 27 07:12:21 UTC 2025

Modified Files:
        pkgsrc/geography/osm2pgsql: Makefile distinfo
Added Files:
        pkgsrc/geography/osm2pgsql/patches: patch-CMakeLists.txt

Log Message:
osm2pgsql: fix for boost-1.89.0


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/geography/osm2pgsql/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/osm2pgsql/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/geography/osm2pgsql/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/osm2pgsql/Makefile
diff -u pkgsrc/geography/osm2pgsql/Makefile:1.63 pkgsrc/geography/osm2pgsql/Makefile:1.64
--- pkgsrc/geography/osm2pgsql/Makefile:1.63    Sat Aug 30 22:45:12 2025
+++ pkgsrc/geography/osm2pgsql/Makefile Sat Sep 27 07:12:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2025/08/30 22:45:12 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/09/27 07:12:20 adam Exp $
 
 DISTNAME=      osm2pgsql-1.11.0
 PKGREVISION=   4
@@ -19,8 +19,8 @@ LICENSE=      gnu-gpl-v2
 # needlessly prevents use on 32-bit machines with smaller extracts.
 BROKEN_ON_PLATFORM=    ${LP32PLATFORMS}
 
+USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++17
 
 .include "../../devel/cmake/build.mk"
 

Index: pkgsrc/geography/osm2pgsql/distinfo
diff -u pkgsrc/geography/osm2pgsql/distinfo:1.13 pkgsrc/geography/osm2pgsql/distinfo:1.14
--- pkgsrc/geography/osm2pgsql/distinfo:1.13    Thu Mar 13 12:18:41 2025
+++ pkgsrc/geography/osm2pgsql/distinfo Sat Sep 27 07:12:20 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2025/03/13 12:18:41 gdt Exp $
+$NetBSD: distinfo,v 1.14 2025/09/27 07:12:20 adam Exp $
 
 BLAKE2s (osm2pgsql-1.11.0.tar.gz) = 8850f020cd39f4c3c84aadac0d79e5c4c5e99fa68ea8e17695c21b913f0b01da
 SHA512 (osm2pgsql-1.11.0.tar.gz) = 91df5a0428d9fc67c3830b9f6ac5de9cfe5b6dfee2980bb6807d3fe1796e040749c990ca696aa9462bf1e16f9c4fd95047ce1d4f71ae6c22f0d124f9cbeda430
 Size (osm2pgsql-1.11.0.tar.gz) = 2722008 bytes
+SHA1 (patch-CMakeLists.txt) = 79ca19db90bd5ba936fa38c2fc5091e7b7ada7e6
 SHA1 (patch-man_CMakeLists.txt) = 65c8d05bd491a26f2a9124ddb2158a23458d6b1d

Added files:

Index: pkgsrc/geography/osm2pgsql/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/geography/osm2pgsql/patches/patch-CMakeLists.txt:1.3
--- /dev/null   Sat Sep 27 07:12:21 2025
+++ pkgsrc/geography/osm2pgsql/patches/patch-CMakeLists.txt     Sat Sep 27 07:12:20 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.3 2025/09/27 07:12:20 adam Exp $
+
+Do not look for boost_system library.
+
+--- CMakeLists.txt.orig        2025-09-25 17:10:55.768710276 +0000
++++ CMakeLists.txt
+@@ -202,7 +202,7 @@ else()
+     message(STATUS "Building without Lua support")
+ endif()
+ 
+-find_package(Boost 1.50 REQUIRED COMPONENTS system filesystem)
++find_package(Boost 1.50 REQUIRED COMPONENTS filesystem)
+ include_directories(SYSTEM ${Boost_INCLUDE_DIR})
+ 
+ find_package(PostgreSQL REQUIRED)



Home | Main Index | Thread Index | Old Index