Update to spatialindex 1.9.3.
New upstream revived (previously dormant since 2015), moved tarballs to github and switched to cmake. The sole two consumers (qgis and minetest) build & start fine with this update.
This commit is contained in:
parent
08b848efb5
commit
07a3c5b774
@ -1,23 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:46:56 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2020/09/14 07:21:07 landry Exp $
|
||||
|
||||
COMMENT = library for spatial indexing and querying
|
||||
DISTNAME= spatialindex-src-1.8.5
|
||||
V = 1.9.3
|
||||
DISTNAME = spatialindex-src-${V}
|
||||
PKGNAME = ${DISTNAME:S/-src//}
|
||||
CATEGORIES = geo
|
||||
SHARED_LIBS = spatialindex 2.0 \
|
||||
spatialindex_c 0.2 #4.1
|
||||
REVISION = 1
|
||||
SHARED_LIBS = spatialindex 3.0 \
|
||||
spatialindex_c 1.0
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
HOMEPAGE = http://libspatialindex.github.com/
|
||||
MASTER_SITES = http://download.osgeo.org/libspatialindex/
|
||||
HOMEPAGE = https://libspatialindex.org/
|
||||
MASTER_SITES = https://github.com/libspatialindex/libspatialindex/releases/download/${V}/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
MODULES = devel/cmake
|
||||
|
||||
WANTLIB = m pthread ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
# only one dumb test, builds bundled gtest ?
|
||||
#CONFIGURE_ARGS += -DSIDX_BUILD_TESTS=On
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spatialindex-src-1.8.5.tar.gz) = fKpGosubQJYPe8gsPeYPoU+PPgALAlYbNsvyz+apv+8=
|
||||
SIZE (spatialindex-src-1.8.5.tar.gz) = 569496
|
||||
SHA256 (spatialindex-src-1.9.3.tar.gz) = R9h3njJHezMORrYvt+YsuBLK7l2OaEw1y2NaQqdJ8/w=
|
||||
SIZE (spatialindex-src-1.9.3.tar.gz) = 693069
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/09/20 07:58:20 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/09/14 07:21:07 landry Exp $
|
||||
include/spatialindex/
|
||||
include/spatialindex/LineSegment.h
|
||||
include/spatialindex/MVRTree.h
|
||||
@ -30,13 +30,7 @@ include/spatialindex/capi/sidx_impl.h
|
||||
include/spatialindex/tools/
|
||||
include/spatialindex/tools/PointerPool.h
|
||||
include/spatialindex/tools/PoolPointer.h
|
||||
include/spatialindex/tools/SmartPointer.h
|
||||
include/spatialindex/tools/Tools.h
|
||||
include/spatialindex/tools/rand48.h
|
||||
lib/libspatialindex.a
|
||||
lib/libspatialindex.la
|
||||
@lib lib/libspatialindex.so.${LIBspatialindex_VERSION}
|
||||
lib/libspatialindex_c.a
|
||||
lib/libspatialindex_c.la
|
||||
@lib lib/libspatialindex_c.so.${LIBspatialindex_c_VERSION}
|
||||
lib/pkgconfig/libspatialindex.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user