ports/186528: [patch] Fixed inkscape connection to poppler
Yuri
yuri at tsoft.com
Fri Feb 7 10:00:00 UTC 2014
>Number: 186528
>Category: ports
>Synopsis: [patch] Fixed inkscape connection to poppler
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 07 10:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Yuri
>Release: 9.2
>Organization:
n/a
>Environment:
>Description:
Currently Makefile patches configure file, damaging it. Option --enable-poppler-cairo doesn't get enabled. As a result, pdf import option (through poppler) doesn't work.
This patch deletes this stray patch from Makefile, therefore fixing the problem.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: graphics/inkscape/Makefile
===================================================================
--- graphics/inkscape/Makefile (revision 342828)
+++ graphics/inkscape/Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.48.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= SF
MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
@@ -65,9 +65,5 @@
@${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \
-e 's|-ldl||g' \
${WRKSRC}/configure
-.if !defined(WITH_POPPLER)
- @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \
- ${WRKSRC}/configure
-.endif
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list