Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2011 19:30:06 GMT
From:      bob frazier <bobf@mrp3.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153740: graphics/inkscape fails to build
Message-ID:  <201101061930.p06JU620091280@red.freebsd.org>
Resent-Message-ID: <201101061930.p06JU9PM040593@freefall.freebsd.org>

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

>Number:         153740
>Category:       ports
>Synopsis:       graphics/inkscape fails to build
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 19:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     bob frazier
>Release:        7.3-STABLE
>Organization:
S.F.T. Inc.
>Environment:
FreeBSD hack.SFT.local 7.3-STABLE FreeBSD 7.3-STABLE #3: Fri Apr  2 16:47:00 PDT 2010     root@hack.SFT.local:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.
>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



>Release-Note:
>Audit-Trail:
>Unformatted:



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