Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 02:57:19 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 236797691ff1 - main - converters/wkhtmltopdf: Mark BROKEN on 14
Message-ID:  <202308180257.37I2vJ2H079915@gitrepo.freebsd.org>

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

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

commit 236797691ff1de47c71cc33e17bf0bf7c1c6f6a7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 01:28:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 02:57:09 +0000

    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
---
 converters/wkhtmltopdf/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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 \



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