From owner-svn-ports-all@FreeBSD.ORG Fri Dec 27 16:54:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B7D1D5; Fri, 27 Dec 2013 16:54:33 +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 246891E75; Fri, 27 Dec 2013 16:54:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRGsXIf023601; Fri, 27 Dec 2013 16:54:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRGsMD1023536; Fri, 27 Dec 2013 16:54:22 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201312271654.rBRGsMD1023536@svn.freebsd.org> From: Koop Mast Date: Fri, 27 Dec 2013 16:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337749 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/xfce4-tumbler editors/calligra editors/gummi editors/libreoffice editors/openoffice-3 editors/openof... 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, 27 Dec 2013 16:54:33 -0000 Author: kwm Date: Fri Dec 27 16:54:21 2013 New Revision: 337749 URL: http://svnweb.freebsd.org/changeset/ports/337749 Log: Update poppler to 0.24.4. Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/xfce4-tumbler/Makefile head/editors/calligra/Makefile head/editors/gummi/Makefile head/editors/libreoffice/Makefile head/editors/openoffice-3/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/texmaker/Makefile head/editors/texmakerx/Makefile head/editors/texworks/Makefile head/graphics/apvlv/Makefile head/graphics/electrix/Makefile head/graphics/epdfview/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/gimp-app/Makefile head/graphics/graphviz/Makefile head/graphics/inkscape/Makefile head/graphics/mate-document-viewer/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-qt4/Makefile head/graphics/poppler-utils/Makefile head/graphics/poppler-utils/pkg-plist head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/poppler/files/patch-qt4_src_Makefile.in head/graphics/poppler/files/patch-utils_Makefile.in 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/deforaos-pdfviewer/Makefile head/print/pdfcube/Makefile head/print/qpdfview/Makefile head/print/scribus-devel/Makefile head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/tracker-client/Makefile head/textproc/libextractor/Makefile head/textproc/pdfgrep/Makefile head/x11-toolkits/ruby-poppler/Makefile head/x11-toolkits/rubygem-poppler/Makefile head/x11/eaglemode/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/converters/pdf2djvu/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.7.17 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/databases/kbibtex/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases kde MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/deskutils/calibre/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/deskutils/xfce4-tumbler/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/calligra/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,6 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ Modified: head/editors/gummi/Makefile ============================================================================== --- head/editors/gummi/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/gummi/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= gummi PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://dev.midnightcoding.org/attachments/download/301/ @@ -12,7 +13,7 @@ COMMENT= Simple LaTex editor for GTK use LICENSE= MIT BUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib \ +LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ gtkspell:${PORTSDIR}/textproc/gtkspell USES= iconv gmake pkgconfig Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/libreoffice/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Full integrated office productivity suite Modified: head/editors/openoffice-3/Makefile ============================================================================== --- head/editors/openoffice-3/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/openoffice-3/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 3.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors java MASTER_SITES= ftp://ftp.riken.jp/net/apache/incubator/ooo/3.4.1/source/ \ ${MASTER_SITE_LOCAL:S@%SUBDIR%@maho/openoffice@}:extsrc @@ -113,7 +113,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic jpeg.11:${PORTSDIR}/graphics/jpeg \ curl:${PORTSDIR}/ftp/curl \ hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ - poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ rdf.0:${PORTSDIR}/textproc/redland \ textcat.0:${PORTSDIR}/textproc/libtextcat \ freetype.9:${PORTSDIR}/print/freetype2 \ Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/openoffice-4/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= http://www.apache.org/dist/openoffice/${PORTVERSION}/source/ \ ftp://ftp.riken.jp/net/apache/openoffice/${PORTVERSION}/source/ \ @@ -116,7 +117,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ jpeg:${PORTSDIR}/graphics/jpeg \ curl:${PORTSDIR}/ftp/curl \ hunspell-1.3:${PORTSDIR}/textproc/hunspell \ - poppler-glib:${PORTSDIR}/graphics/poppler-glib \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ rdf:${PORTSDIR}/textproc/redland \ textcat:${PORTSDIR}/textproc/libtextcat \ freetype:${PORTSDIR}/print/freetype2 \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/openoffice-devel/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.${SVNREVISION} +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -116,7 +117,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ jpeg:${PORTSDIR}/graphics/jpeg \ curl:${PORTSDIR}/ftp/curl \ hunspell-1.3:${PORTSDIR}/textproc/hunspell \ - poppler-glib:${PORTSDIR}/graphics/poppler-glib \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ rdf:${PORTSDIR}/textproc/redland \ textcat:${PORTSDIR}/textproc/libtextcat \ freetype:${PORTSDIR}/print/freetype2 \ Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/texmaker/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texmakerx/Makefile ============================================================================== --- head/editors/texmakerx/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/texmakerx/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= texmakerx PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TexMakerX%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/editors/texworks/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION} Modified: head/graphics/apvlv/Makefile ============================================================================== --- head/graphics/apvlv/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/apvlv/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= apvlv PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/electrix/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:L}/${PORTVERSION} @@ -43,7 +43,7 @@ PLIST_SUB= NLS="@comment " .endif .if ${PORT_OPTIONS:MPDF} -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib .else CONFIGURE_ARGS+= --disable-pdf .endif Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/epdfview/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ http://mirror.slitaz.org/sources/packages/e/ @@ -14,7 +14,7 @@ COMMENT= A lightweight PDF document view LICENSE= GPLv2 BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/evas_generic_loaders-pdf/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= pdf PORTVERSION= 1.7.9 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/evince/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -4,7 +4,7 @@ PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \ +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ spectre:${PORTSDIR}/print/libspectre RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/gdal/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 1 +PORTREVISION= 2 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 Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/gimp-app/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -4,7 +4,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.10 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/graphviz/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.34.0 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/inkscape/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} Modified: head/graphics/mate-document-viewer/Makefile ============================================================================== --- head/graphics/mate-document-viewer/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/mate-document-viewer/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= mate-document-viewer PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/okular/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,7 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +15,7 @@ LIB_DEPENDS= djvulibre:${PORTSDIR}/graph jpeg:${PORTSDIR}/graphics/jpeg \ qca:${PORTSDIR}/devel/qca \ tiff:${PORTSDIR}/graphics/tiff \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ spectre:${PORTSDIR}/print/libspectre \ chm:${PORTSDIR}/misc/chmlib \ freetype:${PORTSDIR}/print/freetype2 \ Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/osg-devel/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -184,7 +184,7 @@ PLIST_SUB+= SVG="@comment " .if ${PORT_OPTIONS:MPDF} FORCE_REQUIRE+= Poppler-glib -LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib PLIST_SUB+= PDF="" .else FORCE_IGNORE+= Poppler-glib Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/osg/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/pdf2svg/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,13 +3,14 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.cityinthesky.co.uk/_media/opensource/ MAINTAINER= martin.dieringer@gmx.de COMMENT= Convert PDF to SVG -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \ +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ cairo:${PORTSDIR}/graphics/cairo \ gtk:${PORTSDIR}/x11-toolkits/gtk20 Modified: head/graphics/poppler-glib/Makefile ============================================================================== --- head/graphics/poppler-glib/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler-glib/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -10,10 +10,8 @@ COMMENT= Glib bindings to poppler MASTERDIR= ${.CURDIR}/../../graphics/poppler SLAVEPORT= glib -PLIST= ${.CURDIR}/pkg-plist -MAKE_ENV+= GI_SCANNER_DISABLE_CACHE=yes +PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes pre-build: @cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} libpoppler-cairo.la Modified: head/graphics/poppler-qt4/Makefile ============================================================================== --- head/graphics/poppler-qt4/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler-qt4/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -12,9 +12,4 @@ MASTERDIR= ${.CURDIR}/../../graphics/pop SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes -pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} libpoppler-arthur.la - .include "${MASTERDIR}/Makefile" Modified: head/graphics/poppler-utils/Makefile ============================================================================== --- head/graphics/poppler-utils/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler-utils/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -12,5 +12,4 @@ MASTERDIR= ${.CURDIR}/../../graphics/pop SLAVEPORT= utils PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/graphics/poppler-utils/pkg-plist ============================================================================== --- head/graphics/poppler-utils/pkg-plist Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler-utils/pkg-plist Fri Dec 27 16:54:21 2013 (r337749) @@ -9,3 +9,14 @@ bin/pdftoppm bin/pdftops bin/pdftotext bin/pdfunite +man/man1/pdfdetach.1.gz +man/man1/pdffonts.1.gz +man/man1/pdfimages.1.gz +man/man1/pdfinfo.1.gz +man/man1/pdfseparate.1.gz +man/man1/pdftocairo.1.gz +man/man1/pdftohtml.1.gz +man/man1/pdftops.1.gz +man/man1/pdftotext.1.gz +man/man1/pdftoppm.1.gz +man/man1/pdfunite.1.gz Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,32 +3,35 @@ # $MCom: ports/graphics/poppler/Makefile,v 1.84 2013/03/12 14:53:49 kwm Exp $ PORTNAME= poppler -PORTVERSION= 0.22.2 +PORTVERSION= 0.24.4 PORTREVISION?= 0 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library +COMMENT?= PDF rendering library LICENSE= GPLv2 -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - lcms2:${PORTSDIR}/graphics/lcms2 +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data -USES= gmake pkgconfig -USE_GNOME= gnomehack libxml2 ltverhack -USE_AUTOTOOLS= libtool -MAKE_JOBS_UNSAFE= yes +USE_XZ= yes +USES= gmake pathfix pkgconfig +USE_GNOME= libxml2 ltverhack +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-zlib \ --enable-xpdf-headers \ --disable-gtk-test \ --with-html-dir=${DOCSDIR} -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +# see https://bugs.freedesktop.org/show_bug.cgi?id=72499 +CPPFLAGS+= -D__LONG_LONG_SUPPORTED .if !defined(SLAVEPORT) PORTSCOUT= limitw:1,even @@ -37,25 +40,22 @@ OPTIONS_DEFINE= CAIRO OPENJPEG OPTIONS_DEFAULT=CAIRO OPENJPEG .endif -NO_STAGE= yes .include .if defined(SLAVEPORT) PORTSCOUT= ignore:1 -LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler +LIB_DEPENDS+= libpoppler.so:${PORTSDIR}/graphics/poppler -.if ${SLAVEPORT}=="glib" -BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo +.if ${SLAVEPORT}==glib CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gnomehier glib20 +USE_GNOME+= cairo gnomehier glib20 introspection:build BUILD_WRKSRC= ${WRKSRC}/glib INSTALL_WRKSRC= ${WRKSRC}/glib .else CONFIGURE_ARGS+=--disable-poppler-glib .endif -.if ${SLAVEPORT}=="qt4" +.if ${SLAVEPORT}==qt4 CONFIGURE_ARGS+=--enable-poppler-qt4 CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 USE_QT4= gui corelib xml qtestlib moc_build @@ -65,14 +65,22 @@ INSTALL_WRKSRC= ${WRKSRC}/qt4 CONFIGURE_ARGS+=--disable-poppler-qt4 .endif -.if ${SLAVEPORT}=="utils" -LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib +# needs checking when Qt5 is available +.if ${SLAVEPORT}==qt5 +CONFIGURE_ARGS+=--enable-poppler-qt5 +CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt5 +USE_QT5= gui corelib xml qtestlib moc_build +BUILD_WRKSRC= ${WRKSRC}/qt5 +INSTALL_WRKSRC= ${WRKSRC}/qt5 +.else +CONFIGURE_ARGS+=--disable-poppler-qt5 +.endif + +.if ${SLAVEPORT}==utils +LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+=--enable-utils BUILD_WRKSRC= ${WRKSRC}/utils INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdfdetach.1 pdffonts.1 pdfimages.1 pdfinfo.1 pdfseparate.1 \ - pdftocairo.1 pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 \ - pdfunite.1 .else CONFIGURE_ARGS+=--disable-utils .endif @@ -83,7 +91,7 @@ CONFIGURE_ARGS+=--disable-poppler-glib \ --disable-utils .if ${PORT_OPTIONS:MCAIRO} -LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo PLIST_SUB+= CAIRO="" .else CONFIGURE_ARGS+=--disable-cairo-output @@ -92,7 +100,7 @@ PLIST_SUB+= CAIRO="@comment " .if ${PORT_OPTIONS:MOPENJPEG} CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg:${PORTSDIR}/graphics/openjpeg +LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg .else CONFIGURE_ARGS+=--disable-libopenjpeg .endif @@ -102,20 +110,30 @@ post-patch: .if ${CXX:M*clang*} && ${CXXFLAGS:M-stdlib=libc++} @${REINPLACE_CMD} '/CXXFLAGS.*-ansi/d' ${WRKSRC}/configure .endif - @${REINPLACE_CMD} -e 's|-version-info 35:0:0|-version-info 34:0:0|g' \ - ${WRKSRC}/poppler/Makefile.in -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4" +# @${REINPLACE_CMD} -e 's|-version-info 35:0:0|-version-info 34:0:0|g' \ +# ${WRKSRC}/poppler/Makefile.in +.if defined(SLAVEPORT) && ${SLAVEPORT}==qt4 @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ ${WRKSRC}/configure .endif +.if defined(SLAVEPORT) && ${SLAVEPORT}==qt5 + @${REINPLACE_CMD} -e 's|MOCQT5=`.*|MOCQT5="${LOCALBASE}/bin/moc-qt5"|' \ + ${WRKSRC}/configure +.endif post-install: .if defined(SLAVEPORT) -.if ${SLAVEPORT}=="glib" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt4" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig -.endif +. if ${SLAVEPORT}==glib + ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig +. elif ${SLAVEPORT}==qt4 + ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig +. elif ${SLAVEPORT}==qt5 + ${INSTALL_DATA} ${WRKSRC}/poppler-qt5.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig +. endif .endif + -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpoppler*.so.* .include Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler/distinfo Fri Dec 27 16:54:21 2013 (r337749) @@ -1,2 +1,2 @@ -SHA256 (poppler-0.22.2.tar.gz) = 108736ef84069317f6c5beacb5268f3b799ecf401e353e239611772eae8a662d -SIZE (poppler-0.22.2.tar.gz) = 2215737 +SHA256 (poppler-0.24.4.tar.xz) = c8a3509a17e6f0bbb07eeb1b58276b485974a8bff3f5eef1bc8e150ccd7c01e2 +SIZE (poppler-0.24.4.tar.xz) = 1511248 Modified: head/graphics/poppler/files/patch-qt4_src_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-qt4_src_Makefile.in Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler/files/patch-qt4_src_Makefile.in Fri Dec 27 16:54:21 2013 (r337749) @@ -1,19 +1,20 @@ ---- qt4/src/Makefile.in.orig 2010-07-07 14:22:29.000000000 +0200 -+++ qt4/src/Makefile.in 2010-07-07 14:23:40.000000000 +0200 -@@ -79,7 +79,6 @@ +--- qt4/src/Makefile.in.orig 2013-12-02 18:58:51.000000000 +0100 ++++ qt4/src/Makefile.in 2013-12-02 18:59:39.000000000 +0100 +@@ -129,7 +129,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libpoppler_qt4_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \ -@@ -384,7 +383,7 @@ - poppler-page-transition-private.h +- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) ++ $(am__DEPENDENCIES_1) + am_libpoppler_qt4_la_OBJECTS = libpoppler_qt4_la-poppler-document.lo \ + libpoppler_qt4_la-poppler-page.lo \ + libpoppler_qt4_la-poppler-fontinfo.lo \ +@@ -505,7 +505,7 @@ + -Dpoppler_qt4_EXPORTS libpoppler_qt4_la_LIBADD = \ - $(top_builddir)/poppler/libpoppler.la \ + -lpoppler \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(FONTCONFIG_LIBS) \ $(POPPLER_QT4_LIBS) + + libpoppler_qt4_la_LDFLAGS = -version-info 7:0:3 @create_shared_lib@ @auto_import_flags@ Modified: head/graphics/poppler/files/patch-utils_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-utils_Makefile.in Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler/files/patch-utils_Makefile.in Fri Dec 27 16:54:21 2013 (r337749) @@ -1,6 +1,6 @@ ---- utils/Makefile.in.orig 2013-02-10 17:11:45.000000000 +0000 -+++ utils/Makefile.in 2013-02-10 17:13:35.000000000 +0000 -@@ -84,38 +84,38 @@ +--- utils/Makefile.in.orig 2013-12-02 19:00:03.000000000 +0100 ++++ utils/Makefile.in 2013-12-02 19:01:25.000000000 +0100 +@@ -111,7 +111,7 @@ am_pdfdetach_OBJECTS = pdfdetach.$(OBJEXT) $(am__objects_1) pdfdetach_OBJECTS = $(am_pdfdetach_OBJECTS) pdfdetach_LDADD = $(LDADD) @@ -9,6 +9,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +@@ -119,31 +119,31 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) $(am__objects_1) pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) pdffonts_LDADD = $(LDADD) @@ -30,23 +31,23 @@ pdfseparate_OBJECTS = $(am_pdfseparate_OBJECTS) pdfseparate_LDADD = $(LDADD) -pdfseparate_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfseparate_DEPENDENCIES = ++pdfseparate_DEPENDENCIES = am__pdftocairo_SOURCES_DIST = pdftocairo.cc parseargs.cc parseargs.h @BUILD_CAIRO_OUTPUT_TRUE@am_pdftocairo_OBJECTS = pdftocairo.$(OBJEXT) \ @BUILD_CAIRO_OUTPUT_TRUE@ $(am__objects_1) pdftocairo_OBJECTS = $(am_pdftocairo_OBJECTS) -am__DEPENDENCIES_1 = $(top_builddir)/poppler/libpoppler.la -+am__DEPENDENCIES_1 = ++am__DEPENDENCIES_1 = am__DEPENDENCIES_2 = @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__DEPENDENCIES_3 = \ @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@ $(am__DEPENDENCIES_2) am__DEPENDENCIES_4 = $(am__DEPENDENCIES_3) -@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler-cairo.la \ -+@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = \ ++@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = \ @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_4) - am__objects_2 = pdftohtml-parseargs.$(OBJEXT) -@@ -124,7 +124,7 @@ + @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_4) \ + @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) +@@ -153,7 +153,7 @@ pdftohtml-HtmlOutputDev.$(OBJEXT) $(am__objects_2) pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) pdftohtml_LDADD = $(LDADD) @@ -55,32 +56,32 @@ pdftohtml_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftohtml_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -@@ -133,20 +133,20 @@ +@@ -162,20 +162,20 @@ @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) pdftoppm_LDADD = $(LDADD) -pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftoppm_DEPENDENCIES = ++pdftoppm_DEPENDENCIES = am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) pdftops_OBJECTS = $(am_pdftops_OBJECTS) pdftops_LDADD = $(LDADD) -pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftops_DEPENDENCIES = ++pdftops_DEPENDENCIES = am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ $(am__objects_1) pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) pdftotext_LDADD = $(LDADD) -pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdftotext_DEPENDENCIES = ++pdftotext_DEPENDENCIES = am_pdfunite_OBJECTS = pdfunite.$(OBJEXT) $(am__objects_1) pdfunite_OBJECTS = $(am_pdfunite_OBJECTS) pdfunite_LDADD = $(LDADD) -pdfunite_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la -+pdfunite_DEPENDENCIES = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -451,7 +451,7 @@ ++pdfunite_DEPENDENCIES = + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) + am__v_P_0 = false +@@ -516,7 +516,7 @@ $(PDFTOCAIRO_CFLAGS) LDADD = \ @@ -89,12 +90,12 @@ $(UTILS_LIBS) @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_SOURCES = \ -@@ -459,7 +459,7 @@ +@@ -524,7 +524,7 @@ @BUILD_CAIRO_OUTPUT_TRUE@ $(common) @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_LDADD = \ -@BUILD_CAIRO_OUTPUT_TRUE@ $(top_builddir)/poppler/libpoppler-cairo.la \ +@BUILD_CAIRO_OUTPUT_TRUE@ -lpoppler-glib \ - @BUILD_CAIRO_OUTPUT_TRUE@ $(LDADD) $(PDFTOCAIRO_LIBS) - - @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_binary = pdftocairo + @BUILD_CAIRO_OUTPUT_TRUE@ $(LDADD) \ + @BUILD_CAIRO_OUTPUT_TRUE@ $(PDFTOCAIRO_LIBS) \ + @BUILD_CAIRO_OUTPUT_TRUE@ $(PTHREAD_LIBS) Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/poppler/pkg-plist Fri Dec 27 16:54:21 2013 (r337749) @@ -133,7 +133,7 @@ lib/libpoppler-cpp.so.0 lib/libpoppler.a lib/libpoppler.la lib/libpoppler.so -lib/libpoppler.so.34 +lib/libpoppler.so.44 %%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 Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/py-poppler-qt4/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,7 +2,7 @@ PORTNAME= poppler-qt4 PORTVERSION= 0.16.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PROJECTHOST= python-poppler-qt4 @@ -18,14 +18,17 @@ LICENSE_COMB= dual BUILD_DEPENDS= sip:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml +BROKEN= Doesn't build with current poppler API + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= python_poppler_qt4 +CFLAGS+= -I${LOCALBASE}/include NO_STAGE= yes .include Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/py-poppler/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ @@ -13,7 +14,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= Python bindings for the Poppler PDF rendering library -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/qcomicbook/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.linux-projects.net/releases/ @@ -12,7 +12,7 @@ COMMENT= Qt-based comic book archive vie LICENSE= GPLv2 -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build \ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/xournal/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -12,7 +12,7 @@ COMMENT= A notetaking application that c LICENSE= GPLv2 -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USES= pkgconfig USE_GNOME= desktopfileutils libgnomecanvas Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/graphics/zathura-pdf-poppler/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.4 +PORTREVISION= 1 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 Fri Dec 27 16:52:15 2013 (r337748) +++ head/mail/claws-mail-pdf_viewer/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -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 Fri Dec 27 16:52:15 2013 (r337748) +++ head/misc/tellico-kde4/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -13,7 +13,7 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ yaz:${PORTSDIR}/net/yaz \ exempi:${PORTSDIR}/textproc/exempi \ qjson:${PORTSDIR}/devel/qjson Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/deforaos-pdfviewer/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/3686/ PKGNAMEPREFIX= deforaos- Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/pdfcube/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/qpdfview/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/140746246/ Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/scribus-devel/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/tex-luatex/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,6 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.70.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- @@ -18,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ graphite:${PORTSDIR}/graphics/silgraphite \ icuio:${PORTSDIR}/devel/icu \ png15:${PORTSDIR}/graphics/png \ - poppler:${PORTSDIR}/graphics/poppler \ + libpoppler.so:${PORTSDIR}/graphics/poppler \ TECkit:${PORTSDIR}/textproc/teckit \ zzip:${PORTSDIR}/devel/zziplib Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/print/tex-xetex/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -2,6 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.9999 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/:web2c \ ftp://tug.org/historic/systems/texlive/2012/:texmf Modified: head/sysutils/nepomuk-core/Makefile ============================================================================== --- head/sysutils/nepomuk-core/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/sysutils/nepomuk-core/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,6 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -11,7 +12,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core Nepomuk system libraries and services for KDE -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ +LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ tag.1:${PORTSDIR}/audio/taglib \ exiv2.12:${PORTSDIR}/graphics/exiv2 \ swscale:${PORTSDIR}/multimedia/ffmpeg Modified: head/sysutils/tracker-client/Makefile ============================================================================== --- head/sysutils/tracker-client/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/sysutils/tracker-client/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client @@ -14,7 +14,7 @@ COMMENT= Object database, tag/metadata d LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.4:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ Modified: head/textproc/libextractor/Makefile ============================================================================== --- head/textproc/libextractor/Makefile Fri Dec 27 16:52:15 2013 (r337748) +++ head/textproc/libextractor/Makefile Fri Dec 27 16:54:21 2013 (r337749) @@ -3,7 +3,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***