From bofh@bofh.telnet.net.bd  Tue Apr 24 20:13:57 2012
Return-Path: <bofh@bofh.telnet.net.bd>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CED13106566C;
	Tue, 24 Apr 2012 20:13:57 +0000 (UTC)
	(envelope-from bofh@bofh.telnet.net.bd)
Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116])
	by mx1.freebsd.org (Postfix) with ESMTP id 297C38FC12;
	Tue, 24 Apr 2012 20:13:56 +0000 (UTC)
Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42])
	by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 5EEAA2D4179;
	Wed, 25 Apr 2012 02:13:58 +0600 (BDT)
Received: (from root@localhost)
	by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3OKDm8F095196;
	Wed, 25 Apr 2012 02:13:48 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201204242013.q3OKDm8F095196@bofh.telnet.net.bd>
Date: Wed, 25 Apr 2012 02:13:48 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@freebsd.org
Subject: [PATCH] graphics/gdal: update to 1.9.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167277
>Category:       ports
>Synopsis:       [PATCH] graphics/gdal: update to 1.9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 20:20:10 UTC 2012
>Closed-Date:    Sat May 19 10:33:14 UTC 2012
>Last-Modified:  Sat May 19 10:33:14 UTC 2012
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 1.9.0

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/gdal-1.9.0.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/gdal-1.9.0.log
http://tb.s.ubze.ro//logs/8.2-FreeBSD-i386/gdal-1.9.0.log
http://tb.s.ubze.ro//logs/8.2-FreeBSD-amd64/gdal-1.9.0.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/gdal-1.9.0.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/gdal-1.9.0.log

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- gdal-1.9.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/gdal/Makefile ./Makefile
--- /usr/ports/graphics/gdal/Makefile	2012-02-21 20:16:25.000000000 +0600
+++ ./Makefile	2012-04-25 02:12:51.009890600 +0600
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gdal
-PORTVERSION=	1.8.1
-PORTREVISION=	3
+PORTVERSION=	1.9.0
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/ \
 		ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -17,7 +16,6 @@
 COMMENT=	A translator library for geospatial data formats
 
 CONFIGURE_ARGS=	--datadir=${DATADIR} --with-libz=/usr
-CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}
 MAKEFILE=	GNUmakefile
@@ -59,7 +57,6 @@
 
 HDF5_VER?=	18
 NETCDF_VER?=	4
-XERCES_PORT?=	textproc/xerces-c3
 
 .include <bsd.port.options.mk>
 
@@ -201,8 +198,8 @@
 PYEASYINSTALL_CMD=	${LOCALBASE}/bin/easy_install-${PYTHON_VER}
 PYDISTUTILS_PKGNAME=	${PORTNAME:U}
 PYDISTUTILS_PKGVERSION=	${PORTVERSION}
