svn commit: r497433 - head/www/qt5-webengine

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 31 17:11:11 UTC 2019


Author: rakuco
Date: Sun Mar 31 17:11:10 2019
New Revision: 497433
URL: https://svnweb.freebsd.org/changeset/ports/497433

Log:
  Update comment.
  
  Printing support was enabled in r475479.

Modified:
  head/www/qt5-webengine/Makefile

Modified: head/www/qt5-webengine/Makefile
==============================================================================
--- head/www/qt5-webengine/Makefile	Sun Mar 31 17:08:41 2019	(r497432)
+++ head/www/qt5-webengine/Makefile	Sun Mar 31 17:11:10 2019	(r497433)
@@ -8,8 +8,8 @@
 # - We are using several stub files, especially in Chromium's base/ and net/
 #   layers. We should look at implementing the missing bits instead.
 # - We are currently not using any sandboxing mechanism.
-# - We are disabling support for features such as WebRTC and printing. We need
-#   to see what it would take to properly support them.
+# - We are disabling support for features such as WebRTC. We need to see what
+#   it would take to properly support them.
 # - We need to see if more "use_system_<FOO>" flags can be passed.
 # - The process of porting QtWebEngine needs to be documented so we can move to
 #   newer releases more easily.


More information about the svn-ports-all mailing list