svn commit: r505935 - head/www/qt5-webkit

Tobias C. Berner tcberner at FreeBSD.org
Fri Jul 5 20:30:55 UTC 2019


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 at 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 \


More information about the svn-ports-head mailing list