ports/188303: graphics/inkscape compilation failure

Mamoru Iwaki 1wkmmr at gmail.com
Sat Apr 5 22:50:01 UTC 2014


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


More information about the freebsd-ports-bugs mailing list