Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 10:10:07 GMT
From:      Dima Panov <fluffy@fluffy.khv.ru>
To:        gnome@FreeBSD.org
Subject:   Re: ports/153740: graphics/inkscape fails to build
Message-ID:  <201101071010.p07AA7Li091434@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153740; it has been noted by GNATS.

From: Dima Panov <fluffy@fluffy.khv.ru>
To: bob frazier <bobf@mrp3.com>
Cc: freebsd-gnats-submit@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@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@FreeBSD.org)
 KDE@FreeBSD team
 
 Facebook: http://www.facebook.com/?id=100000181104157



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