ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193)

Boris Samorodov bsam at FreeBSD.org
Sat Sep 22 21:40:02 UTC 2012


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



More information about the freebsd-ports-bugs mailing list