aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 01:28:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 02:57:09 +0000
commit236797691ff1de47c71cc33e17bf0bf7c1c6f6a7 (patch)
tree453a0c19bb1ce0618a9b264f52cc3bdbd2a3db13
parent79ef06b046e40e03684a98241d138169863579f2 (diff)
downloadports-236797691ff1de47c71cc33e17bf0bf7c1c6f6a7.tar.gz
ports-236797691ff1de47c71cc33e17bf0bf7c1c6f6a7.zip
converters/wkhtmltopdf: Mark BROKEN on 14
- Fails to build with: use of undeclared identifier 'needsToUnregister' Have treid to build with llvm14 and llvm15 with the same result - Mark DEPRECATED as upstream has abandoned the project. See for more information: https://wkhtmltopdf.org/status.html - Consider print/py-weasyprint as a replacemnent - Set EXPIRATION_DATE to 2024-06-30 expecting that we will have llvm16 on 13.3 and 13.3 will be released around mid of 2024 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--converters/wkhtmltopdf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index 77259e664128..02c79969074a 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -10,9 +10,12 @@ WWW= https://github.com/wkhtmltopdf/wkhtmltopdf
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream abandoned the project
+EXPIRATION_DATE= 2024-06-30
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_FreeBSD_14= fails to build: use of undeclared identifier 'needsToUnregister'
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \