head 1.4; access; symbols pkgsrc-2024Q1:1.3.0.10 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.8 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.6 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.4 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.2 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.1.0.58 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.56 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.54 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.52 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.50 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.48 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.46 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.44 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.42 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.40 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.36 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.38 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.34 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.32 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.30 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.28 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.26 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.24 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.22 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.20 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.18 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2024.05.06.10.15.09; author adam; state dead; branches; next 1.3; commitid H1nxsqG3JvtVnV8F; 1.3 date 2023.02.15.23.23.47; author wiz; state Exp; branches; next 1.2; commitid UPmUQ3IeSKEk5GdE; 1.2 date 2023.02.15.23.18.52; author wiz; state Exp; branches; next 1.1; commitid cbB2AOhsaH7t3GdE; 1.1 date 2015.11.27.14.03.33; author adam; state Exp; branches; next ; commitid meUuiDmesJNpKJKy; desc @@ 1.4 log @libspatialite: updated to 5.1.0 5.1.0 Unknown changes @ text @$NetBSD: patch-configure,v 1.3 2023/02/15 23:23:47 wiz Exp $ Portability fix. https://www.gaia-gis.it/fossil/libspatialite/tktview/ee52f4955f18bb4aed295582a51cb6d584da5ca6 --- configure.orig 2021-02-07 15:53:46.000000000 +0000 +++ configure @@@@ -17456,7 +17456,7 @@@@ else enable_geocallbacks=no fi -if test x"$enable_geocallbacks" == "xyes"; then +if test x"$enable_geocallbacks" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_rtree_geometry_callback in -lsqlite3" >&5 $as_echo_n "checking for sqlite3_rtree_geometry_callback in -lsqlite3... " >&6; } if ${ac_cv_lib_sqlite3_sqlite3_rtree_geometry_callback+:} false; then : @@@@ -17520,7 +17520,7 @@@@ else enable_knn=yes fi -if test x"$enable_knn" == "xyes"; then +if test x"$enable_knn" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_rtree_query_callback in -lsqlite3" >&5 $as_echo_n "checking for sqlite3_rtree_query_callback in -lsqlite3... " >&6; } if ${ac_cv_lib_sqlite3_sqlite3_rtree_query_callback+:} false; then : @@@@ -18923,7 +18923,7 @@@@ if test x"$enable_geopackage" != "xno"; $as_echo "#define ENABLE_GEOPACKAGE 1" >>confdefs.h fi - if test x"$enable_geopackage" == "xyes"; then + if test x"$enable_geopackage" = "xyes"; then ENABLE_GEOPACKAGE_TRUE= ENABLE_GEOPACKAGE_FALSE='#' else @ 1.3 log @libspatialite: add upstream bug report @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2023/02/15 23:18:52 wiz Exp $ @ 1.2 log @libspatialite: update to 5.0.1. Changes: not found @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2015/11/27 14:03:33 adam Exp $ d4 1 @ 1.1 log @SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple and lightweight: * a single lightweight library implementing the full SQL engine * standard SQL implementation: almost complete SQL-92 * no complex client/server architecture * a whole database simply corresponds to a single monolithic file (no size limits) * any DB-file can be safely exchanged across different platforms, because the internal architecture is universally portable * no installation, no configuration SpatiaLite is smoothly integrated into SQLite to provide a complete and powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite you can effectively deploy an alternative open source Spatial DBMS roughly equivalent to PostgreSQL + PostGIS. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2015-11-26 15:50:52.000000000 +0000 d7 1 a7 1 @@@@ -17390,7 +17390,7 @@@@ else d16 10 a25 1 @@@@ -18544,7 +18544,7 @@@@ if test x"$enable_geopackage" != "xno"; @