Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 18:38:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r491973 - branches/2019Q1/www/firefox
Message-ID:  <201902021838.x12IcGTp074699@repo.freebsd.org>

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



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