Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 22:10:15 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/171877: commit references a PR
Message-ID:  <201209252210.q8PMAFcP045932@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171877; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171877: commit references a PR
Date: Tue, 25 Sep 2012 22:06:53 +0000 (UTC)

 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)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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