From e155f7e7d823f4b5e0475889153296e68881ee86 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 14 Apr 2024 21:15:27 +0200 Subject: 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 --- converters/wkhtmltopdf/Makefile | 5 ++--- 1 file 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 -- cgit v1.2.3