From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 5 22:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E56DAD25 for ; Sat, 5 Apr 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C25F67F1 for ; Sat, 5 Apr 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35Mo0FX076122 for ; Sat, 5 Apr 2014 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35Mo0l5076121; Sat, 5 Apr 2014 22:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 5 Apr 2014 22:50:00 GMT Resent-Message-Id: <201404052250.s35Mo0l5076121@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, Mamoru Iwaki <1wkmmr@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D33FA98D for ; Sat, 5 Apr 2014 22:42:53 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (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 C06C07BE for ; Sat, 5 Apr 2014 22:42:53 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s35Mgr27023893 for ; Sat, 5 Apr 2014 22:42:53 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s35MgrcB023886; Sat, 5 Apr 2014 22:42:53 GMT (envelope-from nobody) Message-Id: <201404052242.s35MgrcB023886@cgiserv.freebsd.org> Date: Sat, 5 Apr 2014 22:42:53 GMT From: Mamoru Iwaki <1wkmmr@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188303: graphics/inkscape compilation failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 22:50:01 -0000 >Number: 188303 >Category: ports >Synopsis: graphics/inkscape compilation failure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 05 22:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mamoru Iwaki >Release: FreeBSD 10.0-STABLE #0 r264148 >Organization: >Environment: FreeBSD 10.0-STABLE FreeBSD 10.0-STABLE #0 r264148: Sun Apr 6 01:05:09 JST 2014 root@:/mnt2/usr/obj/nanobsd.full/mnt2/usr/src/sys/MYGEN amd64 >Description: graphics/inkscape compilation fails. https://bugs.launchpad.net/inkscape/+bug/1298994 >How-To-Repeat: >Fix: The attached patch was extracted from https://bugs.launchpad.net/inkscape/+bug/1298994 and that looks working for me. Patch attached with submission follows: --- src/live_effects/lpe-perp_bisector.h 2008-08-01 19:18:17 +0000 +++ src/live_effects/lpe-perp_bisector.h 2014-03-23 19:56:12 +0000 @@ -27,7 +27,7 @@ class KnotHolderEntityEnd; class KnotHolderEntityLeftEnd; class KnotHolderEntityRightEnd; - void bisector_end_set(SPItem *item, Geom::Point const &p, bool left); + void bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true); } class LPEPerpBisector : public Effect { @@ -46,7 +46,7 @@ friend class PB::KnotHolderEntityEnd; friend class PB::KnotHolderEntityLeftEnd; friend class PB::KnotHolderEntityRightEnd; - friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true); + friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left); private: ScalarParam length_left; >Release-Note: >Audit-Trail: >Unformatted: