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 591C91065692 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 197068FC2C 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 n0H7U2JJ065909 for ; Sat, 17 Jan 2009 07:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0H7U2ji065907; Sat, 17 Jan 2009 07:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 17 Jan 2009 07:30:02 GMT Resent-Message-Id: <200901170730.n0H7U2ji065907@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 725AF106564A for ; Sat, 17 Jan 2009 07:26:41 +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 5FE808FC0A for ; Sat, 17 Jan 2009 07:26:41 +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 n0H7QfQx066233 for ; Sat, 17 Jan 2009 07:26:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0H7Qf5Y066232; Sat, 17 Jan 2009 07:26:41 GMT (envelope-from nobody) Message-Id: <200901170726.n0H7Qf5Y066232@www.freebsd.org> Date: Sat, 17 Jan 2009 07:26:41 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130642: [Patch]graphics/osg: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:03 -0000 >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: