From owner-svn-ports-all@freebsd.org Sat Feb 2 18:37:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F7D14C7833; Sat, 2 Feb 2019 18:37:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB7C9935FA; Sat, 2 Feb 2019 18:37:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7DF5AB15; Sat, 2 Feb 2019 18:37:50 +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 x12IbomN074568; Sat, 2 Feb 2019 18:37:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x12IbnF3074558; Sat, 2 Feb 2019 18:37:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201902021837.x12IbnF3074558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Feb 2019 18:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491972 - in head: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/palemoon www/seamonkey www/seamonkey/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/palemoon www/seamonkey www/seamonkey/files X-SVN-Commit-Revision: 491972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB7C9935FA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 02 Feb 2019 18:37:54 -0000 Author: jbeich Date: Sat Feb 2 18:37:49 2019 New Revision: 491972 URL: https://svnweb.freebsd.org/changeset/ports/491972 Log: gecko: drop DTRACE option completely --enable-dtrace is only tested on macOS where dtrace -G isn't used. Let's stop wasting time on dtrace -G issues as the support disappeared since Firefox 61, anyway. Deleted: head/mail/thunderbird/files/patch-bug702179 head/www/firefox-esr/files/patch-bug702179 head/www/seamonkey/files/patch-bug702179 Modified: head/Mk/bsd.gecko.mk (contents, props changed) 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/palemoon/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sat Feb 2 18:37:40 2019 (r491971) +++ head/Mk/bsd.gecko.mk Sat Feb 2 18:37:49 2019 (r491972) @@ -360,14 +360,6 @@ MOZ_OPTIONS+= --enable-rust-simd . endif .endif -.if ${PORT_OPTIONS:MDTRACE} -MOZ_OPTIONS+= --enable-dtrace \ - --disable-gold -STRIP= -.else -MOZ_OPTIONS+= --disable-dtrace -.endif - .if ${PORT_OPTIONS:MPROFILE} MOZ_OPTIONS+= --enable-profiling STRIP= Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat Feb 2 18:37:40 2019 (r491971) +++ head/mail/thunderbird/Makefile Sat Feb 2 18:37:49 2019 (r491972) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.5.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat Feb 2 18:37:40 2019 (r491971) +++ head/www/firefox-esr/Makefile Sat Feb 2 18:37:49 2019 (r491972) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.5.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Feb 2 18:37:40 2019 (r491971) +++ head/www/firefox/Makefile Sat Feb 2 18:37:49 2019 (r491972) @@ -42,7 +42,7 @@ FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/${MOZILL MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding -OPTIONS_EXCLUDE= DTRACE WAYLAND +OPTIONS_EXCLUDE= WAYLAND .include "${.CURDIR}/../../www/firefox/Makefile.options" Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Sat Feb 2 18:37:40 2019 (r491971) +++ head/www/firefox/Makefile.options Sat Feb 2 18:37:49 2019 (r491972) @@ -1,6 +1,6 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF \ +OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG GCONF \ LIBPROXY OPTIMIZED_CFLAGS PROFILE TEST WAYLAND OPTIONS_DEFAULT+= DBUS FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE WAYLAND \ @@ -11,16 +11,6 @@ OPTIONS_MULTI_AUDIO= ALSA JACK PULSEAUDIO SNDIO # WebRTC legacy audio library only supports ALSA and PulseAudio JACK_IMPLIES= ALSA - -# dragonfly, sparc64, riscv -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif - -# opensolaris/lib/libdtrace/common/dt_link.c: -# not implemented -# failed to allocate space for probe -OPTIONS_DEFAULT_amd64+= DTRACE CANBERRA_DESC?= Sound theme alerts LIBPROXY_DESC?= Proxy support via libproxy Modified: head/www/palemoon/Makefile ============================================================================== --- head/www/palemoon/Makefile Sat Feb 2 18:37:40 2019 (r491971) +++ head/www/palemoon/Makefile Sat Feb 2 18:37:49 2019 (r491972) @@ -40,7 +40,7 @@ MOZ_OPTIONS= --enable-application=browser \ --enable-jemalloc-lib OPTIONS_DEFAULT= GTK2 -OPTIONS_EXCLUDE= DTRACE JACK TEST WAYLAND +OPTIONS_EXCLUDE= JACK TEST WAYLAND .include "${.CURDIR}/../../www/firefox/Makefile.options" Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Feb 2 18:37:40 2019 (r491971) +++ head/www/seamonkey/Makefile Sat Feb 2 18:37:49 2019 (r491972) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 21 +PORTREVISION= 22 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \