ports/153740: graphics/inkscape fails to build

Dima Panov fluffy at fluffy.khv.ru
Fri Jan 7 10:10:08 UTC 2011


The following reply was made to PR ports/153740; it has been noted by GNATS.

From: Dima Panov <fluffy at fluffy.khv.ru>
To: bob frazier <bobf at mrp3.com>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: ports/153740: graphics/inkscape fails to build
Date: Fri, 07 Jan 2011 19:49:37 +1000

 Hello!
 
 07.01.2011, 05:30, "bob frazier" <bobf at mrp3.com>:
 >> Number: šššššššš153740
 >> Category: ššššššports
 >> Synopsis: ššššššgraphics/inkscape fails to build
 > graphics/inkscape fails to build because of the change in include path due to mods for graphics/libwpg01 and textproc/libwpd08 . šAddition of a single line to >Makefile will (temporarily?) correct this problem.
 
 No one include path was affected by this change, please update your portstree and try again
 Looks like some was clobber search paths in your system
 
 >
 >> How-To-Repeat:
 >
 > after updating ports to the latest version, attempt to build graphics/inkscape. šnote that libwpg include files cannot be found.
 >
 >> Fix:
 >
 > see patch file for port's Makefile
 >
 > Patch attached with submission follows:
 >
 > --- Makefile.orig 2011-01-05 23:20:45.000000000 -0800
 > +++ Makefile 2011-01-06 10:59:28.000000000 -0800
 > @@ -44,8 +44,12 @@
 >
 > šOPTIONS= POPPLER "Enable libpoppler-cairo for rendering PDF preview" on
 >
 > +
 > š.include <bsd.port.pre.mk>
 >
 > +# added for include path to libwpg01 and libwpd08
 > +CFLAGS+= -I${LOCALBASE}/include/libwpg-0.1 -I${LOCALBASE}/include/libwpd-0.8
 > +
 > š.if ${HAVE_GNOME:Mgnomevfs2} != ""
 > šUSE_GNOME+= gnomevfs2
 > šCONFIGURE_ARGS+= --with-gnome-vfs
 >
 
 -- 
 Dima Panov (fluffy at FreeBSD.org)
 KDE at FreeBSD team
 
 Facebook: http://www.facebook.com/?id=100000181104157


More information about the freebsd-gnome mailing list