pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox60 Remove obsolete patch, noticed by leot@....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb19a7f79e3
branches:  trunk
changeset: 320062:4bb19a7f79e3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Feb 26 13:47:39 2019 +0000

description:
Remove obsolete patch, noticed by leot@. Thank you.

diffstat:

 www/firefox60/distinfo                                  |   3 +--
 www/firefox60/patches/patch-dom_fetch_FetchConsumer.cpp |  13 -------------
 2 files changed, 1 insertions(+), 15 deletions(-)

diffs (34 lines):

diff -r c76778c69222 -r 4bb19a7f79e3 www/firefox60/distinfo
--- a/www/firefox60/distinfo    Tue Feb 26 12:20:10 2019 +0000
+++ b/www/firefox60/distinfo    Tue Feb 26 13:47:39 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2019/02/26 11:23:53 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2019/02/26 13:47:39 ryoon Exp $
 
 SHA1 (firefox-60.5.2esr.source.tar.xz) = a6fd649d5a9e3943fb3e67a5e45f856a154b0483
 RMD160 (firefox-60.5.2esr.source.tar.xz) = ba8bb525e8a307c97f4ec4b1e20ab14781a83097
@@ -8,7 +8,6 @@
 SHA1 (patch-browser_app_profile_firefox.js) = 9a43095d94f83f315b9a3ce4a7b0a4301e9c40e6
 SHA1 (patch-build_moz.configure_old.configure) = 1df6867eaf73a350fbe8fcd5bd34e1fcab09d707
 SHA1 (patch-build_moz.configure_rust.configure) = 2818454ba4df3cbd85174edc4828206b3bf0a82b
-SHA1 (patch-dom_fetch_FetchConsumer.cpp) = a164b68b968633e2f2e29c1c3917a77ac55a886b
 SHA1 (patch-dom_media_CubebUtils.cpp) = 76fc35167e603f96450f4bc17cd0d76157a22dd3
 SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = f1d0adae2873545818072adb4e8599267bc4e6c5
 SHA1 (patch-gfx_webrender_src_query.rs) = 6434b0fc1d6441ddb555a2a3b199564b488ec336
diff -r c76778c69222 -r 4bb19a7f79e3 www/firefox60/patches/patch-dom_fetch_FetchConsumer.cpp
--- a/www/firefox60/patches/patch-dom_fetch_FetchConsumer.cpp   Tue Feb 26 12:20:10 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-dom_fetch_FetchConsumer.cpp,v 1.1 2018/06/28 14:04:10 ryoon Exp $
-
---- dom/fetch/FetchConsumer.cpp.orig   2018-05-03 16:58:26.000000000 +0000
-+++ dom/fetch/FetchConsumer.cpp
-@@ -616,7 +616,7 @@ FetchBodyConsumer<Derived>::ContinueCons
-   RefPtr<Promise> localPromise = mConsumePromise.forget();
- 
-   RefPtr<FetchBodyConsumer<Derived>> self = this;
--  auto autoReleaseObject = mozilla::MakeScopeExit([&] {
-+  auto autoReleaseObject = mozilla::MakeScopeExit([self] {
-     self->ReleaseObject();
-   });
- 



Home | Main Index | Thread Index | Old Index