svn commit: r405511 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Fri Jan 8 04:17:49 UTC 2016


Author: jbeich
Date: Fri Jan  8 04:17:48 2016
New Revision: 405511
URL: https://svnweb.freebsd.org/changeset/ports/405511

Log:
  www/firefox: enable BUNDLED_CAIRO per r393805
  
  Electrolysis is going to require OMTC which had stability issues with
  system Cairo. To avoid trainwreck let's get more exposure.
  
  https://wiki.mozilla.org/Electrolysis#Schedule
  
  PR:		202174 (ping)

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

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Jan  8 04:11:43 2016	(r405510)
+++ head/www/firefox/Makefile	Fri Jan  8 04:17:48 2016	(r405511)
@@ -4,6 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	43.0.4
 DISTVERSIONSUFFIX=.source
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -49,7 +50,7 @@ MOZ_OPTIONS=	--program-transform-name='s
 		--enable-official-branding
 
 OPTIONS_EXCLUDE=	GSTREAMER LOGGING
-OPTIONS_DEFAULT=	GTK2
+OPTIONS_DEFAULT=	BUNDLED_CAIRO GTK2
 
 OPTIONS_SINGLE+=	TOOLKIT
 OPTIONS_SINGLE_TOOLKIT=	GTK2 GTK3


More information about the svn-ports-head mailing list