svn commit: r304864 - head/graphics/poppler

Koop Mast kwm at FreeBSD.org
Tue Sep 25 22:06:43 UTC 2012


Author: kwm
Date: Tue Sep 25 22:06:42 2012
New Revision: 304864
URL: http://svn.freebsd.org/changeset/ports/304864

Log:
  Unify poppler-config.h includes in poppler header.
  
  PR:		ports/171877
  Submitted by:	bsam@
  Obtained from:	poppler upstream, Bug 52193

Modified:
  head/graphics/poppler/Makefile

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Tue Sep 25 21:57:13 2012	(r304863)
+++ head/graphics/poppler/Makefile	Tue Sep 25 22:06:42 2012	(r304864)
@@ -8,7 +8,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.18.4
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
 
@@ -111,6 +111,9 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
 		${WRKSRC}/configure
 .endif
+	# 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
 
 post-install:
 .if defined(SLAVEPORT)



More information about the svn-ports-all mailing list