Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2024 19:17:24 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e155f7e7d823 - main - converters/wkhtmltopdf: do not force USE_GCC
Message-ID:  <202404141917.43EJHOgU056027@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e155f7e7d823f4b5e0475889153296e68881ee86

commit e155f7e7d823f4b5e0475889153296e68881ee86
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-04-14 19:15:27 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-04-14 19:15:27 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404141917.43EJHOgU056027>