Date: Tue, 26 Jan 2016 19:00:01 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407289 - head/graphics/inkscape Message-ID: <201601261900.u0QJ01eP025668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Jan 26 19:00:01 2016 New Revision: 407289 URL: https://svnweb.freebsd.org/changeset/ports/407289 Log: Switch abiword to using libwpg-0.3, which would be used if installed even. While here remove commented out lines regarding poppler. Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Tue Jan 26 18:56:39 2016 (r407288) +++ head/graphics/inkscape/Makefile Tue Jan 26 19:00:01 2016 (r407289) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm @@ -51,8 +51,6 @@ OPENMP_USES_OFF= compiler:features POPPLER_DESC= PDF preview rendering POPPLER_CONFIGURE_ENABLE= poppler-cairo -#POPPLER_CONFIGURE_ON= --enable-poppler-cairo -#POPPLER_CONFIGURE_OFF= --enable-poppler-cairo=no POPPLER_LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib VISIO_DESC= Support for Microsoft Visio diagrams @@ -62,7 +60,7 @@ VISIO_LIB_DEPENDS= librevenge-stream-0.0 WPG_DESC= Support for WordPerfect graphics WPG_CONFIGURE_ENABLE= wpg -WPG_LIB_DEPENDS= libwpg-0.2.so:${PORTSDIR}/graphics/libwpg +WPG_LIB_DEPENDS= libwpg-0.3.so:${PORTSDIR}/graphics/libwpg03 .include <bsd.port.pre.mk> @@ -85,9 +83,5 @@ CXX= ${LOCALBASE}/bin/clang++34 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/configure -#.if ! ${PORT_OPTIONS:MPOPPLER} -# @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \ -# ${WRKSRC}/configure -#.endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601261900.u0QJ01eP025668>