Date: Fri, 5 Jul 2019 20:30:55 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505935 - head/www/qt5-webkit Message-ID: <201907052030.x65KUt4m011216@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Jul 5 20:30:54 2019 New Revision: 505935 URL: https://svnweb.freebsd.org/changeset/ports/505935 Log: www/qt5-webkit: enable woff [1] support - woff support was automatically enabled if installed, - but not in clean environments, fix that. [1] https://www.w3.org/TR/WOFF2/ PR: 238997 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> Modified: head/www/qt5-webkit/Makefile Modified: head/www/qt5-webkit/Makefile ============================================================================== --- head/www/qt5-webkit/Makefile Fri Jul 5 20:28:19 2019 (r505934) +++ head/www/qt5-webkit/Makefile Fri Jul 5 20:30:54 2019 (r505935) @@ -2,6 +2,7 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- @@ -16,7 +17,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libhyphen.so:textproc/hyphen \ libicui18n.so:devel/icu \ libpng.so:graphics/png \ - libwebp.so:graphics/webp + libwebp.so:graphics/webp \ + libwoff2dec.so:devel/woff2 USES= bison cmake compiler:c++11-lang gperf jpeg \ pathfix perl5 pkgconfig python:2.7,build qt:5 sqlite:3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907052030.x65KUt4m011216>