svn commit: r469588 - in head/www: firefox/files waterfox/files

Jan Beich jbeich at FreeBSD.org
Thu May 10 22:21:17 UTC 2018


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()


More information about the svn-ports-head mailing list