From owner-svn-ports-head@freebsd.org Thu Nov 1 05:53:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3846112DF66; Thu, 1 Nov 2018 05:53:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66B2089D28; Thu, 1 Nov 2018 05:53:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46B7C17A29; Thu, 1 Nov 2018 05:53:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA15rDPj021254; Thu, 1 Nov 2018 05:53:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA15rDYG021253; Thu, 1 Nov 2018 05:53:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811010553.wA15rDYG021253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 1 Nov 2018 05:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483638 - head/www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/firefox/files X-SVN-Commit-Revision: 483638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 05:53:13 -0000 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",