From owner-svn-ports-all@freebsd.org Wed May 23 04:04:56 2018 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 2CC3BEEE08B; Wed, 23 May 2018 04:04:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D488575E9C; Wed, 23 May 2018 04:04:55 +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 B72DA1DA66; Wed, 23 May 2018 04:04:55 +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 w4N44tNo056786; Wed, 23 May 2018 04:04:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4N44r8p056773; Wed, 23 May 2018 04:04:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805230404.w4N44r8p056773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 May 2018 04:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470672 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/seamonkey www/seamonkey/files www/waterfox www/waterfo... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/seamonkey www/seamonkey/files www/waterfox www/waterfox/files X-SVN-Commit-Revision: 470672 X-SVN-Commit-Repository: ports 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.26 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: Wed, 23 May 2018 04:04:56 -0000 Author: jbeich Date: Wed May 23 04:04:53 2018 New Revision: 470672 URL: https://svnweb.freebsd.org/changeset/ports/470672 Log: gecko: adjust targetPlatform after r470668 PR: 226919 Reported by: Corpo (for Lightning) Modified: head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/files/patch-addon-search (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/files/patch-addon-search (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/files/patch-addon-search (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/www/seamonkey/files/patch-addon-search (contents, props changed) head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/files/patch-addon-search (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed May 23 03:02:18 2018 (r470671) +++ head/mail/thunderbird/Makefile Wed May 23 04:04:53 2018 (r470672) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/mail/thunderbird/files/patch-addon-search ============================================================================== --- head/mail/thunderbird/files/patch-addon-search Wed May 23 03:02:18 2018 (r470671) +++ head/mail/thunderbird/files/patch-addon-search Wed May 23 04:04:53 2018 (r470672) @@ -58,3 +58,16 @@ index f70fd8d7e3bd8..81e8cd7764fdf 100644 break; } +diff --git toolkit/mozapps/extensions/internal/XPIProvider.jsm toolkit/mozapps/extensions/internal/XPIProvider.jsm +index f70fd8d7e3bd8..81e8cd7764fdf 100644 +--- mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm ++++ mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm +@@ -7186,7 +7186,7 @@ AddonInternal.prototype = { + // Something is causing errors in here + try { + for (let platform of this.targetPlatforms) { +- if (platform.os == Services.appinfo.OS) { ++ if (platform.os == "Linux") { + if (platform.abi) { + needsABI = true; + if (platform.abi === abi) Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Wed May 23 03:02:18 2018 (r470671) +++ head/www/firefox-esr/Makefile Wed May 23 04:04:53 2018 (r470672) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.8.0 DISTVERSIONSUFFIX=esr -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox-esr/files/patch-addon-search ============================================================================== --- head/www/firefox-esr/files/patch-addon-search Wed May 23 03:02:18 2018 (r470671) +++ head/www/firefox-esr/files/patch-addon-search Wed May 23 04:04:53 2018 (r470672) @@ -57,3 +57,16 @@ index f70fd8d7e3bd8..81e8cd7764fdf 100644 break; } +diff --git toolkit/mozapps/extensions/internal/XPIProvider.jsm toolkit/mozapps/extensions/internal/XPIProvider.jsm +index f70fd8d7e3bd8..81e8cd7764fdf 100644 +--- toolkit/mozapps/extensions/internal/XPIProvider.jsm ++++ toolkit/mozapps/extensions/internal/XPIProvider.jsm +@@ -7186,7 +7186,7 @@ AddonInternal.prototype = { + // Something is causing errors in here + try { + for (let platform of this.targetPlatforms) { +- if (platform.os == Services.appinfo.OS) { ++ if (platform.os == "Linux") { + if (platform.abi) { + needsABI = true; + if (platform.abi === abi) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed May 23 03:02:18 2018 (r470671) +++ head/www/firefox/Makefile Wed May 23 04:04:53 2018 (r470672) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/files/patch-addon-search ============================================================================== --- head/www/firefox/files/patch-addon-search Wed May 23 03:02:18 2018 (r470671) +++ head/www/firefox/files/patch-addon-search Wed May 23 04:04:53 2018 (r470672) @@ -40,3 +40,16 @@ index f70fd8d7e3bd8..81e8cd7764fdf 100644 if (file.url) { addon.sourceURI = NetUtil.newURI(file.url); } +diff --git toolkit/mozapps/extensions/internal/XPIProvider.jsm toolkit/mozapps/extensions/internal/XPIProvider.jsm +index f70fd8d7e3bd8..81e8cd7764fdf 100644 +--- toolkit/mozapps/extensions/internal/XPIProvider.jsm ++++ toolkit/mozapps/extensions/internal/XPIProvider.jsm +@@ -4974,7 +4974,7 @@ AddonInternal.prototype = { + // Something is causing errors in here + try { + for (let platform of this.targetPlatforms) { +- if (platform.os == Services.appinfo.OS) { ++ if (platform.os == "Linux") { + if (platform.abi) { + needsABI = true; + if (platform.abi === abi) Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Wed May 23 03:02:18 2018 (r470671) +++ head/www/seamonkey/Makefile Wed May 23 04:04:53 2018 (r470672) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.3 -PORTREVISION= 3 +PORTREVISION= 4 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/seamonkey/files/patch-addon-search ============================================================================== --- head/www/seamonkey/files/patch-addon-search Wed May 23 03:02:18 2018 (r470671) +++ head/www/seamonkey/files/patch-addon-search Wed May 23 04:04:53 2018 (r470672) @@ -55,3 +55,16 @@ index f70fd8d7e3bd8..81e8cd7764fdf 100644 break; } +diff --git toolkit/mozapps/extensions/internal/XPIProvider.jsm toolkit/mozapps/extensions/internal/XPIProvider.jsm +index f70fd8d7e3bd8..81e8cd7764fdf 100644 +--- mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm ++++ mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm +@@ -7186,7 +7186,7 @@ AddonInternal.prototype = { + // Something is causing errors in here + try { + for (let platform of this.targetPlatforms) { +- if (platform.os == Services.appinfo.OS) { ++ if (platform.os == "Linux") { + if (platform.abi) { + needsABI = true; + if (platform.abi === abi) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Wed May 23 03:02:18 2018 (r470671) +++ head/www/waterfox/Makefile Wed May 23 04:04:53 2018 (r470672) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.2.0-13 DISTVERSIONSUFFIX= -gd2cdd42f4115b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Modified: head/www/waterfox/files/patch-addon-search ============================================================================== --- head/www/waterfox/files/patch-addon-search Wed May 23 03:02:18 2018 (r470671) +++ head/www/waterfox/files/patch-addon-search Wed May 23 04:04:53 2018 (r470672) @@ -55,3 +55,16 @@ index f70fd8d7e3bd8..81e8cd7764fdf 100644 break; } +diff --git toolkit/mozapps/extensions/internal/XPIProvider.jsm toolkit/mozapps/extensions/internal/XPIProvider.jsm +index f70fd8d7e3bd8..81e8cd7764fdf 100644 +--- toolkit/mozapps/extensions/internal/XPIProvider.jsm ++++ toolkit/mozapps/extensions/internal/XPIProvider.jsm +@@ -7186,7 +7186,7 @@ AddonInternal.prototype = { + // Something is causing errors in here + try { + for (let platform of this.targetPlatforms) { +- if (platform.os == Services.appinfo.OS) { ++ if (platform.os == "Linux") { + if (platform.abi) { + needsABI = true; + if (platform.abi === abi)