From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 20 11:46:45 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B5056C1 for ; Mon, 20 Oct 2014 11:46:45 +0000 (UTC) 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 488378F8 for ; Mon, 20 Oct 2014 11:46:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KBkjtL065718 for ; Mon, 20 Oct 2014 11:46:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194060] graphics/qgis python support broken since gcc 4.8 was imported Date: Mon, 20 Oct 2014 11:46:44 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mazhe@alkumuna.eu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: 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: Mon, 20 Oct 2014 11:46:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194060 --- Comment #11 from Matthieu Volat --- (In reply to Rainer Hurling from comment #10) > Created attachment 148189 [details] > Additionally use mapserver > > Enhancements are now: > - Enable Fortran again (thanks to thierry@) > - 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. > - Remove dirrmtry entries > - graphics/mapserver (+ www/fcgi) for mapscript capabilities > - rename %%QGIS_FCGI%% to %% QGIS_MAPSERVER%% > > The usage of 'real' mapserver port is important to get QGIS extensions like > 'RT MapServer Explorer' working. They depend on mapscript functionality from > MapServer port. For this, python bindings option in graphics/mapserver must > be enabled. I tried it, I see a side problem that was here since the begining: regarding python support, a lot of options are put in the "BUILD_DEPENDS" variable, which is wrong: qgis will need them at runtime (there will be problems if autoremove is run, or probably if gqis is installed via pkg repos). Not sure which part of them should be also put in RUN_DEPENDS, but I'm guessing everything except devel/py-sip. Aside from that, I don't see any problem. -- You are receiving this mail because: You are the assignee for the bug.