svn commit: r315128 - head/converters/pdf2djvu
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 24 15:36:29 UTC 2013
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 at 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 at gmail.com>
-#
+# Created by: Denise H. G. <darcsis at 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
More information about the svn-ports-all
mailing list