Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 16:06:17 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393431 - in head: databases/kbibtex deskutils/calibre deskutils/xfce4-tumbler editors/calligra editors/libreoffice editors/openoffice-4 editors/openoffice-devel editors/texmaker editor...
Message-ID:  <201508021606.t72G6Hkf018983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Aug  2 16:06:16 2015
New Revision: 393431
URL: https://svnweb.freebsd.org/changeset/ports/393431

Log:
  Update poppler to 0.34.0. [1]
  
  Chase all users of shlib version change of libpoppler.so.
  
  PR:		201477 [1]
  Submitted by:	olivierd@ [1]

Added:
  head/print/cups-filters/files/patch-poppler-0.34   (contents, props changed)
Modified:
  head/databases/kbibtex/Makefile
  head/deskutils/calibre/Makefile
  head/deskutils/xfce4-tumbler/Makefile
  head/editors/calligra/Makefile
  head/editors/libreoffice/Makefile
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-devel/Makefile
  head/editors/texmaker/Makefile
  head/editors/texstudio/Makefile
  head/editors/texworks/Makefile
  head/graphics/apvlv/Makefile
  head/graphics/atril-lite/Makefile
  head/graphics/atril/Makefile
  head/graphics/electrix/Makefile
  head/graphics/epdfview/Makefile
  head/graphics/evas_generic_loaders-pdf/Makefile
  head/graphics/evince-lite/Makefile
  head/graphics/evince/Makefile
  head/graphics/gdal/Makefile
  head/graphics/gimp-app/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/inkscape/Makefile
  head/graphics/okular/Makefile
  head/graphics/osg-devel/Makefile
  head/graphics/osg/Makefile
  head/graphics/pdf2svg/Makefile
  head/graphics/poppler-glib/Makefile
  head/graphics/poppler-glib/pkg-plist
  head/graphics/poppler-qt4/Makefile
  head/graphics/poppler-qt4/pkg-plist
  head/graphics/poppler-qt5/pkg-plist
  head/graphics/poppler-utils/Makefile
  head/graphics/poppler/Makefile
  head/graphics/poppler/distinfo
  head/graphics/poppler/pkg-plist
  head/graphics/py-poppler-qt4/Makefile
  head/graphics/py-poppler/Makefile
  head/graphics/qcomicbook/Makefile
  head/graphics/xournal/Makefile
  head/graphics/zathura-pdf-poppler/Makefile
  head/mail/claws-mail-pdf_viewer/Makefile
  head/misc/tellico-kde4/Makefile
  head/print/cups-filters/Makefile
  head/print/deforaos-pdfviewer/Makefile
  head/print/pdfcube/Makefile
  head/print/qpdfview/Makefile
  head/print/tex-luatex/Makefile
  head/print/tex-xetex/Makefile
  head/print/texlive-base/Makefile
  head/sysutils/kfilemetadata/Makefile
  head/sysutils/nepomuk-core/Makefile
  head/sysutils/pcbsd-utils-qt5/Makefile
  head/sysutils/tracker/Makefile
  head/textproc/pdfgrep/Makefile
  head/x11-fm/gnome-commander2/Makefile
  head/x11-toolkits/rubygem-poppler/Makefile
  head/x11/eaglemode/Makefile

Modified: head/databases/kbibtex/Makefile
==============================================================================
--- head/databases/kbibtex/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/databases/kbibtex/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.4.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	databases kde
 MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
 

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/deskutils/calibre/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	1.48.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
 

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/deskutils/xfce4-tumbler/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.1.31
+PORTREVISION=	1
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 PKGNAMEPREFIX=	xfce4-

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/calligra/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 PORTVERSION=	${CALLIGRA_VERSION}
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	KDE

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/libreoffice/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	Full integrated office productivity suite
 

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/openoffice-4/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION}
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	editors java
 MASTER_SITES=	APACHE/openoffice/${PORTVERSION}/source \
 		http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/openoffice-devel/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION}
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	editors java
 MASTER_SITES=	http://ci.apache.org/projects/openoffice/milestones/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/texmaker/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texmaker
 PORTVERSION=	4.4.1
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/texstudio/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,6 +2,7 @@
 
 PORTNAME=	texstudio
 PORTVERSION=	2.9.4
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION}
 

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/editors/texworks/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -4,7 +4,7 @@
 PORTNAME=	texworks
 PORTVERSION=	0.4.5
 DISTVERSIONSUFFIX=	-r${VCS_REVISION}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	editors
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/graphics/apvlv/Makefile
==============================================================================
--- head/graphics/apvlv/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/apvlv/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apvlv
 PORTVERSION=	0.1.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://cloud.github.com/downloads/naihe2010/apvlv/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-Source

Modified: head/graphics/atril-lite/Makefile
==============================================================================
--- head/graphics/atril-lite/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/atril-lite/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,7 +1,7 @@
 # Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	4
