Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 04:04:53 +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: 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...
Message-ID:  <201805230404.w4N44r8p056773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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