Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:06:30 +0100 (CET)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186700: [patch] graphics/poppler: add iconv dependency
Message-ID:  <201402121806.s1CI6Udp096011@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201402121810.s1CIA0gB005451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186700
>Category:       ports
>Synopsis:       [patch] graphics/poppler: add iconv dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 18:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 11.0-CURRENT i386
>Organization:
>Environment:
>Description:
- Add USES=iconv.  It is used in libpoppler-cpp and this makes sure
  libc iconv is used on FreeBSD 10.
- Add USES=libtool.
>How-To-Repeat:
>Fix:

--- poppler.patch begins here ---
Index: graphics/poppler/Makefile
===================================================================
--- graphics/poppler/Makefile	(revision 343867)
+++ graphics/poppler/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.24.4
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
 
@@ -19,8 +19,8 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 RUN_DEPENDS=	poppler-data>0:${PORTSDIR}/graphics/poppler-data
 
 USE_XZ=		yes
-USES=		gmake pathfix pkgconfig
-USE_GNOME=	libxml2 ltverhack
+USES=		gmake libtool pathfix pkgconfig
+USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-zlib \
@@ -38,6 +38,8 @@ PORTSCOUT=	limitw:1,even
 
 OPTIONS_DEFINE=	CAIRO OPENJPEG
 OPTIONS_DEFAULT=CAIRO OPENJPEG
+
+USES+=		iconv
 .endif
 
 .include <bsd.port.options.mk>
Index: graphics/poppler/pkg-plist
===================================================================
--- graphics/poppler/pkg-plist	(revision 343867)
+++ graphics/poppler/pkg-plist	(working copy)
@@ -130,10 +130,12 @@ lib/libpoppler-cpp.a
 lib/libpoppler-cpp.la
 lib/libpoppler-cpp.so
 lib/libpoppler-cpp.so.0
+lib/libpoppler-cpp.so.0.2.0
 lib/libpoppler.a
 lib/libpoppler.la
 lib/libpoppler.so
 lib/libpoppler.so.44
+lib/libpoppler.so.44.0.0
 %%CAIRO%%libdata/pkgconfig/poppler-cairo.pc
 libdata/pkgconfig/poppler-cpp.pc
 libdata/pkgconfig/poppler-splash.pc
--- poppler.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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