Date: Sat, 21 Mar 2020 12:57:09 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528853 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... Message-ID: <202003211257.02LCv9B9019193@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 21 12:57:09 2020 New Revision: 528853 URL: https://svnweb.freebsd.org/changeset/ports/528853 Log: Update poppler to 0.86.1 Release 0.86.1: core: * Fix regression in Browse Link handling * Internal code improvements Release 0.86.0: core: * Fix link content exfiltration attack * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881 * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam * Internal code improvements glib: * Automatic handle of page's cropbox on annots. Issue #129 * Fix memory leak if poppler_document_new_from_file fails * Minor speed optimization on poppler_page_get_annot_mapping utils: * pdfdetach: add 'savefile' option * pdftoppm/pdftocairo: Fix more odd/even mismatch qt5: * Fix loading from iodevice PR: 244827 Exp-run by: antoine Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/cfiles/Makefile head/deskutils/lumina-pdf/Makefile head/deskutils/recoll/Makefile head/deskutils/xfce4-tumbler/Makefile head/devel/efl/Makefile head/devel/kf5-kfilemetadata/Makefile head/editors/calligra/Makefile head/editors/kile/Makefile head/editors/libreoffice/Makefile head/editors/libreoffice/files/patch-git_9065cd8d-poppler-0.83 head/editors/openoffice-devel/Makefile head/editors/texstudio/Makefile head/editors/texworks/Makefile head/graphics/atril/Makefile head/graphics/diff-pdf/Makefile head/graphics/diffpdf/Makefile head/graphics/dspdfviewer/Makefile head/graphics/engauge-digitizer/Makefile head/graphics/epdfview/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/geeqie/Makefile head/graphics/gegl/Makefile head/graphics/gimp-app/Makefile head/graphics/graphviz/Makefile head/graphics/impressive/Makefile head/graphics/inkscape/Makefile head/graphics/krita/Makefile head/graphics/okular/Makefile head/graphics/openfx-arena/Makefile head/graphics/osg/Makefile head/graphics/pdf2svg/Makefile head/graphics/pdfpc/Makefile head/graphics/poppler-glib/Makefile head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/poppler/pkg-plist head/graphics/pqiv/Makefile head/graphics/py-poppler/Makefile head/graphics/py-python-poppler-qt5/Makefile head/graphics/qcomicbook/Makefile head/graphics/vips/Makefile head/graphics/xournal/Makefile head/graphics/xournalpp/Makefile head/graphics/yacreader/Makefile head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-poppler/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/textmail/Makefile head/math/labplot/Makefile head/misc/auto-multiple-choice/Makefile head/misc/rubygem-rabbit/Makefile head/misc/tellico/Makefile head/net/kitinerary/Makefile head/print/cups-filters/Makefile head/print/deforaos-pdfviewer/Makefile head/print/frescobaldi/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/pdf-tools/Makefile head/print/pdfcube/Makefile head/print/qpdfview/Makefile head/print/scribus-devel/Makefile head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_importpdf.cpp head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/print/texlive-base/Makefile head/sysutils/tracker-miners/Makefile head/textproc/pdfgrep/Makefile head/textproc/pdfsandwich/Makefile head/textproc/py-pdftotext/Makefile head/www/hotcrp/Makefile head/x11-toolkits/rubygem-poppler/Makefile head/x11/eaglemode/Makefile head/x11/rubygem-gnome/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/converters/pdf2djvu/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= pdf2djvu DISTVERSION= 0.9.17 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/databases/kbibtex/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/deskutils/calibre/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 4.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/cfiles/Makefile ============================================================================== --- head/deskutils/cfiles/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/deskutils/cfiles/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= cfiles DISTVERSIONPREFIX= v DISTVERSION= 1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/deskutils/lumina-pdf/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= lbartoletti@FreeBSD.org Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/deskutils/recoll/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= recoll DISTVERSION= 1.25.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= https://www.lesbonscomptes.com/recoll/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/deskutils/xfce4-tumbler/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/devel/efl/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/devel/kf5-kfilemetadata/Makefile ============================================================================== --- head/devel/kf5-kfilemetadata/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/devel/kf5-kfilemetadata/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/calligra/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/editors/kile/Makefile ============================================================================== --- head/editors/kile/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/kile/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/libreoffice/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 .include "${.CURDIR}/Makefile.common" Modified: head/editors/libreoffice/files/patch-git_9065cd8d-poppler-0.83 ============================================================================== --- head/editors/libreoffice/files/patch-git_9065cd8d-poppler-0.83 Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/libreoffice/files/patch-git_9065cd8d-poppler-0.83 Sat Mar 21 12:57:09 2020 (r528853) @@ -7,17 +7,9 @@ Change-Id: I7a3684932b8f9c403a3368b42fa4d8039c67f1a9 Reviewed-on: https://gerrit.libreoffice.org/84384 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> ---- - sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 7 +++++++ - sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 4 ++++ - sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx | 4 ++++ - 3 files changed, 15 insertions(+) - -diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -index 26048177e87d..e9c2a407c279 100644 ---- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx +--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.orig 2019-12-05 19:59:23 UTC +++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -@@ -491,11 +491,18 @@ void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const +@@ -491,11 +491,18 @@ void PDFOutDev::writeFontFile( GfxFont* gfxFont ) cons gfree(pBuf); } @@ -36,9 +28,23 @@ index 26048177e87d..e9c2a407c279 100644 GfxSubpath* pSub = pPath->getSubpath( i ); const int nPoints = pSub->getNumPoints(); -diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -index 02f6b59f6f15..2e7d2186f9a1 100644 ---- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx +@@ -556,7 +563,9 @@ void PDFOutDev::processLink(Link* link, Catalog*) + if (!(pAction && pAction->getKind() == actionURI)) + return; + +-#if POPPLER_CHECK_VERSION(0, 72, 0) ++#if POPPLER_CHECK_VERSION(0, 86, 0) ++ const char* pURI = static_cast<LinkURI*>(pAction)->getURI().c_str(); ++#elif POPPLER_CHECK_VERSION(0, 72, 0) + const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->c_str(); + #else + const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->getCString(); + sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 7 +++++++ + sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 4 ++++ + sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx | 4 ++++ + 3 files changed, 15 insertions(+) + +--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx.orig 2019-12-05 19:59:23 UTC +++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx @@ -149,7 +149,11 @@ namespace pdfi @@ -52,9 +58,7 @@ index 02f6b59f6f15..2e7d2186f9a1 100644 public: explicit PDFOutDev( PDFDoc* pDoc ); -diff --git a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx -index 42178b650cdd..b1a54bd09c5f 100644 ---- sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx +--- sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx.orig 2019-12-05 19:59:23 UTC +++ sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx @@ -68,7 +68,11 @@ int main(int argc, char **argv) } Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/openoffice-devel/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/texstudio/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.22 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/editors/texworks/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/atril/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -5,7 +5,7 @@ PORTNAME= atril PORTVERSION= 1.22.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/diff-pdf/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.3-20190713 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/diffpdf/Makefile ============================================================================== --- head/graphics/diffpdf/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/diffpdf/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/dspdfviewer/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= graphics MAINTAINER= fox@FreeBSD.org Modified: head/graphics/engauge-digitizer/Makefile ============================================================================== --- head/graphics/engauge-digitizer/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/engauge-digitizer/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v DISTVERSION= 12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/epdfview/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/evince/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= evince PORTVERSION= 3.28.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/gdal/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/geeqie/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/gegl/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.22 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/gimp-app/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,6 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.18 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/graphviz/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,6 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.42.3 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/impressive/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/inkscape/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/krita/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.2.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/okular/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde kde-applications PATCH_SITES= https://invent.kde.org/kde/okular/-/commit/ Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/openfx-arena/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/osg/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/pdf2svg/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.3 -PORTREVISION= 14 +PORTREVISION= 15 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/pdfpc/Makefile ============================================================================== --- head/graphics/pdfpc/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/pdfpc/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -4,6 +4,7 @@ PORTNAME= pdfpc DISTVERSION= 4.4.0 CATEGORIES= graphics DISTVERSIONPREFIX= v +PORTREVISION= 1 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer Modified: head/graphics/poppler-glib/Makefile ============================================================================== --- head/graphics/poppler-glib/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/poppler-glib/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -1,7 +1,7 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GLib bindings to poppler Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/poppler/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.85.0 +DISTVERSION= 0.86.1 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -47,6 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP +PLIST_SUB+= SHLIB_VER=97 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/poppler/distinfo Sat Mar 21 12:57:09 2020 (r528853) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580408023 -SHA256 (poppler-0.85.0.tar.xz) = 2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b -SIZE (poppler-0.85.0.tar.xz) = 1588616 +TIMESTAMP = 1584260973 +SHA256 (poppler-0.86.1.tar.xz) = af630a277c8e194c31339c5446241834aed6ed3d4b4dc7080311e51c66257f6c +SIZE (poppler-0.86.1.tar.xz) = 1593856 Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/poppler/pkg-plist Sat Mar 21 12:57:09 2020 (r528853) @@ -132,8 +132,8 @@ lib/libpoppler-cpp.so lib/libpoppler-cpp.so.0 lib/libpoppler-cpp.so.0.7.0 lib/libpoppler.so -lib/libpoppler.so.95 -lib/libpoppler.so.95.0.0 +lib/libpoppler.so.%%SHLIB_VER%% +lib/libpoppler.so.%%SHLIB_VER%%.0.0 libdata/pkgconfig/poppler-cairo.pc libdata/pkgconfig/poppler-cpp.pc libdata/pkgconfig/poppler-splash.pc Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/pqiv/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= pqiv PORTVERSION= 2.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/py-poppler/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ Modified: head/graphics/py-python-poppler-qt5/Makefile ============================================================================== --- head/graphics/py-python-poppler-qt5/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/py-python-poppler-qt5/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 0.75.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/qcomicbook/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/vips/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/xournal/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/xournalpp/Makefile ============================================================================== --- head/graphics/xournalpp/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/xournalpp/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= xournalpp DISTVERSION= 1.0.17 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/yacreader/Makefile ============================================================================== --- head/graphics/yacreader/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/yacreader/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= yacreader DISTVERSION= 9.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/zathura-pdf-mupdf/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://freebsd.uzsolt.hu/src/ Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/graphics/zathura-pdf-poppler/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ http://www.madpilot.net/~mad/pwmt.org/ Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/mail/claws-mail-pdf_viewer/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 5 +PORTREVISION= 6 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/textmail/Makefile ============================================================================== --- head/mail/textmail/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/mail/textmail/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/math/labplot/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} Modified: head/misc/auto-multiple-choice/Makefile ============================================================================== --- head/misc/auto-multiple-choice/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/misc/auto-multiple-choice/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp Modified: head/misc/rubygem-rabbit/Makefile ============================================================================== --- head/misc/rubygem-rabbit/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/misc/rubygem-rabbit/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= rabbit PORTVERSION= 2.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc rubygems MASTER_SITES= RG Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/misc/tellico/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/net/kitinerary/Makefile ============================================================================== --- head/net/kitinerary/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/net/kitinerary/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/cups-filters/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.27.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/deforaos-pdfviewer/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/frescobaldi/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -4,7 +4,7 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print kde MAINTAINER= m.ne@gmx.net Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/ghostscript9-agpl-base/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.52 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/pdf-tools/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -4,7 +4,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-34 DISTVERSIONSUFFIX= -g29d9f4f -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/pdfcube/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/qpdfview/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= qpdfview DISTVERSION= 0.4.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/scribus-devel/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ Modified: head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_importpdf.cpp ============================================================================== --- head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_importpdf.cpp Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_importpdf.cpp Sat Mar 21 12:57:09 2020 (r528853) @@ -1,4 +1,4 @@ ---- scribus/plugins/import/pdf/importpdf.cpp.orig 2020-01-18 17:59:00 UTC +--- scribus/plugins/import/pdf/importpdf.cpp.orig 2020-03-15 14:15:45 UTC +++ scribus/plugins/import/pdf/importpdf.cpp @@ -75,7 +75,7 @@ PdfPlug::PdfPlug(ScribusDoc* doc, int flags) QImage PdfPlug::readThumbnail(const QString& fName) @@ -54,6 +54,22 @@ return false; } pageString = optImp->getPagesString(); +@@ -839,13 +834,13 @@ bool PdfPlug::convert(const QString& fn) + if (names.isDict()) + { + LinkAction *linkAction = nullptr; +- linkAction = LinkAction::parseAction(&names, pdfDoc->getCatalog()->getBaseURI()); ++ linkAction = LinkAction::parseAction(&names, pdfDoc->getCatalog()->getBaseURI()).get(); + if (linkAction) + { + LinkJavaScript *jsa = (LinkJavaScript*)linkAction; + if (jsa->isOk()) + { +- QString script = UnicodeParsedString(jsa->getScript()); ++ QString script = QString::fromStdString(jsa->getScript()); + if (script.startsWith("this.")) + { + script.remove(0, 5); @@ -908,7 +903,7 @@ bool PdfPlug::convert(const QString& fn) } delete pdfDoc; Modified: head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp ============================================================================== --- head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp Sat Mar 21 12:57:09 2020 (r528853) @@ -1,5 +1,167 @@ ---- scribus/plugins/import/pdf/slaoutput.cpp.orig 2020-01-18 17:22:17 UTC +--- scribus/plugins/import/pdf/slaoutput.cpp.orig 2020-03-15 14:15:45 UTC +++ scribus/plugins/import/pdf/slaoutput.cpp +@@ -324,7 +324,7 @@ LinkAction* SlaOutputDev::SC_getAdditionalAction(const + { + Object actionObject = additionalActionsObject.dictLookup(key); + if (actionObject.isDict()) +- linkAction = LinkAction::parseAction(&actionObject, pdfDoc->getCatalog()->getBaseURI()); ++ linkAction = LinkAction::parseAction(&actionObject, pdfDoc->getCatalog()->getBaseURI()).get(); + } + } + return linkAction; +@@ -455,7 +455,7 @@ bool SlaOutputDev::handleLinkAnnot(Annot* annota, doub + POPPLER_CONST GooString *ndst = gto->getNamedDest(); + if (ndst) + { +- LinkDest *dstn = pdfDoc->findDest(ndst); ++ LinkDest *dstn = pdfDoc->findDest(ndst).get(); + if (dstn) + { + if (dstn->getKind() == destXYZ) +@@ -499,7 +499,7 @@ bool SlaOutputDev::handleLinkAnnot(Annot* annota, doub + POPPLER_CONST GooString *ndst = gto->getNamedDest(); + if (ndst) + { +- LinkDest *dstn = pdfDoc->findDest(ndst); ++ LinkDest *dstn = pdfDoc->findDest(ndst).get(); + if (dstn) + { + if (dstn->getKind() == destXYZ) +@@ -517,7 +517,7 @@ bool SlaOutputDev::handleLinkAnnot(Annot* annota, doub + { + LinkURI *gto = (LinkURI*)act; + validLink = true; +- fileName = UnicodeParsedString(gto->getURI()); ++ fileName = QString::fromStdString(gto->getURI()); + } + if (validLink) + { +@@ -930,7 +930,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + if (jsa->isOk()) + { + ite->annotation().setActionType(1); +- ite->annotation().setAction(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setAction(QString::fromStdString(jsa->getScript())); + } + } + else if (Lact->getKind() == actionGoTo) +@@ -967,7 +967,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + POPPLER_CONST GooString *ndst = gto->getNamedDest(); + if (ndst) + { +- LinkDest *dstn = pdfDoc->findDest(ndst); ++ LinkDest *dstn = pdfDoc->findDest(ndst).get(); + if (dstn) + { + if (dstn->getKind() == destXYZ) +@@ -1019,7 +1019,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + POPPLER_CONST GooString *ndst = gto->getNamedDest(); + if (ndst) + { +- LinkDest *dstn = pdfDoc->findDest(ndst); ++ LinkDest *dstn = pdfDoc->findDest(ndst).get(); + if (dstn) + { + if (dstn->getKind() == destXYZ) +@@ -1039,7 +1039,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + else if (Lact->getKind() == actionUnknown) + { + LinkUnknown *uno = (LinkUnknown*)Lact; +- QString actString = UnicodeParsedString(uno->getAction()); ++ QString actString = QString::fromStdString(uno->getAction()); + if (actString == "ResetForm") + { + ite->annotation().setActionType(4); +@@ -1083,7 +1083,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + { + LinkNamed *uno = (LinkNamed*)Lact; + ite->annotation().setActionType(10); +- ite->annotation().setAction(UnicodeParsedString(uno->getName())); ++ ite->annotation().setAction(QString::fromStdString(uno->getName())); + } + else + qDebug() << "Found unsupported Action of type" << Lact->getKind(); +@@ -1096,7 +1096,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setD_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setD_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1110,7 +1110,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setE_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setE_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1124,7 +1124,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setX_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setX_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1138,7 +1138,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setFo_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setFo_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1152,7 +1152,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setBl_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setBl_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1166,7 +1166,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setC_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setC_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } +@@ -1180,7 +1180,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setF_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setF_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + ite->annotation().setFormat(5); + } +@@ -1195,7 +1195,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setK_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setK_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + ite->annotation().setFormat(5); + } +@@ -1210,7 +1210,7 @@ void SlaOutputDev::handleActions(PageItem* ite, AnnotW + LinkJavaScript *jsa = (LinkJavaScript*)Aact; + if (jsa->isOk()) + { +- ite->annotation().setV_act(UnicodeParsedString(jsa->getScript())); ++ ite->annotation().setV_act(QString::fromStdString(jsa->getScript())); + ite->annotation().setAAact(true); + } + } @@ -1224,16 +1224,7 @@ void SlaOutputDev::startDoc(PDFDoc *doc, XRef *xrefA, catalog = catA; pdfDoc = doc; Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/tex-luatex/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/tex-xetex/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/print/texlive-base/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 46 +PORTREVISION= 47 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/sysutils/tracker-miners/Makefile ============================================================================== --- head/sysutils/tracker-miners/Makefile Sat Mar 21 12:54:54 2020 (r528852) +++ head/sysutils/tracker-miners/Makefile Sat Mar 21 12:57:09 2020 (r528853) @@ -3,7 +3,7 @@ PORTNAME= tracker-miners *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003211257.02LCv9B9019193>