Date: Mon, 14 May 2018 20:26:54 +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: r469963 - in head/www/waterfox: . files Message-ID: <201805142026.w4EKQsLG043995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon May 14 20:26:53 2018 New Revision: 469963 URL: https://svnweb.freebsd.org/changeset/ports/469963 Log: www/waterfox: update to 56.2.0 Changes: https://github.com/MrAlex94/Waterfox/compare/edfc016bc021c...56.2.0 Deleted: head/www/waterfox/files/patch-bug1393367 head/www/waterfox/files/patch-bug1409440 head/www/waterfox/files/patch-bug1432323 head/www/waterfox/files/patch-bug1436759 head/www/waterfox/files/patch-bug1439723 head/www/waterfox/files/patch-bug1448705 head/www/waterfox/files/patch-bug1448771 head/www/waterfox/files/patch-bug1449358 head/www/waterfox/files/patch-bug1451376 head/www/waterfox/files/patch-bug1452202 head/www/waterfox/files/patch-bug1452417 head/www/waterfox/files/patch-typos Modified: head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/distinfo (contents, props changed) head/www/waterfox/files/patch-bug1426129 (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/Makefile Mon May 14 20:26:53 2018 (r469963) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.1.0-111178 -DISTVERSIONSUFFIX= -gedfc016bc021c +DISTVERSION= 56.2.0 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org COMMENT= Distilled fork of Firefox DEPRECATED= Temporary experiment -EXPIRATION_DATE=2018-05-16 +EXPIRATION_DATE=2018-07-03 BUILD_DEPENDS= nspr>=4.16:devel/nspr \ nss>=3.32.1:security/nss \ Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/distinfo Mon May 14 20:26:53 2018 (r469963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526290324 -SHA256 (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = a34715f6954e5b557e976166b69f976f0ae3bc92b168ca26ab6d3ba62bf8e6ec -SIZE (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = 394952776 +TIMESTAMP = 1526323182 +SHA256 (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = b4f8ee4ef6544bacb6b0575e99e05d399cf83f983d3b0193cd9df39bd509f0d2 +SIZE (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = 395158434 Modified: head/www/waterfox/files/patch-bug1426129 ============================================================================== --- head/www/waterfox/files/patch-bug1426129 Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/files/patch-bug1426129 Mon May 14 20:26:53 2018 (r469963) @@ -26,91 +26,6 @@ index 594b90f808e4..79224b73cefa 100644 LOG(("CamerasSingleton: %p", this)); } -@@ -291,7 +293,7 @@ CamerasChild::NumberOfCapabilities(CaptureEngine aCapEngine, - LOG(("NumberOfCapabilities for %s", deviceUniqueIdUTF8)); - nsCString unique_id(deviceUniqueIdUTF8); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, nsCString>( -+ mozilla::NewRunnableMethod<CaptureEngine, nsCString>( - "camera::PCamerasChild::SendNumberOfCapabilities", - this, - &CamerasChild::SendNumberOfCapabilities, -@@ -307,7 +309,7 @@ CamerasChild::NumberOfCaptureDevices(CaptureEngine aCapEngine) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine>( -+ mozilla::NewRunnableMethod<CaptureEngine>( - "camera::PCamerasChild::SendNumberOfCaptureDevices", - this, - &CamerasChild::SendNumberOfCaptureDevices, -@@ -334,7 +336,7 @@ CamerasChild::EnsureInitialized(CaptureEngine aCapEngine) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine>( -+ mozilla::NewRunnableMethod<CaptureEngine>( - "camera::PCamerasChild::SendEnsureInitialized", - this, - &CamerasChild::SendEnsureInitialized, -@@ -353,7 +355,7 @@ CamerasChild::GetCaptureCapability(CaptureEngine aCapEngine, - LOG(("GetCaptureCapability: %s %d", unique_idUTF8, capability_number)); - nsCString unique_id(unique_idUTF8); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, nsCString, unsigned int>( -+ mozilla::NewRunnableMethod<CaptureEngine, nsCString, unsigned int>( - "camera::PCamerasChild::SendGetCaptureCapability", - this, - &CamerasChild::SendGetCaptureCapability, -@@ -395,7 +397,7 @@ CamerasChild::GetCaptureDevice(CaptureEngine aCapEngine, - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, unsigned int>( -+ mozilla::NewRunnableMethod<CaptureEngine, unsigned int>( - "camera::PCamerasChild::SendGetCaptureDevice", - this, - &CamerasChild::SendGetCaptureDevice, -@@ -439,9 +441,9 @@ CamerasChild::AllocateCaptureDevice(CaptureEngine aCapEngine, - LOG((__PRETTY_FUNCTION__)); - nsCString unique_id(unique_idUTF8); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, -- nsCString, -- const mozilla::ipc::PrincipalInfo&>( -+ mozilla::NewRunnableMethod<CaptureEngine, -+ nsCString, -+ const mozilla::ipc::PrincipalInfo&>( - "camera::PCamerasChild::SendAllocateCaptureDevice", - this, - &CamerasChild::SendAllocateCaptureDevice, -@@ -475,7 +477,7 @@ CamerasChild::ReleaseCaptureDevice(CaptureEngine aCapEngine, - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, int>( -+ mozilla::NewRunnableMethod<CaptureEngine, int>( - "camera::PCamerasChild::SendReleaseCaptureDevice", - this, - &CamerasChild::SendReleaseCaptureDevice, -@@ -526,7 +528,7 @@ CamerasChild::StartCapture(CaptureEngine aCapEngine, - webrtcCaps.codecType, - webrtcCaps.interlaced); - nsCOMPtr<nsIRunnable> runnable = mozilla:: -- NewNonOwningRunnableMethod<CaptureEngine, int, VideoCaptureCapability>( -+ NewRunnableMethod<CaptureEngine, int, VideoCaptureCapability>( - "camera::PCamerasChild::SendStartCapture", - this, - &CamerasChild::SendStartCapture, -@@ -542,7 +544,7 @@ CamerasChild::StopCapture(CaptureEngine aCapEngine, const int capture_id) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr<nsIRunnable> runnable = -- mozilla::NewNonOwningRunnableMethod<CaptureEngine, int>( -+ mozilla::NewRunnableMethod<CaptureEngine, int>( - "camera::PCamerasChild::SendStopCapture", - this, - &CamerasChild::SendStopCapture, @@ -559,6 +561,9 @@ void Shutdown(void) { @@ -121,15 +36,6 @@ index 594b90f808e4..79224b73cefa 100644 CamerasChild* child = CamerasSingleton::Child(); if (!child) { // We don't want to cause everything to get fired up if we're -@@ -610,7 +615,7 @@ CamerasChild::ShutdownParent() - // Delete the parent actor. - // CamerasChild (this) will remain alive and is only deleted by the - // IPC layer when SendAllDone returns. -- nsCOMPtr<nsIRunnable> deleteRunnable = mozilla::NewNonOwningRunnableMethod( -+ nsCOMPtr<nsIRunnable> deleteRunnable = mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendAllDone", this, &CamerasChild::SendAllDone); - CamerasSingleton::Thread()->Dispatch(deleteRunnable, NS_DISPATCH_NORMAL); - } else { @@ -733,7 +738,7 @@ CamerasChild::~CamerasChild() { LOG(("~CamerasChild: %p", this)); @@ -166,3 +72,12 @@ index b2029dbd6b9d..620c409b656f 100644 }; // Get a pointer to a CamerasChild object we can use to do IPC with. +@@ -149,7 +158,7 @@ class CamerasChild final : public PCamerasChild + public: + // We are owned by the PBackground thread only. CamerasSingleton + // takes a non-owning reference. +- NS_INLINE_DECL_THREADSAFE_REFCOUNTING(CamerasChild) ++ NS_INLINE_DECL_REFCOUNTING(CamerasChild) + + // IPC messages recevied, received on the PBackground thread + // these are the actual callbacks with data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805142026.w4EKQsLG043995>