Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 09:51:31 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186528: [patch] Fixed inkscape connection to poppler
Message-ID:  <201402070951.s179pVih025686@oldred.freebsd.org>
Resent-Message-ID: <201402071000.s17A00Mg083376@freefall.freebsd.org>

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

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



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