Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 09:46:28 GMT
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175623: [PATCH] graphics/geos: update to 3.3.7
Message-ID:  <201301270946.r0R9kS39048940@red.freebsd.org>
Resent-Message-ID: <201301270950.r0R9o1lm093944@freefall.freebsd.org>

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

>Number:         175623
>Category:       ports
>Synopsis:       [PATCH] graphics/geos: update to 3.3.7
>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:   Sun Jan 27 09:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        10.0-CURRENT (amd64)
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r245911: Fri Jan 25 19:59:21 CET 2013     xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
graphics/geos is at version 3.3.3 from 2012-04-01. The newest version 3.3.7 from 2013-01-22 brings in a lot of bug fixes and improvements.

>How-To-Repeat:

>Fix:
The following small patch should update the port to the newest version. This should work on all platforms (only testet on amd64).

Their remains a problem with option RUBY enabled. This breaks the build.

Patch attached with submission follows:

diff -Naur geos.orig/Makefile geos/Makefile
--- geos.orig/Makefile	2012-08-03 14:33:13.000000000 +0200
+++ geos/Makefile	2013-01-27 09:22:27.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	geos
-PORTVERSION=	3.3.3
+PORTVERSION=	3.3.7
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/geos/
 
diff -Naur geos.orig/distinfo geos/distinfo
--- geos.orig/distinfo	2012-08-03 14:33:13.000000000 +0200
+++ geos/distinfo	2013-01-27 09:23:15.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (geos-3.3.3.tar.bz2) = dfcf4bd70ab212a5b7bad21d01b84748f101a545092b56dafdc3882ef3bddec9
-SIZE (geos-3.3.3.tar.bz2) = 1852272
+SHA256 (geos-3.3.7.tar.bz2) = fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b
+SIZE (geos-3.3.7.tar.bz2) = 1820984
diff -Naur geos.orig/pkg-plist geos/pkg-plist
--- geos.orig/pkg-plist	2012-08-03 14:33:13.000000000 +0200
+++ geos/pkg-plist	2013-01-27 09:59:00.000000000 +0100
@@ -356,7 +356,7 @@
 include/geos/util/math.h
 include/geos/version.h
 include/geos_c.h
-lib/libgeos-3.3.3.so
+lib/libgeos-3.3.7.so
 lib/libgeos.a
 lib/libgeos.la
 lib/libgeos.so
@@ -365,7 +365,6 @@
 lib/libgeos_c.la
 lib/libgeos_c.so
 lib/libgeos_c.so.8
-@dirrm lib/geos
 @dirrm include/geos/util
 @dirrm include/geos/simplify
 @dirrm include/geos/precision
@@ -410,10 +409,10 @@
 %%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyc
 %%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo
 %%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/geos
-%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%
+%%WITH_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
 %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a
 %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.la
 %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so
 %%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/
-%%WITH_PHP%%lib/php/20090626/geos.so
-%%WITH_PHP%%@dirrmtry lib/php/20090626
+%%WITH_PHP%%lib/php/20100525/geos.so
+%%WITH_PHP%%@dirrmtry lib/php/20100525


>Release-Note:
>Audit-Trail:
>Unformatted:



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