svn commit: r491971 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Sat Feb 2 18:37:41 UTC 2019


Author: jbeich
Date: Sat Feb  2 18:37:40 2019
New Revision: 491971
URL: https://svnweb.freebsd.org/changeset/ports/491971

Log:
  www/firefox-esr: disable DTRACE on i386 by default after r490962
  
  TEST-UNEXPECTED-FAIL | check_textrel | libxul.so | We do not want text relocations in libraries and programs
  
  PR:		235153

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

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Sat Feb  2 18:29:45 2019	(r491970)
+++ head/www/firefox/Makefile.options	Sat Feb  2 18:37:40 2019	(r491971)
@@ -21,7 +21,6 @@ OPTIONS_EXCLUDE+=	DTRACE
 #   <arch> not implemented
 #   failed to allocate space for probe
 OPTIONS_DEFAULT_amd64+=	DTRACE
-OPTIONS_DEFAULT_i386+=	DTRACE
 
 CANBERRA_DESC?=		Sound theme alerts
 LIBPROXY_DESC?=		Proxy support via libproxy


More information about the svn-ports-head mailing list