Postgis upgrade from 1.0.5 to 1.0.6 The 1.0.6 release includes many small bug fixes and initial support for PostgreSQL 8.2. * Fixed palloc(0) call in collection deserializer (only gives problem with --enable-cassert) * Fixed bbox cache handling bugs * Fixed geom_accum(NULL, NULL) segfault * Initial support for postgresql 8.2 * Fixed segfault in addPoint() * Fixed short-allocation in lwcollection_clone() * Fixed bug in segmentize() * Added missing SRID mismatch checks in GEOS ops * Fixed bbox computation of SnapToGrid output
Responsible Changed From-To: freebsd-ports-bugs->lawrance Grab
What do you think about this patch: http://people.freebsd.org/ ~lawrance/patch-postgis ? It's mostly the same, however it also - retains USE_PGSQL - makes use of the :configure target (no need for pre-configure: to do that) - uses postgresql source in-place Builds successfully on 4.11 and 6.0: http://gis2.newcastle.edu.au/tinderbox/logs/6.0-FreeBSD/ postgis-1.0.6.log http://gis2.newcastle.edu.au/tinderbox/logs/4.11-FreeBSD/ postgis-1.0.6.log
State Changed From-To: open->feedback Asked maintainer for review of changes. Sorry about those URLs wrapping.
State Changed From-To: feedback->closed Committed with the changes you approved. Thanks!