aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-09 22:46:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-09 22:46:22 +0000
commit5f1ce9ee4fe5dc20687f1ded5fde2a43123e0bc2 (patch)
tree790cb502a5aff33661c526dfe45106331638c2c0 /converters
parentd9592b194ded59eca630eaf0909709871e968c97 (diff)
downloadports-5f1ce9ee4fe5dc20687f1ded5fde2a43123e0bc2.tar.gz
ports-5f1ce9ee4fe5dc20687f1ded5fde2a43123e0bc2.zip
Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=464036
Diffstat (limited to 'converters')
-rw-r--r--converters/wkhtmltopdf/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index ea0443fa7cac..bdf505fafe7b 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -11,6 +11,14 @@ COMMENT= Convert HTML (or live webpages) to PDF or image
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to build: error: cast from pointer to smaller type loses information
+BROKEN_armv6= fails to build: error: Not supported ARM architecture
+BROKEN_armv7= fails to build: error: invalid operand for instruction
+BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4
+BROKEN_powerpc64= fails to build: RenderObject.o: sibling call optimization to does not allow automatic multiple TOCs
+BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st')
+
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png
@@ -24,14 +32,6 @@ WKQT_TAGNAME= c0cfa03
GH_TUPLE= ${PORTNAME}:qt:${WKQT_TAGNAME}:qt
HAS_CONFIGURE= yes
-BROKEN_aarch64= Does not build: error: cast from pointer to smaller type loses information
-BROKEN_armv6= Does not build: error: Not supported ARM architecture
-BROKEN_armv7= Does not build: error: invalid operand for instruction
-BROKEN_mips64= Does not link: undefined reference to __sync_add_and_fetch_4
-BROKEN_powerpc64= Does not build
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'SSL_CIPHER' (aka 'ssl_cipher_st')
-
PATCH_WRKSRC= ${WRKSRC}/qt
CONFIGURE_WRKSRC= ${WRKSRC}/build/qt
BUILD_WRKSRC= ${WRKSRC}/build/qt