summaryrefslogtreecommitdiff
path: root/geography/geos/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2011-06-16 09:24:05 +0000
committeradam <adam>2011-06-16 09:24:05 +0000
commit1d3782aa5f2da300cdbb82906e1e6229073836c7 (patch)
treef555d12ff57f7662870c2fba27df468d03b4e3aa /geography/geos/buildlink3.mk
parent7ed293ff8e102b58d27e184b03ad9480259a5657 (diff)
downloadpkgsrc-1d3782aa5f2da300cdbb82906e1e6229073836c7.tar.gz
Changes 3.3.0:
- New things: - CAPI: GEOSBufferWithParams (allows single sided buffers) - CAPI: GEOSOffsetCurve deprecates GEOSSingleSidedBuffer - CAPI: GEOSUnaryUnion deprecates GEOSCascadedUnion - CAPI: GEOSisValidDetail: tell state, reason & location apart. allows passing flags. - CAPI: GEOSContext_setNoticeHandler_r, GEOSContext_setErrorHandler_r - CAPI: GEOSGeom_createEmptyPoint, GEOSGeom_createEmptyLineString GEOSGeom_createEmptyPolygon, GEOSGeom_createEmptyCollection - CAPI: GEOSGeom_extractUniquePoints - CAPI: GEOSGetGeometryN support for single geometries - CAPI: GEOSPolygonize_full to return all informations computed by the polygonizer - CAPI: GEOSOrientationIndex - CAPI: GEOSSharedPaths to find shared paths and their orientation - CAPI: GEOSSnap - CAPI: GEOSRelatePatternMatch - CAPI: GEOSCovers, GEOSCoveredBy - CAPI: GEOSRelateBoundaryNodeRule - PHP: new PHP5 bindings based on CAPI - Semantic C++ API changes: - Geometry inheritance chain changed to introduce Puntal, Lineal and Polygonal classes (virtual inheritance introduced) - Polygonizer::getInvalidRingLines retains ownership of vector elements - Geometry::isWithinDistance method is now const - Polygonizer::getCutEdges returns by const ref - Polygonizer::getDangles returns by const ref - Empty LinearRings are closed by definition - Bug fixes / improvements - Fixed Geometry.distance() and DistanceOp to return 0.0 for empty inputs - Invalid compound geometries reported as valid - Return up to 15 digits of precision from GEOSisValidReason_t - CAPI: do not leak contexts when using the non-reentrant interface - Fix duplicated dangles returned by Polygonizer - Fix SnapIfNeededOverlayOp to throw the originating exception - Fixed LineMerger to skip lines with only a single unique coordinate - Fix NodedSegmentString to handle zero-length line segments correctly (via safeOctant) - Fixed buffer OffsetCurveSetBuilder to handle "flat" rings correctly - Added illegal state check in LineSegment::pointAlongOffset() - Improved performance of RectangleIntersects by always using segment-scanning and refining SegmentIntersectionTester - Reduce memory use in PreparedGeometry predicates - Fix infinite loop in RobustDeterminant with nan/inf input
Diffstat (limited to 'geography/geos/buildlink3.mk')
-rw-r--r--geography/geos/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/geos/buildlink3.mk b/geography/geos/buildlink3.mk
index 0a99a32ce52..e5860ca7a78 100644
--- a/geography/geos/buildlink3.mk
+++ b/geography/geos/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2009/12/14 23:36:05 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2011/06/16 09:24:05 adam Exp $
BUILDLINK_TREE+= geos
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= geos
GEOS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.geos+= geos>=2.2.3
-BUILDLINK_ABI_DEPENDS.geos?= geos>=3.2.0
+BUILDLINK_ABI_DEPENDS.geos+= geos>=3.2.0
BUILDLINK_PKGSRCDIR.geos?= ../../geography/geos
.endif # GEOS_BUILDLINK3_MK