ports/153740: graphics/inkscape fails to build

bob frazier bobf at mrp3.com
Thu Jan 6 19:30:09 UTC 2011


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



More information about the freebsd-ports-bugs mailing list