Date: Thu, 10 May 2018 22:21:16 +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: r469588 - in head/www: firefox/files waterfox/files Message-ID: <201805102221.w4AMLG92063870@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu May 10 22:21:15 2018 New Revision: 469588 URL: https://svnweb.freebsd.org/changeset/ports/469588 Log: www/firefox: deprecate libc++ < 4.0 workaround Reminded by: PkgSrc Modified: head/www/firefox/files/patch-ipc_glue_MessageChannel.cpp (contents, props changed) head/www/waterfox/files/patch-ipc_glue_MessageChannel.cpp (contents, props changed) Modified: head/www/firefox/files/patch-ipc_glue_MessageChannel.cpp ============================================================================== --- head/www/firefox/files/patch-ipc_glue_MessageChannel.cpp Thu May 10 22:11:39 2018 (r469587) +++ head/www/firefox/files/patch-ipc_glue_MessageChannel.cpp Thu May 10 22:21:15 2018 (r469588) @@ -1,3 +1,5 @@ +To be removed after FreeBSD 10.* EOL + --- ipc/glue/MessageChannel.cpp.orig 2017-11-02 16:16:32 UTC +++ ipc/glue/MessageChannel.cpp @@ -685,6 +685,11 @@ MessageChannel::WillDestroyCurrentMessageLoop() Modified: head/www/waterfox/files/patch-ipc_glue_MessageChannel.cpp ============================================================================== --- head/www/waterfox/files/patch-ipc_glue_MessageChannel.cpp Thu May 10 22:11:39 2018 (r469587) +++ head/www/waterfox/files/patch-ipc_glue_MessageChannel.cpp Thu May 10 22:21:15 2018 (r469588) @@ -1,3 +1,5 @@ +To be removed after FreeBSD 10.* EOL + --- ipc/glue/MessageChannel.cpp.orig 2017-11-02 16:16:32 UTC +++ ipc/glue/MessageChannel.cpp @@ -685,6 +685,11 @@ MessageChannel::WillDestroyCurrentMessageLoop()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805102221.w4AMLG92063870>