From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 21:45:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A5E199A; Fri, 28 Feb 2014 21:45:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA6DD1BB4; Fri, 28 Feb 2014 21:45:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SLjRIZ099935; Fri, 28 Feb 2014 21:45:27 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SLjRhV099934; Fri, 28 Feb 2014 21:45:27 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402282145.s1SLjRhV099934@svn.freebsd.org> From: Koop Mast Date: Fri, 28 Feb 2014 21:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346578 - head/graphics/poppler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 21:45:28 -0000 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