Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2017 05:52:06 +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: r451066 - in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey
Message-ID:  <201710020552.v925q6md061819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct  2 05:52:06 2017
New Revision: 451066
URL: https://svnweb.freebsd.org/changeset/ports/451066

Log:
  gecko: enable PROFILE by default (like official builds)
  
  This stops passing -fomit-frame-pointer which is detrimental for stack
  unwinding as used by dtrace, pmcstat or gdb/lldb.
  
  MFH:		2017Q4

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	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/mail/thunderbird/Makefile	Mon Oct  2 05:52:06 2017	(r451066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	52.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/www/firefox-esr/Makefile	Mon Oct  2 05:52:06 2017	(r451066)
@@ -4,6 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	52.4.0
 DISTVERSIONSUFFIX=esr.source
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/www/firefox/Makefile	Mon Oct  2 05:52:06 2017	(r451066)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	56.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/www/firefox/Makefile.options	Mon Oct  2 05:52:06 2017	(r451066)
@@ -4,7 +4,7 @@ OPTIONS_DEFINE+= 	BUNDLED_CAIRO CANBERRA DBUS DEBUG DT
 			GNOMEUI INTEGER_SAMPLES LIBPROXY \
 			OPTIMIZED_CFLAGS PGO PROFILE TEST
 
-OPTIONS_DEFAULT+=	DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS \
+OPTIONS_DEFAULT+=	DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS PROFILE \
 			${OPTIONS_MULTI_AUDIO:NSNDIO} \
 			${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/}
 

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/www/libxul/Makefile	Mon Oct  2 05:52:06 2017	(r451066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	45.9.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES?=	www devel
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build3/source

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Mon Oct  2 04:01:10 2017	(r451065)
+++ head/www/seamonkey/Makefile	Mon Oct  2 05:52:06 2017	(r451066)
@@ -4,7 +4,7 @@
 PORTNAME=	seamonkey
 DISTVERSION=	2.48
 MOZILLA_VER=	51 # above + 3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source



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