Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2019 14:55:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491043 - head/www/firefox
Message-ID:  <201901231455.x0NEtAgn021673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901231455.x0NEtAgn021673>