From owner-svn-ports-all@freebsd.org Sun Jan 1 15:50:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38C59C97814; Sun, 1 Jan 2017 15:50:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1359C1F83; Sun, 1 Jan 2017 15:50:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v01FovsD060015; Sun, 1 Jan 2017 15:50:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v01FouRL060008; Sun, 1 Jan 2017 15:50:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701011550.v01FouRL060008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 1 Jan 2017 15:50:56 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 15:50:58 -0000 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