- Update to 1.11.1
- Cleanup PLIST Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
This commit is contained in:
parent
28096d19cf
commit
28c493def5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369759
3 changed files with 4 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdal
|
||||
PORTVERSION= 1.11.0
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 1.11.1
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
||||
|
@ -38,7 +37,7 @@ LDFLAGS+= -L${LOCALBASE} -pthread
|
|||
MAKE_JOBS_UNSAFE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake
|
||||
USES= gmake tar:xz
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
PORTDATA= *
|
||||
|
@ -143,15 +142,6 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
|
||||
# patch for json-c 0.12
|
||||
@${REINPLACE_CMD} -e 's|json_tokener_errors\[jstok->err\]|json_tokener_error_desc(jstok->err)|' \
|
||||
${WRKSRC}/frmts/mbtiles/mbtilesdataset.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/cartodb/ogrcartodbdatasource.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/geojson/ogresrijsonreader.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrtopojsonreader.cpp \
|
||||
${WRKSRC}/ogr/ogrsf_frmts/gme/ogrgmejson.cpp
|
||||
|
||||
post-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe
|
||||
SIZE (gdal-1.11.0.tar.gz) = 10707286
|
||||
SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302
|
||||
SIZE (gdal-1.11.1.tar.xz) = 6464112
|
||||
|
|
|
@ -90,4 +90,3 @@ lib/libgdal.so
|
|||
lib/libgdal.so.1
|
||||
lib/libgdal.so.%%PORTVERSION%%
|
||||
libdata/pkgconfig/gdal.pc
|
||||
@dirrm lib/gdalplugins
|
||||
|
|
Loading…
Reference in a new issue