Date: Wed, 31 Oct 2018 19:01:34 +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: r483606 - head/www/firefox/files Message-ID: <201810311901.w9VJ1YGM076724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810311901.w9VJ1YGM076724>