Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 21:35:44 GMT
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152381: graphics/mapserver doesn't build with postgresql 9.0
Message-ID:  <201011182135.oAILZiGB082164@www.freebsd.org>
Resent-Message-ID: <201011182140.oAILe7IX040884@freefall.freebsd.org>

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

>Number:         152381
>Category:       ports
>Synopsis:       graphics/mapserver doesn't build with postgresql 9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 18 21:40:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Volodymyr Kostyrko
>Release:        RELENG_8_1
>Organization:
>Environment:
FreeBSD faz.tandem.local 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0 r213318M: Fri Oct  1 11:04:45 EEST 2010     arcade@faz.tandem.local:/usr/obj/usr/src/sys/MINIMAL_8  amd64
>Description:
Port is hardlinked to postgesql 8.2
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

--- /usr/ports/graphics/mapserver/Makefile	2010-11-18 23:30:42.462240131 +0200
+++ Makefile	2010-11-18 23:31:15.490591053 +0200
@@ -98,6 +98,8 @@
 
 .if defined(WITH_POSTGIS)
 BUILD_DEPENDS+=		${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis
+USE_PGSQL=		YES
+DEFAULT_PGSQL_VER=	83
 CONFIGURE_ARGS+=	--with-postgis=${LOCALBASE}/bin/pg_config
 .endif
 


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



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