Date: Thu, 21 Mar 2013 05:27:16 +0000 (UTC) From: Jeremy Messenger <mezz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314805 - in head: . converters/pdf2djvu databases/kbibtex deskutils/calibre editors/calligra editors/libreoffice editors/texmaker editors/texmakerx editors/texworks graphics/evas_gener... Message-ID: <201303210527.r2L5RGdZ038663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mezz Date: Thu Mar 21 05:27:16 2013 New Revision: 314805 URL: http://svnweb.freebsd.org/changeset/ports/314805 Log: - Update poppler to 0.22.2. - Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part) Added: head/graphics/poppler/files/patch-configure (contents, props changed) Modified: head/UPDATING head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/editors/calligra/Makefile head/editors/libreoffice/Makefile (contents, props changed) head/editors/texmaker/Makefile head/editors/texmakerx/Makefile (contents, props changed) head/editors/texworks/Makefile head/graphics/evas_generic_loaders-pdf/Makefile (contents, props changed) head/graphics/okular/Makefile head/graphics/poppler-glib/Makefile (contents, props changed) head/graphics/poppler-glib/pkg-plist (contents, props changed) head/graphics/poppler-qt4/Makefile (contents, props changed) head/graphics/poppler-qt4/pkg-plist (contents, props changed) head/graphics/poppler-utils/Makefile (contents, props changed) head/graphics/poppler-utils/pkg-plist (contents, props changed) head/graphics/poppler/Makefile (contents, props changed) head/graphics/poppler/distinfo (contents, props changed) head/graphics/poppler/files/patch-glib_demo_Makefile.in (contents, props changed) head/graphics/poppler/files/patch-utils_Makefile.in (contents, props changed) head/graphics/poppler/pkg-plist (contents, props changed) head/graphics/py-poppler-qt4/Makefile head/graphics/qcomicbook/Makefile head/misc/tellico-kde4/Makefile head/print/qpdfview/Makefile head/print/scribus-devel/Makefile head/textproc/libextractor/Makefile head/textproc/pdfgrep/Makefile (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Mar 21 05:01:03 2013 (r314804) +++ head/UPDATING Thu Mar 21 05:27:16 2013 (r314805) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130317: + AFFECTS: users of graphics/poppler + AUTHOR: gnome@FreeBSD.org + + The graphics/poppler has been updated to 0.22.2. The shared library version + has changed from 18 to 34. Please rebuild all ports that depends on it: + + # portmaster -r poppler + or + # portupgrade -fr graphics/poppler + or + # pkg install -fR graphics/poppler + 20130319: AFFECTS: users of net/freerdp AUTHOR: fluffy@FreeBSD.org Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/converters/pdf2djvu/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -16,7 +16,7 @@ MAINTAINER= darcsis@gmail.com COMMENT= Pdf2djvu creates DjVu files from PDF files BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/databases/kbibtex/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,13 +3,14 @@ PORTNAME= kbibtex DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Bibliography editor for KDE -LIB_DEPENDS= poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 USE_BZIP2= yes USE_CMAKE= yes Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/deskutils/calibre/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/editors/calligra/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -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/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/editors/libreoffice/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES+= http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext MASTER_SITE_SUBDIR= src/${PORTVERSION}/ Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/editors/texmaker/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,15 +3,15 @@ PORTNAME= texmaker PORTVERSION= 3.5.2 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX Development Environment -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme Modified: head/editors/texmakerx/Makefile ============================================================================== --- head/editors/texmakerx/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/editors/texmakerx/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -7,7 +7,7 @@ PORTNAME= texmakerx PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TexMakerX%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0 MAINTAINER= lx@FreeBSD.org COMMENT= A LaTeX IDE derived from Texmaker -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/editors/texworks/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,7 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION} Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/evas_generic_loaders-pdf/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,6 +3,7 @@ PORTNAME= pdf PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/okular/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -2,6 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ LIB_DEPENDS= djvulibre:${PORTSDIR}/graph jpeg.11:${PORTSDIR}/graphics/jpeg \ qca.2:${PORTSDIR}/devel/qca \ tiff.4:${PORTSDIR}/graphics/tiff \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ spectre.1:${PORTSDIR}/print/libspectre \ chm.0:${PORTSDIR}/misc/chmlib \ freetype.9:${PORTSDIR}/print/freetype2 \ Modified: head/graphics/poppler-glib/Makefile ============================================================================== --- head/graphics/poppler-glib/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-glib/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -1,12 +1,8 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -glib MAINTAINER= gnome@FreeBSD.org @@ -17,7 +13,7 @@ SLAVEPORT= glib PLIST= ${.CURDIR}/pkg-plist pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} libpoppler-cairo.la .include "${MASTERDIR}/Makefile" Modified: head/graphics/poppler-glib/pkg-plist ============================================================================== --- head/graphics/poppler-glib/pkg-plist Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-glib/pkg-plist Thu Mar 21 05:27:16 2013 (r314805) @@ -30,6 +30,8 @@ libdata/pkgconfig/poppler-glib.pc %%DOCSDIR%%/poppler/api-index-0-14.html %%DOCSDIR%%/poppler/api-index-0-16.html %%DOCSDIR%%/poppler/api-index-0-18.html +%%DOCSDIR%%/poppler/api-index-0-20.html +%%DOCSDIR%%/poppler/api-index-0-22.html %%DOCSDIR%%/poppler/api-index-deprecated.html %%DOCSDIR%%/poppler/api-index-full.html %%DOCSDIR%%/poppler/ch01.html Modified: head/graphics/poppler-qt4/Makefile ============================================================================== --- head/graphics/poppler-qt4/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-qt4/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -1,12 +1,8 @@ -# New ports collection makefile for: poppler-qt4 -# Date created: June 26, 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.15 2010/07/07 13:03:19 kwm Exp $ -# +# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.18 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt4 MAINTAINER= gnome@FreeBSD.org @@ -16,4 +12,8 @@ MASTERDIR= ${.CURDIR}/../../graphics/pop SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist +pre-build: + cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + Makefile ${MAKE_ARGS} libpoppler-arthur.la + .include "${MASTERDIR}/Makefile" Modified: head/graphics/poppler-qt4/pkg-plist ============================================================================== --- head/graphics/poppler-qt4/pkg-plist Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-qt4/pkg-plist Thu Mar 21 05:27:16 2013 (r314805) @@ -2,12 +2,13 @@ include/poppler/qt4/poppler-annotation.h include/poppler/qt4/poppler-export.h include/poppler/qt4/poppler-form.h include/poppler/qt4/poppler-link.h +include/poppler/qt4/poppler-media.h include/poppler/qt4/poppler-optcontent.h include/poppler/qt4/poppler-page-transition.h include/poppler/qt4/poppler-qt4.h lib/libpoppler-qt4.a lib/libpoppler-qt4.la lib/libpoppler-qt4.so -lib/libpoppler-qt4.so.3 +lib/libpoppler-qt4.so.4 libdata/pkgconfig/poppler-qt4.pc @dirrm include/poppler/qt4 Modified: head/graphics/poppler-utils/Makefile ============================================================================== --- head/graphics/poppler-utils/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-utils/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -1,12 +1,8 @@ -# New ports collection makefile for: poppler-utils -# Date created: 2006-05-01 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/graphics/poppler-utils/Makefile,v 1.5 2010/07/07 13:03:19 kwm Exp $ -# +# $MCom: ports/graphics/poppler-utils/Makefile,v 1.8 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -utils MAINTAINER= gnome@FreeBSD.org Modified: head/graphics/poppler-utils/pkg-plist ============================================================================== --- head/graphics/poppler-utils/pkg-plist Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler-utils/pkg-plist Thu Mar 21 05:27:16 2013 (r314805) @@ -1,3 +1,4 @@ +bin/pdfdetach bin/pdffonts bin/pdfimages bin/pdfinfo Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -1,14 +1,10 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# +# Created by: marcus@FreeBSD.org # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.74 2011/08/05 14:05:23 kwm Exp $ -# +# $MCom: ports/graphics/poppler/Makefile,v 1.84 2013/03/12 14:53:49 kwm Exp $ PORTNAME= poppler -PORTVERSION= 0.18.4 -PORTREVISION?= 2 +PORTVERSION= 0.22.2 +PORTREVISION?= 0 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -17,9 +13,9 @@ COMMENT?= A PDF rendering library LICENSE= GPLv2 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - lcms.1:${PORTSDIR}/graphics/lcms +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + lcms2:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data USE_GMAKE= yes @@ -35,18 +31,21 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHR LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on \ - OPENJPEG "Enable JPEG 2000 support" on +PORTSCOUT= limitw:1,even + +OPTIONS_DEFINE= CAIRO OPENJPEG +OPTIONS_DEFAULT=CAIRO OPENJPEG .endif .include <bsd.port.options.mk> .if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.18:${PORTSDIR}/graphics/poppler +PORTSCOUT= ignore:1 +LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler .if ${SLAVEPORT}=="glib" BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo CONFIGURE_ARGS+=--enable-poppler-glib USE_GNOME+= gnomehier glib20 BUILD_WRKSRC= ${WRKSRC}/glib @@ -59,23 +58,20 @@ CONFIGURE_ARGS+=--disable-poppler-glib CONFIGURE_ARGS+=--enable-poppler-qt4 CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 USE_QT4= gui corelib xml qtestlib moc_build -# It requires poppler/splash to be built unless you disable splash backend -# support to allow you use BUILD_WRKSRC here. It seems that splash backend -# can read more PDF files than without, tested with demos's poppler_qt4viewer. -#BUILD_WRKSRC= ${WRKSRC}/qt4 +BUILD_WRKSRC= ${WRKSRC}/qt4 INSTALL_WRKSRC= ${WRKSRC}/qt4 .else CONFIGURE_ARGS+=--disable-poppler-qt4 .endif .if ${SLAVEPORT}=="utils" -LIB_DEPENDS+= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* BUILD_WRKSRC= ${WRKSRC}/utils INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 pdfseparate.1 pdftocairo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 pdfunite.1 +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 @@ -85,19 +81,19 @@ CONFIGURE_ARGS+=--disable-poppler-glib \ --disable-poppler-qt4 \ --disable-utils -.if defined(WITHOUT_CAIRO) +.if ${PORT_OPTIONS:MCAIRO} +LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo +PLIST_SUB+= CAIRO="" +.else CONFIGURE_ARGS+=--disable-cairo-output PLIST_SUB+= CAIRO="@comment " -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" .endif -.if defined(WITHOUT_OPENJPEG) -CONFIGURE_ARGS+=--disable-libopenjpeg -.else +.if ${PORT_OPTIONS:MOPENJPEG} CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg +LIB_DEPENDS+= openjpeg:${PORTSDIR}/graphics/openjpeg +.else +CONFIGURE_ARGS+=--disable-libopenjpeg .endif .endif @@ -105,15 +101,12 @@ post-patch: .if ${CXX:M*clang*} && ${CXXFLAGS:M-stdlib=libc++} @${REINPLACE_CMD} '/CXXFLAGS.*-ansi/d' ${WRKSRC}/configure .endif - @${REINPLACE_CMD} -e 's|-version-info 19:0:0|-version-info 18:0:0|g' \ + @${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 - # A fix for bug 52193 (fixed upstream at poppler-0.20) - @${REINPLACE_CMD} -e 's:poppler/poppler-config.h:poppler-config.h:' \ - ${WRKSRC}/goo/*.h ${WRKSRC}/splash/*.h post-install: .if defined(SLAVEPORT) Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler/distinfo Thu Mar 21 05:27:16 2013 (r314805) @@ -1,2 +1,2 @@ -SHA256 (poppler-0.18.4.tar.gz) = 33421148cdc8e043da291dece2cce1cea6220d49a50c00c56d56d6435501d42e -SIZE (poppler-0.18.4.tar.gz) = 1992993 +SHA256 (poppler-0.22.2.tar.gz) = 108736ef84069317f6c5beacb5268f3b799ecf401e353e239611772eae8a662d +SIZE (poppler-0.22.2.tar.gz) = 2215737 Added: head/graphics/poppler/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/poppler/files/patch-configure Thu Mar 21 05:27:16 2013 (r314805) @@ -0,0 +1,13 @@ +--- configure.orig 2012-08-08 11:59:15.000000000 +0200 ++++ configure 2012-08-08 11:59:45.000000000 +0200 +@@ -20271,8 +20271,8 @@ + + ac_save_USER_INCLUDES="$USER_INCLUDES" + ac_save_USER_LDFLAGS="$USER_LDFLAGS" +- USER_INCLUDES="$USER_INCLUDES $LIBJPEG_CFLAGS" +- USER_LDFLAGS="$USER_LDFLAGS $LIBJPEG_CFLAGS" ++ USER_INCLUDES="$USER_INCLUDES $LIBJPEG_CFLAGS $CPPFLAGS" ++ USER_LDFLAGS="$USER_LDFLAGS $LIBJPEG_LDFLAGS $LDFLAGS" + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libjpeg6b" >&5 Modified: head/graphics/poppler/files/patch-glib_demo_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-glib_demo_Makefile.in Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler/files/patch-glib_demo_Makefile.in Thu Mar 21 05:27:16 2013 (r314805) @@ -1,15 +1,15 @@ ---- glib/demo/Makefile.in.orig 2011-10-04 00:03:29.000000000 +0200 -+++ glib/demo/Makefile.in 2011-10-04 00:04:47.000000000 +0200 -@@ -66,7 +66,7 @@ poppler_glib_demo_LDADD = $(LDADD) +--- glib/demo/Makefile.in.orig 2012-06-13 13:31:37.000000000 +0200 ++++ glib/demo/Makefile.in 2012-06-13 13:32:45.000000000 +0200 +@@ -66,7 +66,7 @@ am__DEPENDENCIES_1 = poppler_glib_demo_DEPENDENCIES = \ $(top_builddir)/glib/libpoppler-glib.la \ - $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) -+ -lpoppler $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) ++ $(am__DEPENDENCIES_1) + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent -@@ -355,7 +355,7 @@ poppler_glib_demo_SOURCES = \ +@@ -365,7 +365,7 @@ LDADD = \ $(top_builddir)/glib/libpoppler-glib.la \ Modified: head/graphics/poppler/files/patch-utils_Makefile.in ============================================================================== --- head/graphics/poppler/files/patch-utils_Makefile.in Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler/files/patch-utils_Makefile.in Thu Mar 21 05:27:16 2013 (r314805) @@ -1,94 +1,95 @@ ---- utils/Makefile.in.orig 2012-02-22 16:52:39.000000000 +0100 -+++ utils/Makefile.in 2012-02-22 16:56:09.000000000 +0100 -@@ -67,7 +67,7 @@ +--- 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 @@ + am_pdfdetach_OBJECTS = pdfdetach.$(OBJEXT) $(am__objects_1) + pdfdetach_OBJECTS = $(am_pdfdetach_OBJECTS) + pdfdetach_LDADD = $(LDADD) +-pdfdetach_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++pdfdetach_DEPENDENCIES = + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + am__v_lt_0 = --silent + am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) $(am__objects_1) pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) pdffonts_LDADD = $(LDADD) - am__DEPENDENCIES_1 = --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdffonts_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -@@ -76,59 +76,59 @@ +-pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++pdffonts_DEPENDENCIES = + am_pdfimages_OBJECTS = pdfimages.$(OBJEXT) ImageOutputDev.$(OBJEXT) \ $(am__objects_1) pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfimages_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) +-pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++pdfimages_DEPENDENCIES = am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ $(am__objects_1) pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfinfo_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) +-pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++pdfinfo_DEPENDENCIES = am_pdfseparate_OBJECTS = pdfseparate.$(OBJEXT) $(am__objects_1) pdfseparate_OBJECTS = $(am_pdfseparate_OBJECTS) pdfseparate_LDADD = $(LDADD) --pdfseparate_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfseparate_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) +-pdfseparate_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++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_2 = $(top_builddir)/poppler/libpoppler.la \ -+am__DEPENDENCIES_2 = \ - $(am__DEPENDENCIES_1) +-am__DEPENDENCIES_1 = $(top_builddir)/poppler/libpoppler.la ++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_1) + @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@ $(am__DEPENDENCIES_2) \ ++@BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_DEPENDENCIES = \ + @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_CAIRO_OUTPUT_TRUE@ $(am__DEPENDENCIES_4) - am_pdftohtml_OBJECTS = pdftohtml.$(OBJEXT) HtmlFonts.$(OBJEXT) \ - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) + am__objects_2 = pdftohtml-parseargs.$(OBJEXT) +@@ -124,7 +124,7 @@ + pdftohtml-HtmlOutputDev.$(OBJEXT) $(am__objects_2) pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftohtml_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.cc parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ +-pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++pdftohtml_DEPENDENCIES = + 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 @@ @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftoppm_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) +-pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++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 = \ - $(am__DEPENDENCIES_1) +-pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++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 = \ - $(am__DEPENDENCIES_1) +-pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la ++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 = \ - $(am__DEPENDENCIES_1) +-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 -@@ -419,7 +419,7 @@ + am__depfiles_maybe = depfiles +@@ -451,7 +451,7 @@ $(PDFTOCAIRO_CFLAGS) LDADD = \ - $(top_builddir)/poppler/libpoppler.la \ + -lpoppler \ - $(UTILS_LIBS) \ - $(FONTCONFIG_LIBS) + $(UTILS_LIBS) -@@ -428,7 +428,7 @@ + @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_SOURCES = \ +@@ -459,7 +459,7 @@ @BUILD_CAIRO_OUTPUT_TRUE@ $(common) @BUILD_CAIRO_OUTPUT_TRUE@pdftocairo_LDADD = \ Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/poppler/pkg-plist Thu Mar 21 05:27:16 2013 (r314805) @@ -58,6 +58,7 @@ include/poppler/StdinPDFDocBuilder.h include/poppler/Stream-CCITT.h include/poppler/Stream.h include/poppler/TextOutputDev.h +include/poppler/UTF.h include/poppler/UTF8.h include/poppler/UnicodeCClassTables.h include/poppler/UnicodeCompTables.h @@ -81,6 +82,7 @@ include/poppler/cpp/poppler-toc.h include/poppler/cpp/poppler-version.h include/poppler/fofi/FoFiBase.h include/poppler/fofi/FoFiEncodings.h +include/poppler/fofi/FoFiIdentifier.h include/poppler/fofi/FoFiTrueType.h include/poppler/fofi/FoFiType1.h include/poppler/fofi/FoFiType1C.h @@ -97,6 +99,7 @@ include/poppler/goo/PNGWriter.h include/poppler/goo/TiffWriter.h include/poppler/goo/gfile.h include/poppler/goo/gmem.h +include/poppler/goo/grandom.h include/poppler/goo/gstrtod.h include/poppler/goo/gtypes.h include/poppler/poppler-config.h @@ -130,7 +133,7 @@ lib/libpoppler-cpp.so.0 lib/libpoppler.a lib/libpoppler.la lib/libpoppler.so -lib/libpoppler.so.18 +lib/libpoppler.so.34 %%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 Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/py-poppler-qt4/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -2,7 +2,7 @@ PORTNAME= poppler-qt4 PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PROJECTHOST= python-poppler-qt4 Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/graphics/qcomicbook/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,6 +3,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.linux-projects.net/releases/ Modified: head/misc/tellico-kde4/Makefile ============================================================================== --- head/misc/tellico-kde4/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/misc/tellico-kde4/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,7 +3,7 @@ PORTNAME= tellico PORTVERSION= 2.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/print/qpdfview/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,6 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/131409309/ Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/print/scribus-devel/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} Modified: head/textproc/libextractor/Makefile ============================================================================== --- head/textproc/libextractor/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/textproc/libextractor/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -3,7 +3,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Thu Mar 21 05:01:03 2013 (r314804) +++ head/textproc/pdfgrep/Makefile Thu Mar 21 05:27:16 2013 (r314805) @@ -7,7 +7,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= michael@ranner.eu COMMENT= A tool to search text in PDF files -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303210527.r2L5RGdZ038663>