Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 16:56:46 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        FreeBSD Gnome <freebsd-gnome@freebsd.org>
Subject:   add pstoedit as a dependency to inkscape
Message-ID:  <20050316195646.GL51300@iib.unsam.edu.ar>

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

--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi!

while trying launching inkscape-0.41 there were some errors
regarding the loading of plug-ins. This is not serious but
affects the availability of additional features:

Extension "AI Output" failed to load because a dependency
was not met.
Dependency::
  type: executable
  location: path
  string: pstoedit

and 

Extension "EPS Input" failed to load because a dependency was not met.
Dependency::
  type: extension
  location: path
  string: org.inkscape.input.ps

All of them disappear by installing pstoedit. The attached
patch adds pstoedit to RUN_DEPENDS.

Fernan


--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="inkscape.patch"

--- Makefile.orig	Wed Mar 16 16:24:57 2005
+++ Makefile	Wed Mar 16 16:26:26 2005
@@ -19,7 +19,8 @@
 		gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		gc.1:${PORTSDIR}/devel/boehm-gc \
 		gtkspell.0:${PORTSDIR}/textproc/gtkspell2
-RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
+RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL \
+		pstoedit:${PORTSDIR}/graphics/pstoedit
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes

--yrj/dFKFPuw6o+aM--



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