Skip to content

Commit

Permalink
converters/wkhtmltopdf: do not force USE_GCC
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
opsec committed Apr 14, 2024
1 parent 465da7a commit e155f7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions converters/wkhtmltopdf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wkhtmltopdf
PORTVERSION= 0.12.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= converters

MAINTAINER= pi@FreeBSD.org
Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit e155f7e

Please sign in to comment.