+PORTREVISION=	5
 PKGNAMESUFFIX=	-lite
 
 COMMENT=	MATE multi-format document viewer

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/atril/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.10.1
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate

Modified: head/graphics/electrix/Makefile
==============================================================================
--- head/graphics/electrix/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/electrix/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	electrix
 PORTVERSION=	0.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTVERSION}
 

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/epdfview/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	FRUGALWARE/xapps-extra/${PORTNAME} \
 		ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \

Modified: head/graphics/evas_generic_loaders-pdf/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-pdf/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/evas_generic_loaders-pdf/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pdf
 PORTVERSION=	1.13.2
+PORTREVISION=	1
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/
 PKGNAMEPREFIX=	evas_generic_loaders-

Modified: head/graphics/evince-lite/Makefile
==============================================================================
--- head/graphics/evince-lite/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/evince-lite/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,7 +1,7 @@
 # Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-lite
 
 COMMENT=	GNOME 3 multi-format document viewer without the GNOME dependancies

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/evince/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	evince
 PORTVERSION=	3.14.2
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/gdal/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/gimp-app/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.8.14
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/graphviz/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.38.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics tk
 MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
 

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/inkscape/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.91
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://inkscape.global.ssl.fastly.net/media/resources/file/ \
 		LOCAL/kwm

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/okular/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,6 +2,7 @@
 
 PORTNAME=	okular
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/graphics/osg-devel/Makefile
==============================================================================
--- head/graphics/osg-devel/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/osg-devel/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.3.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/osg/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/pdf2svg/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pdf2svg
 PORTVERSION=	0.2.3
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 

Modified: head/graphics/poppler-glib/Makefile
==============================================================================
--- head/graphics/poppler-glib/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-glib/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,6 +1,5 @@
 # Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $
 
 PORTREVISION=	0
 PKGNAMESUFFIX=	-glib

Modified: head/graphics/poppler-glib/pkg-plist
==============================================================================
--- head/graphics/poppler-glib/pkg-plist	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-glib/pkg-plist	Sun Aug  2 16:06:16 2015	(r393431)
@@ -15,6 +15,6 @@ include/poppler/glib/poppler.h
 lib/girepository-1.0/Poppler-0.18.typelib
 lib/libpoppler-glib.so
 lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.6.0
+lib/libpoppler-glib.so.8.7.0
 libdata/pkgconfig/poppler-glib.pc
 share/gir-1.0/Poppler-0.18.gir

Modified: head/graphics/poppler-qt4/Makefile
==============================================================================
--- head/graphics/poppler-qt4/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-qt4/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,6 +1,5 @@
 # Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/graphics/poppler-qt4/Makefile,v 1.18 2012/10/14 23:04:21 kwm Exp $
 
 PORTREVISION=	0
 PKGNAMESUFFIX=	-qt4

Modified: head/graphics/poppler-qt4/pkg-plist
==============================================================================
--- head/graphics/poppler-qt4/pkg-plist	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-qt4/pkg-plist	Sun Aug  2 16:06:16 2015	(r393431)
@@ -8,5 +8,5 @@ include/poppler/qt4/poppler-page-transit
 include/poppler/qt4/poppler-qt4.h
 lib/libpoppler-qt4.so
 lib/libpoppler-qt4.so.4
-lib/libpoppler-qt4.so.4.5.0
+lib/libpoppler-qt4.so.4.6.0
 libdata/pkgconfig/poppler-qt4.pc

Modified: head/graphics/poppler-qt5/pkg-plist
==============================================================================
--- head/graphics/poppler-qt5/pkg-plist	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-qt5/pkg-plist	Sun Aug  2 16:06:16 2015	(r393431)
@@ -8,5 +8,5 @@ include/poppler/qt5/poppler-page-transit
 include/poppler/qt5/poppler-qt5.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.2.0
+lib/libpoppler-qt5.so.1.3.0
 libdata/pkgconfig/poppler-qt5.pc

Modified: head/graphics/poppler-utils/Makefile
==============================================================================
--- head/graphics/poppler-utils/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler-utils/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,6 +1,5 @@
 # Created by: Michael Nottebrock <lofi@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/graphics/poppler-utils/Makefile,v 1.8 2012/10/14 23:04:21 kwm Exp $
 
 PORTREVISION=	0
 PKGNAMESUFFIX=	-utils

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,9 +1,8 @@
 # Created by: marcus@FreeBSD.org
 # $FreeBSD$
-#   $MCom: ports/graphics/poppler/Makefile,v 1.84 2013/03/12 14:53:49 kwm Exp $
 
 PORTNAME=	poppler
-PORTVERSION=	0.30.0
+PORTVERSION=	0.34.0
 PORTREVISION?=	0
 CATEGORIES=	graphics print
 MASTER_SITES=	http://poppler.freedesktop.org/
