summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug1458219
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-02-28 18:51:45 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-02-28 18:51:45 +0000
commit87378368c4cd9d84e237f7da415b7dac422158ae (patch)
tree692346311e6ea5e3a20aa4de86fc4c034fef9753 /mail/thunderbird/files/patch-bug1458219
parentUSES=cargo to update libc to 0.2.49 for Tier2 (diff)
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaƫl Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354
Notes
Notes: svn path=/head/; revision=494176
Diffstat (limited to 'mail/thunderbird/files/patch-bug1458219')
-rw-r--r--mail/thunderbird/files/patch-bug145821926
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug1458219 b/mail/thunderbird/files/patch-bug1458219
new file mode 100644
index 000000000000..0b86d436d050
--- /dev/null
+++ b/mail/thunderbird/files/patch-bug1458219
@@ -0,0 +1,26 @@
+commit cfe84bdd1ce1
+Author: Jonathan Watt <jwatt@jwatt.org>
+Date: Wed Apr 25 14:54:26 2018 +0100
+
+ Bug 1458219 - Remove the 'property_name' macro. r=xidorn
+---
+ servo/components/style/properties/properties.mako.rs | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git servo/components/style/properties/properties.mako.rs servo/components/style/properties/properties.mako.rs
+index a1d2ee9d085a..5e3d8eaeaaf8 100644
+--- servo/components/style/properties/properties.mako.rs
++++ servo/components/style/properties/properties.mako.rs
+@@ -56,12 +56,6 @@ use style_adjuster::StyleAdjuster;
+
+ pub use self::declaration_block::*;
+
+-#[cfg(feature = "gecko")]
+-#[macro_export]
+-macro_rules! property_name {
+- ($s: tt) => { atom!($s) }
+-}
+-
+ <%!
+ from data import Method, Keyword, to_rust_ident, to_camel_case, SYSTEM_FONT_LONGHANDS
+ import os.path