Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 19:30:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 206333] mail/thunderbird www/firefox-esr www/libxul www/seamonkey: fix build with clang 3.8.0
Message-ID:  <bug-206333-21738-bPFXj53RFm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206333-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206333-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206333

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Wed Jan 27 19:29:55 UTC 2016
New revision: 407377
URL: https://svnweb.freebsd.org/changeset/ports/407377

Log:
  MFH: r407301

  During the exp-run in bug 206074, it was found that www/libxul gives
  errors with a recent clang 3.8.0 snapshot:

  ../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to
'MessagePort' is ambiguous
    void SetSource(mozilla::dom::MessagePort* aPort);
                                 ^

  This is caused by unneeded forward declarations of class MessagePort,
  MessagePortBase and MessagePortList.  These can be removed.

  Obtained from:        pkgsrc
  Approved by:  ports-secteam (delphij)
  PR:           206333

Changes:
_U  branches/2016Q1/
=20
branches/2016Q1/mail/thunderbird/files/patch-mozilla-dom-events-MessageEven=
t.h
  branches/2016Q1/www/firefox-esr/files/patch-dom-events-MessageEvent.h
  branches/2016Q1/www/libxul/files/patch-dom-events-MessageEvent.h
  branches/2016Q1/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent=
.h

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206333-21738-bPFXj53RFm>