From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 9 08:34:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82E22B73 for ; Tue, 9 Sep 2014 08:34:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5009F2A2 for ; Tue, 9 Sep 2014 08:34:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s898Y09v091875 for ; Tue, 9 Sep 2014 08:34:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192605] graphics/qgis: Add support for SQlite/SpatiaLite with DB Manager Date: Tue, 09 Sep 2014 08:33:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 08:34:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192605 Rainer Hurling changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146692|0 |1 is obsolete| | Attachment #147099| |maintainer_approval+ Flags| | --- Comment #4 from Rainer Hurling --- Created attachment 147099 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147099&action=edit QGIS 2.4.0, several fixes and improvements ### This patch includes ### https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192624 Enhancements are: - Add python and pgsql to USES= - Correct grass dependency version: 6.4.3 to 6.4.4 (bug 192624) - Ensure presence of GRASS, if option enabled - Use ${PYTHON_PKGNAMEPREFIX}name>[compatible-version] scheme - Broken on FreeBSD < 9.0, if option GRASS enabled (utempter.h problem) - Correct typo for 'RUN_DEPENDS' in previous patch, sorry. ------------------------------------------------------- #portlint -AC WARN: /usr/ports/graphics/qgis/pkg-plist: [495]: enumerating info files in the plist is deprecated in favor of adding info files into the Makefile using the INFO macro. 0 fatal errors and 1 warnings found. This warning is wrong, because it relates to qgis.g.info, a QGIS pendant for the GRASS command 'g.info'. It is not an info file. ------------------------------------------------------- Tested with RedPorts. Mostly all seems fine, if build with standard options: [1] https://redports.org/buildarchive/20140909053138-45136 RedPorts errors for 10.x builds are irritating ("Cannot open /usr/ports/Mk/bsd.port.mk"). This only happens some times, and some times not, see e.g. [3]. If GRASS and MAPSERVER options are enabled, 8.x is broken and other versions build as intended: [2] https://redports.org/buildarchive/20140909050031-83898 [3] https://redports.org/buildarchive/20140909050813-54492 All in all, I think the port works mostly correct now and probably there is something wrong in RedPorts (10.x, QATty) at the moment? -- You are receiving this mail because: You are the assignee for the bug.