Inkscape missing dependency on port boost
Inkscape fails to configure without boost present. Installing package
boost solves the problem. Need to add boost as a dependency. Patch
attached which adds dependency and cleans up some lint issues.
---> Fetching inkscape
---> Attempting to fetch inkscape-0.46.tar.bz2 from http://downloads.sourceforge.net/inkscape
---> Verifying checksum(s) for inkscape
---> Extracting inkscape
---> Applying patches to inkscape
---> Configuring inkscape
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_inkscape/work/inkscape-0.46" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-xft --with-gnome-print --with-gnome-vfs --with-perl --with-python --enable-lcms --enable-inkboard " returned error 1
Command output: checking for Solaris 2.8 platform... no
checking pkg-config is at least version 0.9.0... yes
checking for XFT... yes
checking for PANGOFT2... yes
checking for GNOME_VFS... yes
checking whether byte ordering is bigendian... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for Perl development environment... yes
checking for perl_parse... yes
checking for Python development environment... yes
checking for Py_Initialize... yes
checking for LCMS... yes
checking for POPPLER... yes
checking for POPPLER_GLIB... yes
checking for CAIRO_SVG... yes
checking for POPPLER_CAIRO... yes
checking for INKBOARD... yes
checking for relaytool... no
checking whether we can weak link ssl... no
checking whether we can weak link crypto... no
checking for LIBWPG... no
checking for InitializeMagick in -lMagick++... no
checking for INKSCAPE... yes
checking for Mac OS X Carbon support... yes
checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)
Error: Status 1 encountered during processing.
Fixed in r36117, thanks.