Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (da40f3ea63fec79585dc8463bd7d1b7f2505c883)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (da40f3ea63fec79585dc8463bd7d1b7f2505c883)
  • Date: Sun, 4 Nov 2018 20:25:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/HISTORY | 3 +++
http/firefox/patches/rust-fuchsia-targets.patch | 12 ------------
2 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit da40f3ea63fec79585dc8463bd7d1b7f2505c883
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: removed rust targets parsing patch

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4a704fe..e3a7cee 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2018-11-04 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/rust-fuchsia-targets.patch: removed, no longer needed
+
2018-11-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 63.0.1

diff --git a/http/firefox/patches/rust-fuchsia-targets.patch
b/http/firefox/patches/rust-fuchsia-targets.patch
deleted file mode 100644
index 55c1e16..0000000
--- a/http/firefox/patches/rust-fuchsia-targets.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/build/moz.configure/rust.configure
b/build/moz.configure/rust.configure
---- a/build/moz.configure/rust.configure
-+++ b/build/moz.configure/rust.configure
-@@ -119,6 +119,8 @@
- ambiguous = set()
- per_raw_os = {}
- for t in out:
-+ if t.endswith("fuchsia"):
-+ t = t + "-fuchsia"
- t = split_triplet(t, allow_unknown=True)
- key = (t.cpu, t.endianness, t.os)
- if key in per_os:



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (da40f3ea63fec79585dc8463bd7d1b7f2505c883), Pavel Vinogradov, 11/04/2018

Archive powered by MHonArc 2.6.24.

Top of Page