Bug 90169 - [maintainer-update] Postgis upgrade from 1.0.5 to 1.0.6
Summary: [maintainer-update] Postgis upgrade from 1.0.5 to 1.0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 01:30 UTC by Anderson S. Ferreira
Modified: 2005-12-12 21:02 UTC (History)
0 users

See Also:


Attachments
postgis.patch (4.50 KB, patch)
2005-12-10 01:30 UTC, Anderson S. Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anderson S. Ferreira 2005-12-10 01:30:09 UTC
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
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-12-10 23:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 2 Sam Lawrance 2005-12-11 02:08:57 UTC
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
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-12-11 02:21:52 UTC
State Changed
From-To: open->feedback

Asked maintainer for review of changes. 

Sorry about those URLs wrapping.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-12-12 21:02:00 UTC
State Changed
From-To: feedback->closed

Committed with the changes you approved. Thanks!