Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 18:37:40 +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: r491971 - head/www/firefox
Message-ID:  <201902021837.x12IbeGs074275@repo.freebsd.org>

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



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