diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2024-04-14 19:15:27 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2024-04-14 19:15:27 +0000 |
commit | e155f7e7d823f4b5e0475889153296e68881ee86 (patch) | |
tree | 0870027fa5e70fb8ac9f6320dda7a19560a5a530 | |
parent | 465da7ad9dc0189d549843a444fdd96cd9175285 (diff) |
converters/wkhtmltopdf: do not force USE_GCC
- builds on all versions, run tests look ok as well
- moved deprecation date to end of 2024 for now
See latest comments in PR
PR: 269313
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 56541f3dcd62..2132c798d8af 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= wkhtmltopdf PORTVERSION= 0.12.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MAINTAINER= pi@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream abandoned the project -EXPIRATION_DATE= 2024-06-30 +EXPIRATION_DATE= 2024-12-31 BROKEN_armv6= fails to build: error: Not supported ARM architecture BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 @@ -21,7 +21,6 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png USES= gmake iconv jpeg perl5 pkgconfig ssl xorg -USE_GCC= yes USE_XORG= x11 xext xrender USE_PERL5= build USE_LDCONFIG= yes |