Date: Sat, 17 Jan 2009 07:26:41 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130642: [Patch]graphics/osg:fix the build error after the update of gdal Message-ID: <200901170726.n0H7Qf5Y066232@www.freebsd.org> Resent-Message-ID: <200901170730.n0H7U2ji065907@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130642 >Category: ports >Synopsis: [Patch]graphics/osg: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 20:10:49.000000000 +0800 +++ Makefile 2009-01-17 21:41:59.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= osg PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/ @@ -63,7 +64,7 @@ .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901170726.n0H7Qf5Y066232>