@@ -34,9 +33,6 @@ CONFIGURE_ARGS=	--enable-zlib \
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-# see https://bugs.freedesktop.org/show_bug.cgi?id=72499
-CPPFLAGS+=	 -D__LONG_LONG_SUPPORTED
-
 INSTALL_TARGET=	install-strip
 
 .if !defined(SLAVEPORT)
@@ -126,7 +122,6 @@ CONFIGURE_ARGS+=--disable-libopenjpeg
 .endif # end of options
 
 post-patch:
-	@${REINPLACE_CMD} '/CXXFLAGS.*-ansi/d' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-fno-check-new||g' ${WRKSRC}/configure
 
 post-install:

Modified: head/graphics/poppler/distinfo
==============================================================================
--- head/graphics/poppler/distinfo	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler/distinfo	Sun Aug  2 16:06:16 2015	(r393431)
@@ -1,2 +1,2 @@
-SHA256 (poppler-0.30.0.tar.xz) = b616ee869d0b1f8a7a2c71cf346f55c1bff624cce4badebe17f506ec8ce7ddf5
-SIZE (poppler-0.30.0.tar.xz) = 1605292
+SHA256 (poppler-0.34.0.tar.xz) = 1ba4ba9a2f9eb1e62ee6d736f4d82be4fc5f6dd177dc2b03febbe2ef2e515cb0
+SIZE (poppler-0.34.0.tar.xz) = 1615264

Modified: head/graphics/poppler/pkg-plist
==============================================================================
--- head/graphics/poppler/pkg-plist	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/poppler/pkg-plist	Sun Aug  2 16:06:16 2015	(r393431)
@@ -136,8 +136,8 @@ lib/libpoppler-cpp.so
 lib/libpoppler-cpp.so.0
 lib/libpoppler-cpp.so.0.2.1
 lib/libpoppler.so
-lib/libpoppler.so.49
-lib/libpoppler.so.49.0.0
+lib/libpoppler.so.53
+lib/libpoppler.so.53.0.0
 %%CAIRO%%libdata/pkgconfig/poppler-cairo.pc
 libdata/pkgconfig/poppler-cpp.pc
 libdata/pkgconfig/poppler-splash.pc

Modified: head/graphics/py-poppler-qt4/Makefile
==============================================================================
--- head/graphics/py-poppler-qt4/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/py-poppler-qt4/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poppler-qt4
 PORTVERSION=	0.18.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/py-poppler/Makefile
==============================================================================
--- head/graphics/py-poppler/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/py-poppler/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.12.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics python
 MASTER_SITES=	https://launchpad.net/poppler-python/trunk/development/+download/ \
 		http://launchpadlibrarian.net/30270080/ \

Modified: head/graphics/qcomicbook/Makefile
==============================================================================
--- head/graphics/qcomicbook/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/qcomicbook/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qcomicbook
 PORTVERSION=	0.9.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://qcomicbook.org/releases/
 

Modified: head/graphics/xournal/Makefile
==============================================================================
--- head/graphics/xournal/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/xournal/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/zathura-pdf-poppler/Makefile
==============================================================================
--- head/graphics/zathura-pdf-poppler/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/graphics/zathura-pdf-poppler/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura-pdf-poppler
 PORTVERSION=	0.2.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
 

Modified: head/mail/claws-mail-pdf_viewer/Makefile
==============================================================================
--- head/mail/claws-mail-pdf_viewer/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/mail/claws-mail-pdf_viewer/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 

Modified: head/misc/tellico-kde4/Makefile
==============================================================================
--- head/misc/tellico-kde4/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/misc/tellico-kde4/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tellico
 PORTVERSION=	2.3.10
+PORTREVISION=	1
 CATEGORIES=	misc kde
 MASTER_SITES=	http://tellico-project.org/files/
 

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/cups-filters/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cups-filters
 PORTVERSION=	1.0.71
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 

