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.
This commit is contained in:
parent
5ed5a016d2
commit
deed3e795e
3 changed files with 6 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2006/10/02 13:47:19 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2006/11/10 21:19:43 gdt Exp $
|
||||
|
||||
DISTNAME= postgis-${VERSION}
|
||||
VERSION= 1.1.4
|
||||
VERSION= 1.1.6
|
||||
PKGNAME= postgresql81-postgis-${VERSION}
|
||||
MASTER_SITES= http://postgis.refractions.net/download/
|
||||
CATEGORIES= databases geography
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2006/10/02 13:47:19 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.4 2006/11/10 21:19:43 gdt Exp $
|
||||
|
||||
SHA1 (postgis-1.1.4.tar.gz) = 96afd988aeabb92efa0a99b25cc77be29c700dde
|
||||
RMD160 (postgis-1.1.4.tar.gz) = 8441aba816154ebe743a93334df9df43a15fa87e
|
||||
Size (postgis-1.1.4.tar.gz) = 1853989 bytes
|
||||
SHA1 (patch-aa) = 0b319c966ae1b47a2a7c65a8385a6b8e4df28c5e
|
||||
SHA1 (postgis-1.1.6.tar.gz) = b13c36e50e30c572298cb8631bc83e5318d24bcc
|
||||
RMD160 (postgis-1.1.6.tar.gz) = 414b7d03e1b14f7e46dabc32484ec25b4dc42916
|
||||
Size (postgis-1.1.6.tar.gz) = 2039011 bytes
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2006/09/20 16:24:46 gdt Exp $
|
||||
|
||||
--- configure.orig 2006-07-01 00:53:02.000000000 -0400
|
||||
+++ configure
|
||||
@@ -3735,7 +3735,7 @@ fi;
|
||||
|
||||
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
|
Loading…
Reference in a new issue