summaryrefslogtreecommitdiff
path: root/databases/postgis/files/patch-lwgeom
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-23 08:44:08 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-23 08:44:08 +0000
commitd330210a51267e5fb698f0553eb742d65a0150d4 (patch)
treeebeeb31a177078eff2a315015c5a06900c86c996 /databases/postgis/files/patch-lwgeom
parentUnbreak on 4.x by using the port's included wide character functions. (diff)
Update PostGIS to 1.0.0.
PR: ports/80223 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=133987
Diffstat (limited to 'databases/postgis/files/patch-lwgeom')
-rw-r--r--databases/postgis/files/patch-lwgeom10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgis/files/patch-lwgeom b/databases/postgis/files/patch-lwgeom
index d596d42e62d5..a85162cacf85 100644
--- a/databases/postgis/files/patch-lwgeom
+++ b/databases/postgis/files/patch-lwgeom
@@ -1,5 +1,5 @@
---- lwgeom/Makefile Fri Mar 18 09:43:23 2005
-+++ lwgeom/Makefile Mon Mar 21 08:58:26 2005
+--- lwgeom/Makefile Mon Apr 4 06:48:57 2005
++++ lwgeom/Makefile Thu Apr 21 17:08:37 2005
@@ -21,10 +21,10 @@
ifeq (${USE_VERSION},71)
@@ -23,10 +23,10 @@
+ $(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(DATADIR)/lwpostgis.sql.default
+ $(INSTALL_DATA) ../spatial_ref_sys.sql $(DESTDIR)$(DATADIR)/spatial_ref_sys.sql
+ $(INSTALL_DATA) ../README.postgis $(DESTDIR)$(DATADIR)/README.postgis
+ $(INSTALL_DATA) ../doc/man/pgsql2shp.1 $(DESTDIR)$(mandir)/man1/pgsql2shp.1
+ $(INSTALL_DATA) ../doc/man/shp2pgsql.1 $(DESTDIR)$(mandir)/man1/shp2pgsql.1
- #- This has been copied from postgresql and adapted
- install-lwgeom-lib: $(shlib)
-@@ -169,9 +169,9 @@
+@@ -171,9 +171,9 @@
sh ../geos_version.sh $(GEOS_DIR) > postgis_geos_version.h
installdirs: