ports/73614: [PATCH] graphics/geos: update to 2.0.1

Sam Lawrance boris at brooknet.com.au
Sat Nov 6 14:40:38 UTC 2004


>Number:         73614
>Category:       ports
>Synopsis:       [PATCH] graphics/geos: update to 2.0.1
>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:   Sat Nov 06 14:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Nov  5 20:02:29 EST
>Description:
Update GEOS to 2.0.1

Major version goes up; this will probably BREAK PostGIS until it
is updated and rebuilt. PostGIS maintainer is CC'ed. 
PostGIS needs the following changes to keep up:
 - replace geos.1 with geos.2 in the databases/postgis Makefile
 - set PORTREVISION

I'm running Mapserver backed by PostGIS and the new GEOS now;
everything seems to be fine so far. Only tested on 5.3.

>How-To-Repeat:
>Fix:

--- geos-2.0.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	4 Feb 2004 05:20:53 -0000	1.2
+++ Makefile	6 Nov 2004 02:47:55 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	geos
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	2.0.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://geos.refractions.net/
-DISTNAME=	${PORTNAME}-${PORTVERSION}.0
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	lmartins at nepe.eee.ufg.br
 COMMENT=	GEOS implements all the OpenGIS "Simple Features for SQL"
@@ -18,6 +17,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_GMAKE=	YES
 GNU_CONFIGURE=	YES
+USE_BZIP2=	YES
 
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	18 Mar 2004 20:59:12 -0000	1.2
+++ distinfo	6 Nov 2004 02:49:34 -0000
@@ -1,2 +1,2 @@
-MD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9
-SIZE (geos-1.0.0.tar.gz) = 427970
+MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320
+SIZE (geos-2.0.1.tar.bz2) = 512701
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/geos/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	3 Jan 2004 06:31:16 -0000	1.1
+++ pkg-plist	6 Nov 2004 12:48:18 -0000
@@ -1,27 +1,35 @@
 bin/geos-config
-include/geos/bigtest.h
+include/geos.h
 include/geos/geom.h
+include/geos/geomUtil.h
+include/geos/geomgraph.h
+include/geos/geomgraphindex.h
 include/geos/geosAlgorithm.h
-include/geos/graph.h
-include/geos/graphindex.h
 include/geos/indexBintree.h
 include/geos/indexChain.h
 include/geos/indexQuadtree.h
 include/geos/indexStrtree.h
 include/geos/indexSweepline.h
 include/geos/io.h
+include/geos/noding.h
+include/geos/nodingSnapround.h
 include/geos/opBuffer.h
 include/geos/opDistance.h
+include/geos/opLinemerge.h
 include/geos/opOverlay.h
+include/geos/opPolygonize.h
 include/geos/opRelate.h
 include/geos/opValid.h
 include/geos/operation.h
+include/geos/planargraph.h
 include/geos/platform.h
+include/geos/precision.h
 include/geos/spatialIndex.h
 include/geos/unload.h
 include/geos/util.h
+include/geos/version.h
 lib/libgeos.a
 lib/libgeos.la
 lib/libgeos.so
-lib/libgeos.so.1
+lib/libgeos.so.2
 @dirrm include/geos
--- geos-2.0.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list