Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2005 22:43:43 -0200 (BRST)
From:      "Anderson S. Ferreira" <anderson@cnpm.embrapa.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87856: [maintainer update] Postgis fix for lwpostgis.sql
Message-ID:  <20051023004343.723B3845C8@ipe.cnpm.embrapa.br>
Resent-Message-ID: <200510230050.j9N0oFCq041741@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87856
>Category:       ports
>Synopsis:       [maintainer update] Postgis fix for lwpostgis.sql
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 23 00:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Anderson S. Ferreira
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Embrapa Monitoramento por Satélite
>Environment:
System: FreeBSD ipe.cnpm.embrapa.br 5.4-STABLE FreeBSD 5.4-STABLE #19: Mon Oct 17 08:03:51 BRST 2005 root@ipe.cnpm.embrapa.br:/usr/src/sys/i386/compile/IPE i386

>Description:
 
 Fix missed file lwpostgis.sql

>How-To-Repeat:

>Fix:

--- postgis.patch begins here ---
diff -Nur postgis.old/Makefile postgis/Makefile
--- postgis.old/Makefile	Sat Oct 22 22:35:47 2005
+++ postgis/Makefile	Sat Oct 22 22:37:24 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	postgis
 DISTVERSION=	1.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://postgis.refractions.net/download/
 
diff -Nur postgis.old/files/patch-lwgeom postgis/files/patch-lwgeom
--- postgis.old/files/patch-lwgeom	Mon Apr 25 07:59:09 2005
+++ postgis/files/patch-lwgeom	Sat Oct 22 22:37:52 2005
@@ -20,7 +20,7 @@
 -	$(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(datadir)/contrib/lwpostgis.sql
 -	$(INSTALL_DATA) ../spatial_ref_sys.sql $(DESTDIR)$(datadir)/contrib/spatial_ref_sys.sql
 -	$(INSTALL_DATA) ../README.postgis $(DESTDIR)$(docdir)/contrib/README.postgis
-+	$(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(DATADIR)/lwpostgis.sql.default
++	$(INSTALL_DATA) lwpostgis.sql $(DESTDIR)$(DATADIR)/lwpostgis.sql
 +	$(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
--- postgis.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051023004343.723B3845C8>