Date: Tue, 30 Jul 2013 11:20:40 GMT From: Rainer Hurling <rhurlin@gwdg.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/180945: [PATCH] graphics/gdal: update to 1.10.0 Message-ID: <201307301120.r6UBKeBH070799@oldred.freebsd.org> Resent-Message-ID: <201307301130.r6UBU01i069055@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180945 >Category: ports >Synopsis: [PATCH] graphics/gdal: update to 1.10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rainer Hurling >Release: 10.0-CURRENT (amd64) with clang >Organization: >Environment: FreeBSD xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253775: Mon Jul 29 22:46:31 CEST 2013 xxx@xxx.xxx:/usr/obj/usr/src/sys/XXX amd64 >Description: Version 1.10.0 of graphics/gdal brings a lot of new features, bug fixes and improvements, see http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News . There are two items unsettled for me (see gdal's NEWS file): - is there need for new optional dependencies for libpcre and libxml2? At the moment the configure finds both and uses them. I think this should be considered by LIB_DEPENDS? - configure-arg '--with-python' needed or useful? In this context swig could be useful, too? >How-To-Repeat: >Fix: The patch should build and install cleanly. Patch attached with submission follows: diff -Naur gdal.orig/Makefile gdal/Makefile --- gdal.orig/Makefile 2013-07-11 21:42:23.000000000 +0200 +++ gdal/Makefile 2013-07-30 11:31:36.000000000 +0200 @@ -2,11 +2,11 @@ # $FreeBSD: head/graphics/gdal/Makefile 322783 2013-07-11 16:26:26Z sunpoet $ PORTNAME= gdal -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.10.0 +PORTREVISION= 0 CATEGORIES= graphics geography -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff -Naur gdal.orig/distinfo gdal/distinfo --- gdal.orig/distinfo 2013-06-20 20:19:51.000000000 +0200 +++ gdal/distinfo 2013-07-30 11:32:16.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (gdal-1.9.2.tar.gz) = 9f3b9ae968eaa8d06ee5448e5b65e7bfa940e2e345282a29d95275421f36c688 -SIZE (gdal-1.9.2.tar.gz) = 9495381 +SHA256 (gdal-1.10.0.tar.gz) = 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 +SIZE (gdal-1.10.0.tar.gz) = 10232486 diff -Naur gdal.orig/pkg-plist gdal/pkg-plist --- gdal.orig/pkg-plist 2013-06-20 20:19:51.000000000 +0200 +++ gdal/pkg-plist 2013-07-30 12:55:31.000000000 +0200 @@ -10,6 +10,7 @@ bin/gdalinfo bin/gdallocationinfo bin/gdalmanage +bin/gdalserver bin/gdalsrsinfo bin/gdaltindex bin/gdaltransform @@ -35,11 +36,14 @@ include/cpl_multiproc.h include/cpl_odbc.h include/cpl_port.h +include/cpl_progress.h include/cpl_quad_tree.h +include/cpl_spawn.h include/cpl_string.h include/cpl_time.h include/cpl_vsi.h include/cpl_vsi_virtual.h +include/cpl_vsil_curl_priv.h include/cpl_win32ce_api.h include/cpl_wince.h include/cplkeywordparser.h @@ -52,8 +56,10 @@ include/gdal_priv.h include/gdal_proxy.h include/gdal_rat.h +include/gdal_simplesurf.h include/gdal_version.h include/gdal_vrt.h +include/gdalexif.h include/gdalgrid.h include/gdaljp2metadata.h include/gdalwarper.h @@ -64,6 +70,7 @@ include/ogr_core.h include/ogr_feature.h include/ogr_featurestyle.h +include/ogr_geocoding.h include/ogr_geometry.h include/ogr_p.h include/ogr_spatialref.h @@ -75,7 +82,7 @@ lib/libgdal.a lib/libgdal.la lib/libgdal.so -lib/libgdal.so.17 +lib/libgdal.so.18 %%DATADIR%%/GDALLogoBW.svg %%DATADIR%%/GDALLogoColor.svg %%DATADIR%%/GDALLogoGS.svg @@ -101,6 +108,9 @@ %%DATADIR%%/header.dxf %%DATADIR%%/nitf_spec.xml %%DATADIR%%/nitf_spec.xsd +%%DATADIR%%/osmconf.ini +%%DATADIR%%/ozi_datum.csv +%%DATADIR%%/ozi_ellips.csv %%DATADIR%%/pci_datum.txt %%DATADIR%%/pci_ellips.txt %%DATADIR%%/pcs.csv @@ -122,4 +132,5 @@ %%DATADIR%%/unit_of_measure.csv %%DATADIR%%/vertcs.csv %%DATADIR%%/vertcs.override.csv -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%% +@dirrmtry lib/gdalplugins >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301120.r6UBKeBH070799>