[lfs-patches] r3938 - trunk/thunderbird

2019-06-12 Thread ken
Author: ken
Date: Wed Jun 12 15:38:05 2019
New Revision: 3938

Log:
Thunderbird-60.7.0: add patch to build with newer versions of rustc.

Added:
   trunk/thunderbird/thunderbird-60.7.0-rust_fix-1.patch

Added: trunk/thunderbird/thunderbird-60.7.0-rust_fix-1.patch
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/thunderbird/thunderbird-60.7.0-rust_fix-1.patch   Wed Jun 12 
15:38:05 2019(r3938)
@@ -0,0 +1,47 @@
+Submitted By: Ken Moffat 
+Date: 2019-06-12
+Initial Package Version: 60.7.0
+Origin: Found at fedora.
+Description: Fixes build failure with rustc-1.33.0 and later -
+ error: missing documentation for macro
+
+
+diff -up 
thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py.rust-1.33-build 
thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py
+--- 
thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py.rust-1.33-build  
   2019-05-17 14:05:38.0 +0200
 thunderbird-60.7.0/servo/components/style/gecko/regen_atoms.py 
2019-05-20 15:01:06.284881858 +0200
+@@ -202,6 +202,7 @@ RULE_TEMPLATE = ('("{atom}") =>\n  '
+  ' ;')
+ 
+ MACRO = '''
++/// Returns a static atom by passing the literal string it represents.
+ #[macro_export]
+ macro_rules! atom {{
+ {}
+diff -up 
thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build
 thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs
+--- 
thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs.rust-1.33-build
2019-05-17 14:05:38.0 +0200
 thunderbird-60.7.0/servo/components/style/properties/properties.mako.rs
2019-05-20 15:01:06.286881852 +0200
+@@ -55,6 +55,7 @@ use style_adjuster::StyleAdjuster;
+ 
+ pub use self::declaration_block::*;
+ 
++/// Generated
+ #[cfg(feature = "gecko")]
+ #[macro_export]
+ macro_rules! property_name {
+@@ -3852,7 +3853,7 @@ impl fmt::Debug for AliasId {
+ }
+ }
+ 
+-// NOTE(emilio): Callers are responsible to deal with prefs.
++/// Callers are responsible to deal with prefs.
+ #[macro_export]
+ macro_rules! css_properties_accessors {
+ ($macro_name: ident) => {
+@@ -3875,6 +3876,7 @@ macro_rules! css_properties_accessors {
+ }
+ }
+ 
++/// Neco
+ #[macro_export]
+ macro_rules! longhand_properties_idents {
+ ($macro_name: ident) => {
-- 
http://lists.linuxfromscratch.org/listinfo/patches
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-patches] r3937 - trunk/glib

2019-06-12 Thread renodr
Author: renodr
Date: Tue Jun 11 22:58:09 2019
New Revision: 3937

Log:
Bump glib warnings patch

Added:
   trunk/glib/glib-2.60.4-skip_warnings-1.patch
  - copied unchanged from r3936, 
trunk/glib/glib-2.60.3-skip_warnings-1.patch

Copied: trunk/glib/glib-2.60.4-skip_warnings-1.patch (from r3936, 
trunk/glib/glib-2.60.3-skip_warnings-1.patch)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/glib/glib-2.60.4-skip_warnings-1.patchTue Jun 11 22:58:09 
2019(r3937, copy of r3936, trunk/glib/glib-2.60.3-skip_warnings-1.patch)
@@ -0,0 +1 @@
+link glib-2.54.0-skip_warnings-1.patch
\ No newline at end of file
-- 
http://lists.linuxfromscratch.org/listinfo/patches
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page