From owner-svn-ports-branches@freebsd.org Wed Oct 4 16:10:54 2017 Return-Path: Delivered-To: svn-ports-branches@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 9E82AE3CD60; Wed, 4 Oct 2017 16:10:54 +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 7B59967BAF; Wed, 4 Oct 2017 16:10:54 +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 v94GArq4016565; Wed, 4 Oct 2017 16:10:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94GAr36016558; Wed, 4 Oct 2017 16:10:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710041610.v94GAr36016558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Oct 2017 16:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451234 - in branches/2017Q4: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q4: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Commit-Revision: 451234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 16:10:54 -0000 Author: jbeich Date: Wed Oct 4 16:10:52 2017 New Revision: 451234 URL: https://svnweb.freebsd.org/changeset/ports/451234 Log: MFH: r451066 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. Approved by: ports-secteam (zi) Modified: branches/2017Q4/mail/thunderbird/Makefile branches/2017Q4/www/firefox-esr/Makefile branches/2017Q4/www/firefox/Makefile branches/2017Q4/www/firefox/Makefile.options branches/2017Q4/www/libxul/Makefile branches/2017Q4/www/seamonkey/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q4/mail/thunderbird/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/mail/thunderbird/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -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: branches/2017Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q4/www/firefox-esr/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox-esr/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -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: branches/2017Q4/www/firefox/Makefile ============================================================================== --- branches/2017Q4/www/firefox/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 56.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2017Q4/www/firefox/Makefile.options ============================================================================== --- branches/2017Q4/www/firefox/Makefile.options Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/firefox/Makefile.options Wed Oct 4 16:10:52 2017 (r451234) @@ -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: branches/2017Q4/www/libxul/Makefile ============================================================================== --- branches/2017Q4/www/libxul/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/libxul/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -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: branches/2017Q4/www/seamonkey/Makefile ============================================================================== --- branches/2017Q4/www/seamonkey/Makefile Wed Oct 4 16:05:47 2017 (r451233) +++ branches/2017Q4/www/seamonkey/Makefile Wed Oct 4 16:10:52 2017 (r451234) @@ -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