Date: Fri, 6 Feb 2009 18:10:04 GMT From: Konstantin Saurbier <konstantin@saurbier.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/131421: ports/graphics/geos: /usr/local/include/geos/geom/BinaryOp.h:54:44: error: geos/precision/GeometrySnapper.h: No such file or directory Message-ID: <200902061810.n16IA48Z050861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/131421; it has been noted by GNATS. From: Konstantin Saurbier <konstantin@saurbier.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131421: ports/graphics/geos: /usr/local/include/geos/geom/BinaryOp.h:54:44: error: geos/precision/GeometrySnapper.h: No such file or directory Date: Fri, 6 Feb 2009 19:02:09 +0100 --Apple-Mail-10-85575866 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Hi, this fix installs the missing header and updates Geos to 3.0.3. Also I will submit a bug report to the Geos developers, because this error is still present in the RC1 for release 3.1.0. Best regards, Konstantin Saurbier --Apple-Mail-10-85575866 Content-Disposition: attachment; filename=geos-3.0.3.patch Content-Type: application/octet-stream; x-unix-mode=0700; name="geos-3.0.3.patch" Content-Transfer-Encoding: 7bit --- graphics/geos.orig/Makefile 2008-11-23 16:27:22.000000000 +0000 +++ graphics/geos/Makefile 2009-02-06 17:17:06.401492000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= geos -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ DISTNAME= ${PORTNAME}-${PORTVERSION} --- graphics/geos.orig/distinfo 2008-11-23 16:27:22.000000000 +0000 +++ graphics/geos/distinfo 2009-02-06 17:17:41.659743000 +0000 @@ -1,3 +1,3 @@ -MD5 (geos-3.0.2.tar.bz2) = eed6ce00f5f95ed45457e4c02f9f6c6e -SHA256 (geos-3.0.2.tar.bz2) = 21cc8257737c1ecde224b6d3541e82519750d281653fbc6a9b387c05079ac891 -SIZE (geos-3.0.2.tar.bz2) = 1074953 +MD5 (geos-3.0.3.tar.bz2) = c6a1f4d82fa9219e7ee799c784347681 +SHA256 (geos-3.0.3.tar.bz2) = f33010a7757ff8e0260601597611dc5c70c7916b3bdcb8d7b82dfac52410b3df +SIZE (geos-3.0.3.tar.bz2) = 1075288 --- graphics/geos.orig/files/patch-source-headers-geos-precision-Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ graphics/geos/files/patch-source-headers-geos-precision-Makefile.in 2009-02-06 16:59:37.363025000 +0000 @@ -0,0 +1,15 @@ +--- source/headers/geos/precision/Makefile.in.orig 2009-02-06 16:54:40.692917675 +0000 ++++ source/headers/geos/precision/Makefile.in 2009-02-06 16:55:07.121105056 +0000 +@@ -219,11 +219,11 @@ + CommonBitsOp.h \ + CommonBitsRemover.h \ + EnhancedPrecisionOp.h \ ++ GeometrySnapper.h \ + SimpleGeometryPrecisionReducer.h + + noinst_HEADERS = \ + CommonBits.h \ +- GeometrySnapper.h \ + LineStringSnapper.h + + all: all-am --- graphics/geos.orig/pkg-plist 2008-11-23 16:27:22.000000000 +0000 +++ graphics/geos/pkg-plist 2009-02-06 16:39:05.707264000 +0000 @@ -141,6 +141,7 @@ include/geos/precision/CommonBitsOp.h include/geos/precision/CommonBitsRemover.h include/geos/precision/EnhancedPrecisionOp.h +include/geos/precision/GeometrySnapper.h include/geos/precision/SimpleGeometryPrecisionReducer.h include/geos/simplify/DouglasPeuckerSimplifier.h include/geos/simplify/TopologyPreservingSimplifier.h --Apple-Mail-10-85575866 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-10-85575866--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902061810.n16IA48Z050861>