svn commit: r491973 - branches/2019Q1/www/firefox

Jan Beich jbeich at FreeBSD.org
Sat Feb 2 18:38:17 UTC 2019


Author: jbeich
Date: Sat Feb  2 18:38:16 2019
New Revision: 491973
URL: https://svnweb.freebsd.org/changeset/ports/491973

Log:
  MFH: r491971
  
  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
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/www/firefox/Makefile.options
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/www/firefox/Makefile.options
==============================================================================
--- branches/2019Q1/www/firefox/Makefile.options	Sat Feb  2 18:37:49 2019	(r491972)
+++ branches/2019Q1/www/firefox/Makefile.options	Sat Feb  2 18:38:16 2019	(r491973)
@@ -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-branches mailing list