head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.14 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.12 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.10 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.8 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.6 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2011.12.31.17.14.16; author gdt; state dead; branches; next 1.1; 1.1 date 2010.03.05.14.55.21; author gdt; state Exp; branches; next ; desc @@ 1.2 log @Remove pkgsrc's attempt to force using libtool. Postgresql upstream does not use libtool. pkgsrc used to change postgresql to use libtool, and this package was written to use the pkgsrc-added libtool support. pkgsrc no longer modifies postgresql to use libtool, so postgis did not build. In addition to backing out all the make-postgis-use-libtool packages, this commit adds a patch to add rpath to the PGSQL_FE_LDFLAGS, which upstream hand constructs from pg_config output. PKGREVISION++, but no change in version or functionality (from the previous state, which also didn't build) intended. @ text @$NetBSD: patch-ad,v 1.1 2010/03/05 14:55:21 gdt Exp $ There is confusion in the pkgsrc-provided Makefile.shlib about what's a shared library vs a module. This patch is wrong, but fits with the existing problems to create a consistent build. All that really matters is that the postgis module be dlopenable and everything think it is in the same place. --- postgis/Makefile.pgxs.orig 2010-01-12 10:33:49.000000000 +0000 +++ postgis/Makefile.pgxs @@@@ -55,7 +55,7 @@@@ ifdef SCRIPTS_built done endif # SCRIPTS_built ifdef MODULE_big - $(INSTALL_SHLIB) $(shlib) '$(DESTDIR)$(pkglibdir)/$(MODULE_big)$(DLSUFFIX)' + $(INSTALL_SHLIB) $(shlib) '$(DESTDIR)$(libdir)/lib$(MODULE_big)$(DLSUFFIX)' endif # MODULE_big installdirs: @ 1.1 log @Update to 1.5.0. Some rough edges due to pkgsrc's replacement of pgsql's Makefile.shlib are patched around. ('make test' passes on netbsd-5/i386 with postgresql84.) This is a major release adding a significant number of new features including: * New "geography" type for managing geodetic (lat/lon) data * Performance-enhanced distance calculations * GML and KML format readers * Improved shape loading GUI * And more! Release Notes Important Changes * =~ operator now indicates bounding box equality, not feature equality * GEOS 3.1 is now the minimum accepted version of GEOS * GEOS 3.2 is needed if you want to use enhanced buffering features and ST_HausdorffDistance * GEOS, LibXML2, and Proj4 are now mandatory dependencies New Features * Added Hausdorff distance calculations (#209) (Vincent Picavet) * Added parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli) * Performance improvements to ST_Distance (Nicklas Avén) * Addition of other Distance related visualization and analysis functions (Nicklas Avén) * ST_ClosestPoint * ST_DFullyWithin * ST_LongestLine * ST_MaxDistance * ST_ShortestLine * KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin) * Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey) * Add measure values to existing linestring with ST_AddMeasure (Paul Ramsey) * History table implementation in utils (George Silva) * Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland) * In place 'make check' support (Paul Ramsey) * Geography type and supporting functions o Spherical algorithms from Dave Skea o Object/index implementation from Paul Ramsey o Selectivitiy implementation from Mark Cave-Ayland o Serializations (KML, GML, JSON) from Olivier Courtin o ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, ST_Intersects, ST_Covers, ST_Buffer * Documentation updates and improvements (Regina Obe, Kevin Neufeld) * Testing and quality control (Regina Obe) * PostGIS 1.5 support PostgreSQL 8.5 trunk (Guillaume Lelarge) * Many, many other changes @ text @d1 1 a1 1 $NetBSD$ @