Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 18:37:49 +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: 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
Message-ID:  <201902021837.x12IbnF3074558@repo.freebsd.org>

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



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