svn commit: r483606 - head/www/firefox/files

Jan Beich jbeich at FreeBSD.org
Wed Oct 31 19:01:35 UTC 2018


Author: jbeich
Date: Wed Oct 31 19:01:34 2018
New Revision: 483606
URL: https://svnweb.freebsd.org/changeset/ports/483606

Log:
  www/firefox: unbreak with cbindgen 0.6.7 (after r483566)
  
  dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule', err: true
  dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla', err: true
  
  PR:		229893
  Reported by:	Piotr Kubaj, cmt
  Obtained from:	upstream
  Pointy hat to:	jbeich

Added:
  head/www/firefox/files/patch-bug1503401   (contents, props changed)

Added: head/www/firefox/files/patch-bug1503401
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1503401	Wed Oct 31 19:01:34 2018	(r483606)
@@ -0,0 +1,29 @@
+commit b85791110fe6
+Author: Emilio Cobos Álvarez <emilio at crisal.io>
+Date:   Tue Oct 30 22:21:52 2018 +0100
+
+    Keep mozilla-release building with newer cbindgen versions.
+---
+ servo/components/style/cbindgen.toml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml
+index 46162e43db5e..49872e88b7d9 100644
+--- servo/components/style/cbindgen.toml
++++ servo/components/style/cbindgen.toml
+@@ -24,10 +24,10 @@ derive_helper_methods = true
+ [export]
+ prefix = "Style"
+ include = [
+-  "StyleAppearance",
+-  "StyleDisplay",
+-  "StyleDisplayMode",
+-  "StyleFillRule",
+-  "StylePathCommand"
++  "Appearance",
++  "Display",
++  "DisplayMode",
++  "FillRule",
++  "PathCommand"
+ ]
+ item_types = ["enums", "structs", "typedefs"]


More information about the svn-ports-all mailing list