Date: Sun, 24 Mar 2013 15:36:29 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315128 - head/converters/pdf2djvu Message-ID: <201303241536.r2OFaTmW022216@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun Mar 24 15:36:28 2013 New Revision: 315128 URL: http://svnweb.freebsd.org/changeset/ports/315128 Log: - Mark BROKEN: pdf2djvu.cc: In function 'int xmain(int, char* const*)': pdf2djvu.cc:1335: error: no matching function for call to 'pdf::Renderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) pdf2djvu.cc:1336: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) pdf2djvu.cc:1340: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) gmake: *** [pdf2djvu.o] Error 1 *** [do-build] Error code 1 - Add explicit pkgconf dependency [1] - Trim header PR: ports/177306 [1] Reported by: John Marino <draco@marino.st> [1] With hat: portmgr Modified: head/converters/pdf2djvu/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Sun Mar 24 15:12:01 2013 (r315127) +++ head/converters/pdf2djvu/Makefile Sun Mar 24 15:36:28 2013 (r315128) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdf2djvu -# Date created: 7 Mar 2008 -# Whom: Denise H. G. <darcsis@gmail.com> -# +# Created by: Denise H. G. <darcsis@gmail.com> # $FreeBSD$ -# PORTNAME= pdf2djvu PORTVERSION= 0.5.11 @@ -23,6 +19,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-pthread CPPFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes +USE_PKGCONFIG= yes + +BROKEN= does not build PLIST_FILES= bin/pdf2djvu MAN1= pdf2djvu.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303241536.r2OFaTmW022216>