Bug 186700 - [patch] graphics/poppler: add iconv dependency
Summary: [patch] graphics/poppler: add iconv dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 18:10 UTC by Tijl Coosemans
Modified: 2014-02-28 21:50 UTC (History)
0 users

See Also:


Attachments
poppler.patch (1.39 KB, patch)
2014-02-12 18:10 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2014-02-12 18:10:00 UTC
- Add USES=iconv.  It is used in libpoppler-cpp and this makes sure
  libc iconv is used on FreeBSD 10.
- Add USES=libtool.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-12 18:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2014-02-28 21:45:33 UTC
State Changed
From-To: open->closed

Committed thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-28 21:45:34 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"