From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 17 07:30:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5ED6106568F for ; Sat, 17 Jan 2009 07:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A722B8FC20 for ; Sat, 17 Jan 2009 07:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0H7U30x065949 for ; Sat, 17 Jan 2009 07:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0H7U3FG065934; Sat, 17 Jan 2009 07:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 07:30:03 GMT Resent-Message-Id: <200901170730.n0H7U3FG065934@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 365D91065673 for ; Sat, 17 Jan 2009 07:27:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 246238FC1C for ; Sat, 17 Jan 2009 07:27:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0H7RWrt066336 for ; Sat, 17 Jan 2009 07:27:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0H7RVPZ066335; Sat, 17 Jan 2009 07:27:31 GMT (envelope-from nobody) Message-Id: <200901170727.n0H7RVPZ066335@www.freebsd.org> Date: Sat, 17 Jan 2009 07:27:31 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130643: [Patch]graphics/mapserver:fix the build error after the update of gdal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 07:30:04 -0000 >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: