From 35383b39c7915bd0145b1df1b8b615ff4370f9af Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sun, 24 Mar 2013 15:36:28 +0000 Subject: - 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 [1] With hat: portmgr --- converters/pdf2djvu/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'converters') diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index d36df0214074..c0bd065c8f5a 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdf2djvu -# Date created: 7 Mar 2008 -# Whom: Denise H. G. -# +# Created by: Denise H. G. # $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 -- cgit