Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 21:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/186700: commit references a PR
Message-ID:  <201402282150.s1SLo1of099402@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186700: commit references a PR
Date: Fri, 28 Feb 2014 21:45:34 +0000 (UTC)

 Author: kwm
 Date: Fri Feb 28 21:45:27 2014
 New Revision: 346578
 URL: http://svnweb.freebsd.org/changeset/ports/346578
 QAT: https://qat.redports.org/buildarchive/r346578/
 
 Log:
   Add USES=iconv. It is used in libpoppler-cpp and this makes sure libc iconv
   is used on FreeBSD 10+.
   
   PR:		ports/186700
   Submitted by:	tijl@
 
 Modified:
   head/graphics/poppler/Makefile
 
 Modified: head/graphics/poppler/Makefile
 ==============================================================================
 --- head/graphics/poppler/Makefile	Fri Feb 28 21:11:09 2014	(r346577)
 +++ head/graphics/poppler/Makefile	Fri Feb 28 21:45:27 2014	(r346578)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	poppler
  PORTVERSION=	0.24.5
 -PORTREVISION?=	0
 +PORTREVISION?=	1
  CATEGORIES=	graphics print
  MASTER_SITES=	http://poppler.freedesktop.org/
  
 @@ -38,6 +38,8 @@ PORTSCOUT=	limitw:1,even
  
  OPTIONS_DEFINE=	CAIRO OPENJPEG
  OPTIONS_DEFAULT=CAIRO OPENJPEG
 +
 +USES+=		iconv
  .endif
  
  .include <bsd.port.options.mk>
 _______________________________________________
 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?201402282150.s1SLo1of099402>