mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 4.1.1
- Pass maintainership to submitter PR: 183533 Submitted by: lbartoletti <coder@tuxfamily.org> Approved by: Wen Heping(previous maintainer, myself)
This commit is contained in:
parent
ba789e4c14
commit
52c5e4a71c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332842
@ -2,28 +2,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spatialite
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.1.1
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
||||
DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
MAINTAINER= coder@tuxfamily.org
|
||||
COMMENT= Spatial Extensions for SQLite
|
||||
|
||||
LIB_DEPENDS= geos_c.9:${PORTSDIR}/graphics/geos \
|
||||
proj.7:${PORTSDIR}/graphics/proj \
|
||||
freexl.1:${PORTSDIR}/textproc/freexl
|
||||
LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos \
|
||||
libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libfreexl.so:${PORTSDIR}/textproc/freexl
|
||||
|
||||
EXTRACT_SUFX = .tar.gz
|
||||
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SQLITE= yes
|
||||
USES= gmake iconv
|
||||
USE_GCC= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
CONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libspatialite-3.0.1.tar.gz) = 4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6
|
||||
SIZE (libspatialite-3.0.1.tar.gz) = 1849723
|
||||
SHA256 (libspatialite-4.1.1.tar.gz) = 0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f
|
||||
SIZE (libspatialite-4.1.1.tar.gz) = 3846758
|
||||
|
@ -1,4 +1,10 @@
|
||||
include/spatialite.h
|
||||
include/spatialite/geopackage.h
|
||||
include/spatialite/debug.h
|
||||
include/spatialite/gg_dxf.h
|
||||
include/spatialite/gg_wfs.h
|
||||
include/spatialite/sqlite.h
|
||||
include/spatialite/gg_xml.h
|
||||
include/spatialite/gaiaaux.h
|
||||
include/spatialite/gaiaexif.h
|
||||
include/spatialite/gaiageo.h
|
||||
@ -13,7 +19,7 @@ include/spatialite/spatialite.h
|
||||
lib/libspatialite.a
|
||||
lib/libspatialite.la
|
||||
lib/libspatialite.so
|
||||
lib/libspatialite.so.4
|
||||
lib/libspatialite.so.6
|
||||
libdata/pkgconfig/spatialite.pc
|
||||
@dirrmtry libdata/pkgconfig
|
||||
@dirrm include/spatialite
|
||||
|
Loading…
Reference in New Issue
Block a user