pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/wkhtmltopdf
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 31 15:27:30 UTC 2025
Modified Files:
pkgsrc/converters/wkhtmltopdf: Makefile
Log Message:
wkhtmltopdf: mark as BROKEN on NetBSD 10+
This fails building the included (!) qt4 (!) libraries.
TODO: Dead upstream, we should consider removing this completely.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/converters/wkhtmltopdf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/wkhtmltopdf/Makefile
diff -u pkgsrc/converters/wkhtmltopdf/Makefile:1.21 pkgsrc/converters/wkhtmltopdf/Makefile:1.22
--- pkgsrc/converters/wkhtmltopdf/Makefile:1.21 Sun Nov 12 13:20:53 2023
+++ pkgsrc/converters/wkhtmltopdf/Makefile Fri Jan 31 15:27:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/11/12 13:20:53 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/31 15:27:30 wiz Exp $
DISTNAME= wkhtmltox-0.12.4
PKGNAME= wkhtmltopdf-0.12.4
@@ -14,6 +14,9 @@ HOMEPAGE= https://wkhtmltopdf.org/
COMMENT= Command line tools to render HTML into PDF
LICENSE= gnu-lgpl-v3
+# fails building the included qt4 distribution
+BROKEN_ON_PLATFORM+= NetBSD-1[0-9].*-*
+
USE_LANGUAGES+= c c++
USE_TOOLS+= perl
PYTHON_VERSIONS_ACCEPTED= 27
Home |
Main Index |
Thread Index |
Old Index