Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 21:30:40 GMT
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193)
Message-ID:  <201209222130.q8MLUeCZ023998@red.freebsd.org>
Resent-Message-ID: <201209222140.q8MLe2LF091195@freefall.freebsd.org>

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

>Number:         171877
>Category:       ports
>Synopsis:       [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 21:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 9-STABLE
>Organization:
BSDprint
>Environment:
FreeBSD srv.bb.tel.ru 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #3 r239192: Sat Aug 11 16:39:57 SAMT 2012     bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB  i386
>Description:

>How-To-Repeat:

>Fix:
The result is similar to http://lists.freedesktop.org/archives/poppler/2012-July/009417.html

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 304714)
+++ Makefile	(working copy)
@@ -8,7 +8,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.18.4
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
 
@@ -110,6 +110,8 @@
 .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4"
 	@${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
 		${WRKSRC}/configure
+	# A fix for bug 52193 (fixed upstream at poppler-0.20)
+	${REINPLACE_CMD} -e 's:poppler/poppler-config.h:poppler-config.h:' ${WRKSRC}/goo/*.h ${WRKSRC}/splash/*.h
 .endif
 
 post-install:


>Release-Note:
>Audit-Trail:
>Unformatted:



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