mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Update to 2.1.0
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
This commit is contained in:
parent
e1e435341f
commit
410345b29e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414615
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdal
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gdal-2.0.2.tar.xz) = 90f838853cc1c07e55893483faa7e923e4b4b1659c6bc9df3538366030a7e622
|
||||
SIZE (gdal-2.0.2.tar.xz) = 7018768
|
||||
SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03
|
||||
SIZE (gdal-2.1.0.tar.xz) = 7656496
|
||||
|
11
graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp
Normal file
11
graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- frmts/mrf/mrf_band.cpp.orig 2016-04-26 01:35:55.000000000 +0800
|
||||
+++ frmts/mrf/mrf_band.cpp 2016-05-04 02:26:58.154088997 +0800
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <assert.h>
|
||||
-#include "../zlib/zlib.h"
|
||||
+#include <zlib.h>
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
@ -22,6 +22,7 @@ bin/ogrlineref
|
||||
bin/ogrtindex
|
||||
bin/testepsg
|
||||
include/cpl_atomic_ops.h
|
||||
include/cpl_aws.h
|
||||
include/cpl_config.h
|
||||
include/cpl_config_extras.h
|
||||
include/cpl_conv.h
|
||||
@ -39,15 +40,16 @@ include/cpl_odbc.h
|
||||
include/cpl_port.h
|
||||
include/cpl_progress.h
|
||||
include/cpl_quad_tree.h
|
||||
include/cpl_sha256.h
|
||||
include/cpl_spawn.h
|
||||
include/cpl_string.h
|
||||
include/cpl_time.h
|
||||
include/cpl_virtualmem.h
|
||||
include/cpl_vsi.h
|
||||
include/cpl_vsi_error.h
|
||||
include/cpl_vsi_virtual.h
|
||||
include/cpl_vsil_curl_priv.h
|
||||
include/cpl_win32ce_api.h
|
||||
include/cpl_wince.h
|
||||
include/cpl_worker_thread_pool.h
|
||||
include/cplkeywordparser.h
|
||||
include/gdal.h
|
||||
include/gdal_alg.h
|
||||
@ -60,6 +62,7 @@ include/gdal_priv.h
|
||||
include/gdal_proxy.h
|
||||
include/gdal_rat.h
|
||||
include/gdal_simplesurf.h
|
||||
include/gdal_utils.h
|
||||
include/gdal_version.h
|
||||
include/gdal_vrt.h
|
||||
include/gdalexif.h
|
||||
@ -69,10 +72,12 @@ include/gdalgrid_priv.h
|
||||
include/gdaljp2abstractdataset.h
|
||||
include/gdaljp2metadata.h
|
||||
include/gdaljp2metadatagenerator.h
|
||||
include/gdalpansharpen.h
|
||||
include/gdalsse_priv.h
|
||||
include/gdalwarper.h
|
||||
include/gdalwarpkernel_opencl.h
|
||||
include/gvgcpfit.h
|
||||
include/internal_qhull_headers.h
|
||||
include/memdataset.h
|
||||
include/ogr_api.h
|
||||
include/ogr_core.h
|
||||
|
Loading…
Reference in New Issue
Block a user