ports/130643: [Patch]graphics/mapserver:fix the build error after the update of gdal

Wen Heping wenheping at gmail.com
Sat Jan 17 07:30:04 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list