Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Jan 2006 11:44:05 -0200 (BRST)
From:      "Anderson S. Ferreira" <anderson@cnpm.embrapa.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91220: [maintainer-update] databases/postgis fix
Message-ID:  <20060102134406.00B9084452@ipe.cnpm.embrapa.br>
Resent-Message-ID: <200601021350.k02Do3k0050687@freefall.freebsd.org>

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

>Number:         91220
>Category:       ports
>Synopsis:       [maintainer-update] databases/postgis fix
>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:   Mon Jan 02 13:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anderson S. Ferreira
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Embrapa Monitoramento por Satélite
>Environment:
System: FreeBSD ipe.cnpm.embrapa.br 6.0-STABLE FreeBSD 6.0-STABLE #4: Mon Dec 19 07:43:41 BRST 2005 root@ipe.cnpm.embrapa.br:/usr/src/sys/i386/compile/IPE i386

>Description:

This patch adds the missing configure argument '--with-proj', as reported in PR ports/91112

>How-To-Repeat:

>Fix:

--- postgis.patch begins here ---
diff -urN postgis.bak/Makefile postgis/Makefile
--- postgis.bak/Makefile	Mon Jan  2 11:00:53 2006
+++ postgis/Makefile	Mon Jan  2 11:19:36 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	postgis
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://postgis.refractions.net/download/
 
@@ -30,7 +31,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/postgis \
 		--bindir=${PREFIX}/bin \
-		--libdir=${PREFIX}/lib
+		--libdir=${PREFIX}/lib \
+		--with-proj
 
 .include <bsd.port.pre.mk>
 
--- 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?20060102134406.00B9084452>