Added: head/print/cups-filters/files/patch-poppler-0.34
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-filters/files/patch-poppler-0.34	Sun Aug  2 16:06:16 2015	(r393431)
@@ -0,0 +1,48 @@
+# http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7371
+ 
+ CHANGES IN V1.0.72
+ 
++	- pdftoopvp: Adaptations to API changes on Poppler 0.34.0, note that
++	  this patch disables color management in this filter. Thanks to
++	  Vincent le Garrec and Andreas K. Huettel for the patch (Bug #1301,
++	  Gentoo bug #554782).
+ 	- libcupsfilters, bannertopdf, foomatic-rip, gstoraster, pdftoijs,
+ 	  sys5ippprinter, pdftoopvp, pdftops, pdftoraster, rastertoescpx,
+ 	  urftopdf, texttopdf: Miscellaneous fixes for build compatibility with
+
+=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx'
+--- filter/pdftoopvp/OPVPOutputDev.cxx	2015-02-18 03:17:28 +0000
++++ filter/pdftoopvp/OPVPOutputDev.cxx	2015-07-14 19:22:49 +0000
+@@ -1811,10 +1811,14 @@
+ #if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2))
+   maskSplash->drawImage(&imageSrc, &imgMaskData,
+ 			splashModeMono8, gFalse, maskWidth, maskHeight, mat);
+-#else
++#elif POPPLER_VERSION_MAJOR <= 0 && POPPLER_VERSION_MINOR <= 33
+   maskSplash->drawImage(&imageSrc, &imgMaskData,
+ 			splashModeMono8, gFalse, maskWidth, maskHeight,
+                         mat,gFalse);
++#else
++  maskSplash->drawImage(&imageSrc, 0, &imgMaskData,
++                          splashModeMono8, gFalse, maskWidth, maskHeight,
++			                          mat,gFalse);
+ #endif
+   delete imgMaskData.imgStr;
+   maskStr->close();
+
+=== modified file 'filter/pdftoopvp/oprs/OPRS.cxx'
+--- filter/pdftoopvp/oprs/OPRS.cxx	2013-01-09 10:42:32 +0000
++++ filter/pdftoopvp/oprs/OPRS.cxx	2015-07-14 19:22:49 +0000
+@@ -240,8 +240,10 @@
+     if (rasterMode) {
+ #if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2))
+ 	return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
+-#else
++#elif POPPLER_VERSION_MAJOR <= 0 && POPPLER_VERSION_MINOR <= 33
+ 	return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
++#else
++	return splash->drawImage(src,0,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
+ #endif
+     } else {
+ 	return opvpSplash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
+

Modified: head/print/deforaos-pdfviewer/Makefile
==============================================================================
--- head/print/deforaos-pdfviewer/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/deforaos-pdfviewer/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfviewer
 PORTVERSION=	0.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print
 MASTER_SITES=	http://www.defora.org/os/download/download/3686/
 PKGNAMEPREFIX=	deforaos-

Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/pdfcube/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfcube
 PORTVERSION=	0.0.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	print
 MASTER_SITES=	http://code.100allora.it/releases/pdfcube/
 

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/qpdfview/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qpdfview
 PORTVERSION=	0.4.14
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	https://launchpad.net/qpdfview/trunk/0.4.14/+download/
 

Modified: head/print/tex-luatex/Makefile
==============================================================================
--- head/print/tex-luatex/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/tex-luatex/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	luatex
 PORTVERSION=	0.80.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2015/
 PKGNAMEPREFIX=	tex-

Modified: head/print/tex-xetex/Makefile
==============================================================================
--- head/print/tex-xetex/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/tex-xetex/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xetex
 PORTVERSION=	0.99992
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2015/
 PKGNAMEPREFIX=	tex-

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/print/texlive-base/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base

Modified: head/sysutils/kfilemetadata/Makefile
==============================================================================
--- head/sysutils/kfilemetadata/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/sysutils/kfilemetadata/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kfilemetadata
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/sysutils/nepomuk-core/Makefile
==============================================================================
--- head/sysutils/nepomuk-core/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/sysutils/nepomuk-core/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nepomuk-core
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/sysutils/pcbsd-utils-qt5/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils-qt5/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/sysutils/pcbsd-utils-qt5/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pcbsd-utils-qt5
 PORTVERSION=	1438365531
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	kmoore@FreeBSD.org

Modified: head/sysutils/tracker/Makefile
==============================================================================
--- head/sysutils/tracker/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/sysutils/tracker/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -4,7 +4,7 @@
 
 PORTNAME=	tracker
 PORTVERSION=	1.2.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 

Modified: head/textproc/pdfgrep/Makefile
==============================================================================
--- head/textproc/pdfgrep/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/textproc/pdfgrep/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfgrep
 PORTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 

Modified: head/x11-fm/gnome-commander2/Makefile
==============================================================================
--- head/x11-fm/gnome-commander2/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/x11-fm/gnome-commander2/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-commander
 PORTVERSION=	1.4.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-fm gnome
 MASTER_SITES=	GNOME/sources/gnome-commander/1.4

Modified: head/x11-toolkits/rubygem-poppler/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-poppler/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/x11-toolkits/rubygem-poppler/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -2,6 +2,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	2.2.5
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 

Modified: head/x11/eaglemode/Makefile
==============================================================================
--- head/x11/eaglemode/Makefile	Sun Aug  2 15:37:19 2015	(r393430)
+++ head/x11/eaglemode/Makefile	Sun Aug  2 16:06:16 2015	(r393431)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eaglemode
 PORTVERSION=	0.89.0
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 



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