Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/thunderbird thunderbird: Remove patches for NetBS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/684d212a75de
branches: trunk
changeset: 434509:684d212a75de
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jun 17 18:00:09 2020 +0000
description:
thunderbird: Remove patches for NetBSD 7, rust dropped support for NetBSD 7
diffstat:
mail/thunderbird/Makefile | 4 +-
mail/thunderbird/distinfo | 4 +-
mail/thunderbird/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc | 13 ---
mail/thunderbird/patches/patch-xpcom_build_BinaryPath.h | 38 ----------
4 files changed, 3 insertions(+), 56 deletions(-)
diffs (96 lines):
diff -r ab182bf20a8c -r 684d212a75de mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Wed Jun 17 17:59:25 2020 +0000
+++ b/mail/thunderbird/Makefile Wed Jun 17 18:00:09 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.250 2020/06/15 15:44:22 nia Exp $
+# $NetBSD: Makefile,v 1.251 2020/06/17 18:00:09 nia Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
-PKGREVISION= 1
+PKGREVISION= 2
TB_VER= 68.9.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
diff -r ab182bf20a8c -r 684d212a75de mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Wed Jun 17 17:59:25 2020 +0000
+++ b/mail/thunderbird/distinfo Wed Jun 17 18:00:09 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.229 2020/06/15 15:44:22 nia Exp $
+$NetBSD: distinfo,v 1.230 2020/06/17 18:00:09 nia Exp $
SHA1 (thunderbird-68.9.0.source.tar.xz) = aeee38c1a36b07f8e85af1c7371ebb539083ab4a
RMD160 (thunderbird-68.9.0.source.tar.xz) = f3467224d1225ec98085d38a4d38b798e3cebd0b
@@ -17,7 +17,6 @@
SHA1 (patch-gfx_gl_GLContextProviderGLX.cpp) = 936ae039b758c5eaf48dd4661c896d186b340207
SHA1 (patch-gfx_skia_skia_src_core_SkCpu.cpp) = c30cb2ed98d4486fcc23b3a9b464df088a30134a
SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = fcbe2f980557ff4eff8fcb6b4039a5c0eb956fa6
-SHA1 (patch-ipc_chromium_src_base_lock__impl__posix.cc) = 80df98ebde2365cdea7b98e72e474f594934718e
SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 0475843fa07f38a3f6255cfb998e64863fd8b9c1
SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = aa71eee667e920b1c2364b90956a7332906c5d74
SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = 2c03850559c733c37a749fdb86a3e4517878d56c
@@ -39,5 +38,4 @@
SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 00241c3e79d833a70753063186093d48956546b2
SHA1 (patch-toolkit_xre_glxtest.cpp) = 8fd6f814c27067f454276422be93d919e58cb464
SHA1 (patch-xpcom_base_nscore.h) = 45eaac305357707c25d9a6f2e9aa6eee7535fe32
-SHA1 (patch-xpcom_build_BinaryPath.h) = 5ed4bcca701a9822fa20936fe1486ca2d86b4ab7
SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = c9010e14226c1f81990a999e361e5e842880ebf6
diff -r ab182bf20a8c -r 684d212a75de mail/thunderbird/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc
--- a/mail/thunderbird/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc Wed Jun 17 17:59:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ipc_chromium_src_base_lock__impl__posix.cc,v 1.2 2019/09/21 10:55:17 ryoon Exp $
-
---- ipc/chromium/src/base/lock_impl_posix.cc.orig 2019-09-09 23:43:28.000000000 +0000
-+++ ipc/chromium/src/base/lock_impl_posix.cc
-@@ -22,7 +22,7 @@ namespace internal {
- // Lock::PriorityInheritanceAvailable still must be checked as the code may
- // compile but the underlying platform still may not correctly support priority
- // inheritance locks.
--#if defined(OS_NACL) || defined(OS_ANDROID)
-+#if defined(OS_NACL) || defined(OS_ANDROID) || (defined(__NetBSD__) && !defined(PTHREAD_PRIO_INHERIT))
- # define PRIORITY_INHERITANCE_LOCKS_POSSIBLE() 0
- #else
- # define PRIORITY_INHERITANCE_LOCKS_POSSIBLE() 1
diff -r ab182bf20a8c -r 684d212a75de mail/thunderbird/patches/patch-xpcom_build_BinaryPath.h
--- a/mail/thunderbird/patches/patch-xpcom_build_BinaryPath.h Wed Jun 17 17:59:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.3 2019/09/21 10:55:17 ryoon Exp $
-
---- xpcom/build/BinaryPath.h.orig 2019-09-09 23:43:45.000000000 +0000
-+++ xpcom/build/BinaryPath.h
-@@ -21,7 +21,8 @@
- defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__)
- # include <sys/sysctl.h>
- #endif
--#if defined(__OpenBSD__)
-+#if defined(__OpenBSD__) || \
-+ (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
- # include <sys/stat.h>
- #endif
- #include "mozilla/UniquePtr.h"
-@@ -164,7 +165,8 @@ class BinaryPath {
- }
-
- #elif defined(__FreeBSD__) || defined(__DragonFly__) || \
-- defined(__FreeBSD_kernel__) || defined(__NetBSD__)
-+ defined(__FreeBSD_kernel__) || \
-+ (defined(__NetBSD__) && defined(KERN_PROC_PATHNAME))
- static nsresult Get(char aResult[MAXPATHLEN]) {
- int mib[4];
- mib[0] = CTL_KERN;
-@@ -246,6 +248,13 @@ class BinaryPath {
- return NS_ERROR_FAILURE;
- }
-
-+#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
-+ static nsresult Get(char aResult[MAXPATHLEN])
-+ {
-+ char path[] = "@PREFIX@/lib/firefox/firefox";
-+ sprintf(aResult, "%s", path);
-+ return NS_OK;
-+ }
- #else
- # error Oops, you need platform-specific code here
- #endif
Home |
Main Index |
Thread Index |
Old Index