Date: Sat, 17 Jan 2009 07:27:31 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130643: [Patch]graphics/mapserver:fix the build error after the update of gdal Message-ID: <200901170727.n0H7RVPZ066335@www.freebsd.org> Resent-Message-ID: <200901170730.n0H7U3FG065934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130643 >Category: ports >Synopsis: [Patch]graphics/mapserver:fix the build error after the update of gdal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 17 07:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the build error after the update of graphics/gdal to 1.6.0 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-01-17 19:12:48.000000000 +0800 +++ Makefile 2009-01-17 19:14:05.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -67,7 +68,7 @@ .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901170727.n0H7RVPZ066335>