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

Jan Beich jbeich at FreeBSD.org
Thu Nov 1 05:53:13 UTC 2018


Author: jbeich
Date: Thu Nov  1 05:53:12 2018
New Revision: 483638
URL: https://svnweb.freebsd.org/changeset/ports/483638

Log:
  www/firefox: restore cbindgen < 0.6.7 support (after r483606)
  
  dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule'
  dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla'
  
  PR:		229893
  Reported by:	yuripv
  Obtained from:	upstream

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

Modified: head/www/firefox/files/patch-bug1503401
==============================================================================
--- head/www/firefox/files/patch-bug1503401	Thu Nov  1 05:08:53 2018	(r483637)
+++ head/www/firefox/files/patch-bug1503401	Thu Nov  1 05:53:12 2018	(r483638)
@@ -11,15 +11,13 @@ diff --git servo/components/style/cbindgen.toml servo/
 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",
+@@ -28,6 +28,12 @@ include = [
+   "StyleDisplay",
+   "StyleDisplayMode",
+   "StyleFillRule",
 -  "StylePathCommand"
++  "StylePathCommand",
++
 +  "Appearance",
 +  "Display",
 +  "DisplayMode",


More information about the svn-ports-all mailing list