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:   gdt
Date:           Thu Apr  3 13:37:08 UTC 2025

Modified Files:
        pkgsrc/geography/osm2pgsql: Makefile

Log Message:
geography/osm2pgl: Mark BROKEN_ON all LP32

Upstream checks explicitly for 64-bit pointers.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/geography/osm2pgsql/Makefile

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.58 pkgsrc/geography/osm2pgsql/Makefile:1.59
--- pkgsrc/geography/osm2pgsql/Makefile:1.58    Thu Mar 13 12:18:41 2025
+++ pkgsrc/geography/osm2pgsql/Makefile Thu Apr  3 13:37:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2025/03/13 12:18:41 gdt Exp $
+# $NetBSD: Makefile,v 1.59 2025/04/03 13:37:08 gdt Exp $
 
 DISTNAME=      osm2pgsql-1.11.0
 CATEGORIES=    geography
@@ -10,6 +10,14 @@ HOMEPAGE=    https://github.com/openstreetm
 COMMENT=       OpenStreetMap data to PostgreSQL converter
 LICENSE=       gnu-gpl-v2
 
+# Upstream checks for 64-bit:
+# Make Error at CMakeLists.txt:20 (message):
+#    osm2pgsql needs a 64 bit architecture
+# Surely this is because the primary use of this package is loading
+# the entire OpenStreetMap database, which can't fit in 4 GB, but it
+# needlessly prevents use on 32-bit machines with smaller extracts.
+BROKEN_ON_PLATFORM=    ${LP32PLATFORMS}
+
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES+=     c++17
 



Home | Main Index | Thread Index | Old Index