Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 15:50:56 +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: r430259 - in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey
Message-ID:  <201701011550.v01FouRL060008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jan  1 15:50:56 2017
New Revision: 430259
URL: https://svnweb.freebsd.org/changeset/ports/430259

Log:
  gecko: temporarily hide DTRACE option on aarch64
  
  PR:		214556

Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/firefox/Makefile.options   (contents, props changed)
  head/www/libxul/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/mail/thunderbird/Makefile	Sun Jan  1 15:50:56 2017	(r430259)
@@ -38,8 +38,6 @@ USE_MOZILLA=	# empty
 USE_GL=		gl
 USES=		tar:xz
 
-BROKEN_aarch64=		Fails to link: js-dtrace.o.arJ1an: error adding symbols: File in wrong format
-
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--enable-single-profile --disable-profilesharing \
 	--enable-application=mail --enable-official-branding

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/www/firefox-esr/Makefile	Sun Jan  1 15:50:56 2017	(r430259)
@@ -42,8 +42,6 @@ MOZILLA_NAME=	Firefox
 USE_GL=		gl
 USES=		tar:xz
 
-BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
-
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
 MOZ_OPTIONS=	--program-transform-name='s/firefox/${MOZILLA}/' \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/www/firefox/Makefile	Sun Jan  1 15:50:56 2017	(r430259)
@@ -40,8 +40,6 @@ MOZILLA_NAME=	Firefox
 USE_GL=		gl
 USES=		tar:xz
 
-BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
-
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
 MOZ_OPTIONS=	--enable-application=browser \

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/www/firefox/Makefile.options	Sun Jan  1 15:50:56 2017	(r430259)
@@ -16,6 +16,9 @@ OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO
 OPTIONS_EXCLUDE+=	DTRACE
 .endif
 
+# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
+OPTIONS_EXCLUDE_aarch64=	DTRACE
+
 # dtrace(1) crashes during build or fails to allocate space for probe
 OPTIONS_EXCLUDE_FreeBSD_9=	DTRACE
 

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/www/libxul/Makefile	Sun Jan  1 15:50:56 2017	(r430259)
@@ -39,8 +39,6 @@ MAKE_ENV=	SKIP_GRE_REGISTRATION=1 mozapp
 LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
-BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
-
 MOZ_OPTIONS?=	--enable-application=xulrunner
 USE_GECKO=	gecko
 CPE_PRODUCT=	firefox_esr

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Sun Jan  1 15:45:43 2017	(r430258)
+++ head/www/seamonkey/Makefile	Sun Jan  1 15:50:56 2017	(r430259)
@@ -44,8 +44,6 @@ MOZ_OPTIONS+=	--enable-application=suite
 USE_MOZILLA=	# empty
 MOZ_PKGCONFIG_FILES=
 
-BROKEN_aarch64=		Fails to link: error adding symbols: File in wrong format
-
 OPTIONS_DEFINE=	LDAP LIGHTNING RUST
 OPTIONS_SINGLE=	TOOLKIT
 OPTIONS_SINGLE_TOOLKIT=	GTK2 GTK3



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