geo/spatialite/libspatialite: update to 5.0.1.
See https://groups.google.com/g/spatialite-users/c/ve9ujm4DkdY
This commit is contained in:
parent
3a951efede
commit
83b61805bd
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2021/02/21 07:38:27 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2021/02/21 13:29:58 landry Exp $
|
||||
|
||||
COMMENT= sqlite extented with spatial SQL capabilities
|
||||
PROJECT = libspatialite
|
||||
DISTNAME = ${PROJECT}-5.0.0
|
||||
REVISION = 0
|
||||
SHARED_LIBS = spatialite 1.2 # 8.1
|
||||
DISTNAME = ${PROJECT}-5.0.1
|
||||
SHARED_LIBS = spatialite 1.2 # 8.2
|
||||
|
||||
CONFIGURE_ARGS += --enable-rttopo \
|
||||
--enable-gcp #required by spatialite_gui
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libspatialite-5.0.0.tar.gz) = e3/XAkP1oLF1aW2HxG3eCs4DDqzCfzkkHCS6xd+sbaw=
|
||||
SIZE (libspatialite-5.0.0.tar.gz) = 6741184
|
||||
SHA256 (libspatialite-5.0.1.tar.gz) = 7svJQxHHgBLQWevA+uhupe9u7LEzA+boKzdTwbNAnpg=
|
||||
SIZE (libspatialite-5.0.1.tar.gz) = 6372753
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-src_spatialite_spatialite_c,v 1.1 2020/11/12 13:59:31 landry Exp $
|
||||
|
||||
stop printing meaningless debug info to stderr
|
||||
|
||||
Index: src/spatialite/spatialite.c
|
||||
--- src/spatialite/spatialite.c.orig
|
||||
+++ src/spatialite/spatialite.c
|
||||
@@ -53344,12 +53344,12 @@ spatialite_splash_screen (int verbose)
|
||||
("\t- 'VirtualGPKG'\t[OGC GeoPackage interoperability]\n");
|
||||
#endif
|
||||
spatialite_i ("\t- 'SpatiaLite'\t\t[Spatial SQL - OGC]\n");
|
||||
- }
|
||||
|
||||
#ifdef ENABLE_LIBXML2 /* VirtualXPath is supported */
|
||||
spatialite_i
|
||||
("\t- 'VirtualXPath'\t[XML Path Language - XPath]\n");
|
||||
#endif /* end including LIBXML2 */
|
||||
+ }
|
||||
|
||||
#ifndef OMIT_PROJ /* PROJ.4 version */
|
||||
if (verbose)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2020/10/11 16:30:30 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/02/21 13:29:58 landry Exp $
|
||||
include/spatialite/
|
||||
include/spatialite.h
|
||||
include/spatialite/control_points.h
|
||||
@ -6,6 +6,10 @@ include/spatialite/debug.h
|
||||
include/spatialite/gaia_network.h
|
||||
include/spatialite/gaia_topology.h
|
||||
include/spatialite/gaiaaux.h
|
||||
include/spatialite/gaiaconfig-msvc.h
|
||||
@comment include/spatialite/gaiaconfig-msvc.h.in
|
||||
include/spatialite/gaiaconfig.h
|
||||
@comment include/spatialite/gaiaconfig.h.in
|
||||
include/spatialite/gaiaexif.h
|
||||
include/spatialite/gaiageo.h
|
||||
include/spatialite/gaiamatrix.h
|
||||
@ -22,7 +26,7 @@ include/spatialite/gg_sequence.h
|
||||
include/spatialite/gg_structs.h
|
||||
include/spatialite/gg_wfs.h
|
||||
include/spatialite/gg_xml.h
|
||||
include/spatialite/spatialite.h
|
||||
include/spatialite/spatialite_ext.h
|
||||
include/spatialite/sqlite.h
|
||||
include/spatialite/stored_procedures.h
|
||||
lib/libspatialite.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user