Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2012 06:48:07 GMT
From:      lbartoletti <coder@tuxfamily.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164468: [Update] Gdal 1.8.1 -> 1.9.0
Message-ID:  <201201250648.q0P6m7cZ082542@freefall.freebsd.org>
Resent-Message-ID: <201201250650.q0P6o8v5082853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164468
>Category:       ports
>Synopsis:       [Update] Gdal 1.8.1 -> 1.9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 25 06:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     lbartoletti
>Release:        
>Organization:
>Environment:
>Description:
There is a new version of Gdal (graphics/gdal) 1.9.0.
Here the diff, seems works but don't have time to make all tests.

see http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072403.html

>How-To-Repeat:

>Fix:
diff -ruN gdal/Makefile /usr/ports/graphics/gdal/Makefile
--- gdal/Makefile	2012-01-13 17:33:51.000000000 +0100
+++ /usr/ports/graphics/gdal/Makefile	2011-09-22 06:10:15.000000000 +0200
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	gdal
-PORTVERSION=	1.9.0
+PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/ \
 		ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -16,7 +17,7 @@
 COMMENT=	A translator library for geospatial data formats
 
 CONFIGURE_ARGS=	--datadir=${DATADIR} --with-libz=/usr
-CONFIGURE_ENV=	LDFLAGS+="${LDFLAGS}"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}
 MAKEFILE=	GNUmakefile
diff -ruN gdal/distinfo /usr/ports/graphics/gdal/distinfo
--- gdal/distinfo	2012-01-13 06:53:29.000000000 +0100
+++ /usr/ports/graphics/gdal/distinfo	2011-07-16 18:27:54.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (gdal-1.9.0.tar.gz) = 38e094ae453bb85b25f735aa167b740ec9d9185306cb465f608f827e6be158c7
-SIZE (gdal-1.9.0.tar.gz) = 9435584
+SHA256 (gdal-1.8.1.tar.gz) = d5d76b85b4a7a0e28ead6c92be0eba9e2b2361a06db0a60ef0fb85db63e7a5df
+SIZE (gdal-1.8.1.tar.gz) = 8852355
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201250648.q0P6m7cZ082542>