-_OSRELEASE!=		${UNAME} -r
-PYEASYINSTALL_OSARCH=	-${OPSYS:L}-${_OSRELEASE}-${ARCH}
+OSRELEASE=		${UNAME} -r
+PYEASYINSTALL_OSARCH=	-${OPSYS:L}-$$(${OSRELEASE})-${ARCH}
 PYEASYINSTALL_EGG=	${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg
 PYEASYINSTALL_BINDIR=	${PREFIX}/bin
 PYEASYINSTALL_SITELIBDIR=	${PYTHONPREFIX_SITELIBDIR}
@@ -254,7 +251,7 @@
 .endif
 
 .if defined(WITH_XERCES)
-LIB_DEPENDS+=		xerces-c:${PORTSDIR}/${XERCES_PORT}
+LIB_DEPENDS+=		xerces-c:${PORTSDIR}/textproc/xerces-c3
 CONFIGURE_ARGS+=	--with-xerces=${LOCALBASE} \
 			--with-xerces-inc=${LOCALBASE}/include \
 			--with-xerces-lib=-lxerces-c
@@ -263,7 +260,7 @@
 .endif
 
 .if defined(WITH_HDF4) && defined(WITH_HDF5)
-IGNORE=			You can't use HDF4 with HDF5.
+IGNORE=			you can't use HDF4 with HDF5
 .endif
 
 pre-build:
diff -ruN --exclude=CVS /usr/ports/graphics/gdal/distinfo ./distinfo
--- /usr/ports/graphics/gdal/distinfo	2011-07-16 22:27:54.000000000 +0600
+++ ./distinfo	2012-04-25 00:28:02.821890729 +0600
@@ -1,2 +1,2 @@
-SHA256 (gdal-1.8.1.tar.gz) = d5d76b85b4a7a0e28ead6c92be0eba9e2b2361a06db0a60ef0fb85db63e7a5df
-SIZE (gdal-1.8.1.tar.gz) = 8852355
+SHA256 (gdal-1.9.0.tar.gz) = 38e094ae453bb85b25f735aa167b740ec9d9185306cb465f608f827e6be158c7
+SIZE (gdal-1.9.0.tar.gz) = 9435584
diff -ruN --exclude=CVS /usr/ports/graphics/gdal/pkg-plist ./pkg-plist
--- /usr/ports/graphics/gdal/pkg-plist	2011-01-29 19:08:49.000000000 +0600
+++ ./pkg-plist	2012-04-25 01:05:16.806891615 +0600
@@ -3,6 +3,7 @@
 %%PYTHON%%bin/gcps2vec.py
 %%PYTHON%%bin/gcps2wld.py
 bin/gdal-config
+bin/gdalsrsinfo
 %%PYTHON%%bin/gdal2tiles.py
 %%PYTHON%%bin/gdal2xyz.py
 %%PYTHON%%bin/gdal_calc.py
@@ -40,7 +41,6 @@
 %%PYTHON%%bin/rgb2pct.py
 bin/testepsg
 include/cpl_atomic_ops.h
-include/cpl_base64.h
 include/cpl_config.h
 include/cpl_config_extras.h
 include/cpl_conv.h
@@ -96,7 +96,7 @@
 lib/libgdal.a
 lib/libgdal.la
 lib/libgdal.so
-lib/libgdal.so.16
+lib/libgdal.so.17
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
@@ -164,6 +164,8 @@
 %%DATADIR%%/ellipsoid.csv
 %%DATADIR%%/epsg.wkt
 %%DATADIR%%/esri_extra.wkt
+%%DATADIR%%/esri_StatePlane_extra.wkt
+%%DATADIR%%/esri_Wisconsin_extra.wkt
 %%DATADIR%%/gcs.csv
 %%DATADIR%%/gcs.override.csv
 %%DATADIR%%/gdal_datum.csv
@@ -171,6 +173,8 @@
 %%DATADIR%%/gt_datum.csv
 %%DATADIR%%/gt_ellips.csv
 %%DATADIR%%/header.dxf
+%%DATADIR%%/nitf_spec.xml
+%%DATADIR%%/nitf_spec.xsd
 %%DATADIR%%/pci_datum.txt
 %%DATADIR%%/pci_ellips.txt
 %%DATADIR%%/pcs.csv
@@ -192,6 +196,7 @@
 %%DATADIR%%/unit_of_measure.csv
 %%DATADIR%%/vertcs.csv
 %%DATADIR%%/vertcs.override.csv
+%%DATADIR%%/geoccs.csv
 @dirrm %%DATADIR%%
 %%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/osgeo
 %%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
--- gdal-1.9.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 24 20:20:21 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167277 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167277: commit references a PR
Date: Sat, 19 May 2012 10:04:55 +0000 (UTC)

 sunpoet     2012-05-19 10:04:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gdal        Makefile distinfo pkg-plist 
   Added files:
     graphics/gdal/files  patch-configure 
   Log:
   - Update to 1.9.0 [1][2]
   - Sort option handlers in alphabetical order
   - Turn PYTHON option off by default due to the change in devel/py-setuptools r1.23 [3]
   - Move post-patch: upwards
   - Pet portlint
   - Cosmetic change
   
   [3] http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/py-setuptools/Makefile.diff?r1=1.22;r2=1.23;f=h
   
   Changes:        http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News
   PR:             ports/164468 [1], ports/167277 [2]
   Submitted by:   lbartoletti <coder@tuxfamily.org> [1]
                   Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
   
   Revision  Changes    Path
   1.61      +80 -82    ports/graphics/gdal/Makefile
   1.16      +2 -2      ports/graphics/gdal/distinfo
   1.1       +15 -0     ports/graphics/gdal/files/patch-configure (new)
   1.15      +7 -2      ports/graphics/gdal/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat May 19 10:33:12 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167277 
>Unformatted:
