Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 22:42:53 GMT
From:      Mamoru Iwaki <1wkmmr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188303: graphics/inkscape compilation failure
Message-ID:  <201404052242.s35MgrcB023886@cgiserv.freebsd.org>
Resent-Message-ID: <201404052250.s35Mo0l5076121@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404052242.s35MgrcB023886>