Date: Tue, 9 Nov 2004 08:03:26 -0200 (BRST) From: "Anderson S.Ferreira" <anderson@cnpm.embrapa.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73708: Postgis build fixes Message-ID: <20041109100326.8CD71417BD@ipe.cnpm.embrapa.br> Resent-Message-ID: <200411091010.iA9AATaX043301@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73708 >Category: ports >Synopsis: Postgis build fixes >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: Tue Nov 09 10:10:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anderson S. Ferreira >Release: FreeBSD 4.10-STABLE i386 >Organization: Embrapa Monitoramento por Satélite >Environment: System: FreeBSD ipe.cnpm.embrapa.br 4.10-STABLE FreeBSD 4.10-STABLE #29: Wed Oct 27 18:23:40 BRT 2004 root@ipe.cnpm.embrapa.br:/usr/src/sys/compile/IPE i386 >Description: Adds support to PostgreSQL 7.4.6 >How-To-Repeat: >Fix: --- postgis.patch begins here --- --- Makefile Mon Nov 8 15:22:56 2004 +++ /home/anderson/ports/databases/postgis/Makefile Mon Nov 8 15:30:29 2004 @@ -7,6 +7,7 @@ PORTNAME= postgis PORTVERSION= 0.9.0 +PORTREVISION?= 2 CATEGORIES= databases MASTER_SITES= http://postgis.refractions.net/ DISTNAME= postgis-${PORTVERSION} @@ -24,7 +25,7 @@ PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7 WRKSRC= ${WRKDIR}/postgis-${PORTVERSION} -PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.5 +PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.6 INSTALL_TARGET= install .if defined(WITH_GEOS) --- 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?20041109100326.8CD71417BD>