Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 23:48:53 +1000 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anderson@cnpm.embrapa.br
Subject:   ports/71974: [PATCH] databases/postgis: fix build fail (sync with pgsql port version)
Message-ID:  <20040921134853.7D9432077@localhost>
Resent-Message-ID: <200409211350.i8LDoROl064207@freefall.freebsd.org>

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

>Number:         71974
>Category:       ports
>Synopsis:       [PATCH] databases/postgis: fix build fail (sync with pgsql port version)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 21 13:50:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Wed Sep 15 01:21:24 EST 2004
>Description:
Port depends on PostgreSQL sources to build, sync version numbers to make
it work again.
Port maintainer (anderson@cnpm.embrapa.br) is cc'd.

>How-To-Repeat:
>Fix:

--- postgis-0.8.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/databases/postgis/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	4 Jul 2004 13:09:34 -0000	1.4
+++ Makefile	21 Sep 2004 13:41:20 -0000
@@ -25,7 +25,7 @@
 
 PGSQL_PORTDIR=	${WRKDIR}/../../../databases/postgresql7
 WRKSRC=		${WRKDIR}/postgis-${PORTVERSION}
-PGSQL_SRC=	${PGSQL_PORTDIR}/work/postgresql-7.4.3
+PGSQL_SRC=	${PGSQL_PORTDIR}/work/postgresql-7.4.5
 INSTALL_TARGET=	install
 
 .if defined(WITH_GEOS)
--- postgis-0.8.2_1.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?20040921134853.7D9432077>