Date: Thu, 1 Nov 2018 05:53:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483638 - head/www/firefox/files Message-ID: <201811010553.wA15rDYG021253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811010553.wA15rDYG021253>