From owner-freebsd-ports-bugs@freebsd.org Sat Jul 11 19:40:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D72B99976C for ; Sat, 11 Jul 2015 19:40:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6518F14E1 for ; Sat, 11 Jul 2015 19:40:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6BJeKIn067957 for ; Sat, 11 Jul 2015 19:40:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201483] [MAINTAINER] graphics/qgis: Dependency on graphics/gdal-grass not needed Date: Sat, 11 Jul 2015 19:40:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 19:40:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201483 Bug ID: 201483 Summary: [MAINTAINER] graphics/qgis: Dependency on graphics/gdal-grass not needed Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rhurlin@gwdg.de Created attachment 158625 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158625&action=edit patch to remove gdal-grass dependency After updating GDAL from 1.11.2 to 2.0.0, a new error message confused me: > gdalinfo ERROR 1: A non OGR driver is registered with the same name: GRASS Usage: gdalinfo [--help-general] [-json] [-mm] [-stats] [-hist] [-nogcp] [-nomd] [-norat] [-noct] [-nofl] [-checksum] [-proj4] [-listmdd] [-mdd domain|`all`]* [-sd subdataset] [-oo NAME=VALUE]* datasetname Obviously the GRASS driver was registered twice. The second one came from graphics/gdal-grass. The only case, graphics/gdal-grass is needed on my boxes, was as a dependency by the installation of graphics/qgis. Looking into ChangeLog from graphics/qgis, there is an old entry about gdal-grass: rblazek 2010-03-15 GDAL-GRASS driver no more necessary, new requirement: exceptions support for GRASS So obviously, this dependency is not needed any more for a long time now. Sorry, that I did not notice earlier. After removing this dependency from graphics/qgis Makefile, rebuilding QGIS and deinstalling gdal-grass, the above mentioned error disappeared and QGIS works fine as before. The attached patch should remove the dependency to graphics/gdal-grass. PORTREVISION is incremented by one to enforce rebuilding. -- You are receiving this mail because: You are the assignee for the bug.