mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.1.2
- Regenerate patch files with makepatch: Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News
This commit is contained in:
parent
d377a3bef6
commit
424c5f92fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426643
5 changed files with 17 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdal
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal
|
|||
|
||||
ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so
|
||||
CFLAGS+= -fPIC
|
||||
IGNORE_WITH_PHP=70
|
||||
#IGNORE_WITH_PHP=70
|
||||
MAKEFILE= GNUmakefile
|
||||
PHP_MOD_NAME= php_${PORTNAME}
|
||||
USES= php:build gmake localbase tar:xz
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03
|
||||
SIZE (gdal-2.1.0.tar.xz) = 7656496
|
||||
TIMESTAMP = 1479600340
|
||||
SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374
|
||||
SIZE (gdal-2.1.2.tar.xz) = 7700260
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- gdal_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800
|
||||
+++ gdal_wrap.cpp 2013-03-02 01:37:03.203201081 +0800
|
||||
@@ -932,7 +932,7 @@
|
||||
--- gdal_wrap.cpp.orig 2012-10-09 00:58:28 UTC
|
||||
+++ gdal_wrap.cpp
|
||||
@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi
|
||||
p = value->ptr;
|
||||
if (type==-1) return NULL;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC);
|
||||
}
|
||||
@@ -1423,6 +1423,7 @@
|
||||
@@ -1423,6 +1423,7 @@ t_output_helper( zval **target, zval *o)
|
||||
return;
|
||||
}
|
||||
if ( (*target)->type == IS_NULL ) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ogr_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800
|
||||
+++ ogr_wrap.cpp 2013-03-02 01:39:25.713195176 +0800
|
||||
@@ -932,7 +932,7 @@
|
||||
--- ogr_wrap.cpp.orig 2012-10-09 00:58:28 UTC
|
||||
+++ ogr_wrap.cpp
|
||||
@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi
|
||||
p = value->ptr;
|
||||
if (type==-1) return NULL;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC);
|
||||
}
|
||||
@@ -1343,6 +1343,7 @@
|
||||
@@ -1343,6 +1343,7 @@ t_output_helper( zval **target, zval *o)
|
||||
return;
|
||||
}
|
||||
if ( (*target)->type == IS_NULL ) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- osr_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800
|
||||
+++ osr_wrap.cpp 2013-03-02 01:50:03.170201473 +0800
|
||||
@@ -932,7 +932,7 @@
|
||||
--- osr_wrap.cpp.orig 2012-10-09 00:58:28 UTC
|
||||
+++ osr_wrap.cpp
|
||||
@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi
|
||||
p = value->ptr;
|
||||
if (type==-1) return NULL;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC);
|
||||
}
|
||||
@@ -1147,6 +1147,7 @@
|
||||
@@ -1147,6 +1147,7 @@ t_output_helper( zval **target, zval *o)
|
||||
return;
|
||||
}
|
||||
if ( (*target)->type == IS_NULL ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue