head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.12 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.10 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.8 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.6 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2008.12.10.23.41.20; author gdt; state dead; branches; next 1.3; 1.3 date 2006.12.06.17.43.27; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.11.10.21.19.43; author gdt; state dead; branches; next 1.1; 1.1 date 2006.09.20.16.24.46; author gdt; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.3.4. patch-aa was applied upstream. PostGIS 1.3.4 2008/11/24 - New Features - Add new ST_AsGeoJSON() function to allow conversion of geometries to GeoJSON format within the database. (Olivier Courtin) - Add forthcoming PostgreSQL 8.4 support (Paul Ramsey, Mark Cave-Ayland) - Improved CSS for PostGIS documentation (Dane Springmeyer) - Inclusion of new "postgis_comments.sql" file to enable detailed function comments to be installed for PostGIS functions. This attaches a description and associated parameter information to each function so that this information is available directly within psql/pgAdmin (Regina Obe) - Enhancements and Bug Fixes - General documentation improvements (Regina Obe, Kevin Neufield) - Improve PiP code by removing substantial memory leaks and adding multi-polygon support (Paul Ramsey) - Improve GiST consistent performance (Paul Ramsey) - GBT#20: Improved algorithm for ST_DWithin (Paul Ramsey) - GBT#21: locate_along_measure: wrong values, invalid data (Mark Cave-Ayland) - GBT#23: wrong proj4text in spatial_ref_sys for SRID 31300 and 31370 (Paul Ramsey) - GBT#43: Heap over-read in compute_geometry_stats() (Landon Fuller) - GBT#44: ST_Relate(geom,geom,pattern) is case sensitive (Paul Ramsey) - GBT#45: bug in postgis_restore.pl - not passing options to createdb (Paul Ramsey) - GBT#58: bounding box of circular string is incorrect (Mark Leslie) - GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING (Mark Cave-Ayland) - GBT#66: ST_Dump kills backend when fed CIRCULAR STRING (Mark Cave-Ayland) - GBT#68: ST_Shift_Longitude doesn't work with MULTIPOINT (Mark Cave-Ayland) - GBT#69: ST_Translate crashes when fed circular string (Mark Cave-Ayland) - GBT#70: ST_NPoints Crashes with Curves (Mark Cave-Ayland) @ text @$NetBSD: patch-aa,v 1.3 2006/12/06 17:43:27 joerg Exp $ --- lwgeom/Makefile.shlib.orig 2006-12-06 17:36:49.000000000 +0000 +++ lwgeom/Makefile.shlib @@@@ -140,6 +140,10 @@@@ ifeq ($(PORTNAME), freebsd) endif endif +ifeq ($(PORTNAME), dragonfly) + LINK.shared = $(COMPILER) -shared -Wl,-x,-soname,$(soname) +endif + ifeq ($(PORTNAME), netbsd) ifdef ELF_SYSTEM LINK.shared = $(COMPILER) -shared -Wl,-x,-soname,$(soname) @ 1.3 log @Fix build on DragonFly. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.1.6. PostGIS 1.1.6 2006/11/02 - fixed CAPI change that broke 64-bit platforms - use Z ordinate in reprojections - spatial_ref_sys.sql updated to EPSG 6.11.1 - Simplified Version.config infrastructure to use a single pack of version variables for everything. - Include the Version.config in loader/dumper USAGE messages - Replace hand-made, fragile JDBC version parser with Properties - Fixed setSRID() bug in JDBC, thanks to Thomas Marti - loader/dumper: fixed regression tests and usage output PostGIS 1.1.5 2006/10/13 - Java: - Removed obsolete synchronization from Jts code. - fixed nullpointer Exception in Geometry.equals() method - Added EJB3Spatial.odt to fulfill the GPL requirement of distributing the "preferred form of modification" - Added -S option for non-multi geometries to shp2pgsql - Updated heavily outdated README files for shp2pgsql/pgsql2shp by merging them with the manpages. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/09/20 16:24:46 gdt Exp $ d3 5 a7 3 --- configure.orig 2006-07-01 00:53:02.000000000 -0400 +++ configure @@@@ -3735,7 +3735,7 @@@@ fi; d9 7 a15 7 if test $USE_GEOS -gt 0; then GEOS_DIR=`$GEOSCONFIG --prefix` - GEOS_LDFLAGS=`$GEOSCONFIG --ldflags` + GEOS_LDFLAGS=`$GEOSCONFIG --libs` GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` if test "$GEOS_MAJOR" = "@@GEOS_VERSION@@"; then GEOS_MAJOR=1 @ 1.1 log @Use 'geos-config --libs' instead of --ldflags, to match usage of the version we have in pkgsrc. Fixes failure of library to find geos/proj prerequisites. PKGREVISION++ @ text @d1 1 a1 1 $NetBSD$ @