svn commit: r491043 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Wed Jan 23 14:55:13 UTC 2019


Author: jbeich
Date: Wed Jan 23 14:55:10 2019
New Revision: 491043
URL: https://svnweb.freebsd.org/changeset/ports/491043

Log:
  www/firefox: hide WAYLAND option after r490910
  
  Wayland support cannot be disabled independent of x11-toolkits/gtk30
  and there're no new dependencies due to libmozwayland.so shim.
  https://bugzilla.mozilla.org/show_bug.cgi?id=1501218
  
  PR:		233791

Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Jan 23 14:55:02 2019	(r491042)
+++ head/www/firefox/Makefile	Wed Jan 23 14:55:10 2019	(r491043)
@@ -41,7 +41,7 @@ FIREFOX_DESKTOP=	${MOZSRC}/taskcluster/docker/${MOZILL
 MOZ_OPTIONS=	--enable-application=browser \
 		--enable-official-branding
 
-OPTIONS_EXCLUDE=	DTRACE
+OPTIONS_EXCLUDE=	DTRACE WAYLAND
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 


More information about the svn-ports-all mailing list