pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/thunderbird68
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Nov 3 22:18:41 UTC 2022
Modified Files:
pkgsrc/mail/thunderbird68: DESCR Makefile distinfo mozilla-common.mk
Added Files:
pkgsrc/mail/thunderbird68/patches:
patch-gfx_webrender__bindings_webrender__ffi.h
Log Message:
thunderbird68: fix build with cbindgen > 0.23
Tested on NetBSD 9.3/amd64.
While here, also update the DESCR to note this is a now unsupported
release.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/thunderbird68/DESCR \
pkgsrc/mail/thunderbird68/mozilla-common.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/thunderbird68/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/thunderbird68/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/mail/thunderbird68/patches/patch-gfx_webrender__bindings_webrender__ffi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/thunderbird68/DESCR
diff -u pkgsrc/mail/thunderbird68/DESCR:1.1 pkgsrc/mail/thunderbird68/DESCR:1.2
--- pkgsrc/mail/thunderbird68/DESCR:1.1 Thu Sep 3 20:22:25 2020
+++ pkgsrc/mail/thunderbird68/DESCR Thu Nov 3 22:18:41 2022
@@ -1,2 +1,5 @@
Thunderbird is a free email, news, and chat application with support for
add-ons, derived from the Mozilla Firefox web browser.
+
+This package provides Thunderbird 68. It is now unsupported and is
+provided only for situations where upgrading is problematic.
Index: pkgsrc/mail/thunderbird68/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird68/mozilla-common.mk:1.1 pkgsrc/mail/thunderbird68/mozilla-common.mk:1.2
--- pkgsrc/mail/thunderbird68/mozilla-common.mk:1.1 Fri Aug 5 08:44:30 2022
+++ pkgsrc/mail/thunderbird68/mozilla-common.mk Thu Nov 3 22:18:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2022/08/05 08:44:30 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.2 2022/11/03 22:18:41 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -25,7 +25,7 @@ USE_TOOLS+= pkg-config perl gmake autoc
USE_LANGUAGES+= c99 gnu++14
UNLIMIT_RESOURCES+= datasize virtualsize
-TOOL_DEPENDS+= cbindgen>=0.8.7:../../devel/cbindgen
+TOOL_DEPENDS+= cbindgen>=0.24.0:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
.else
Index: pkgsrc/mail/thunderbird68/Makefile
diff -u pkgsrc/mail/thunderbird68/Makefile:1.13 pkgsrc/mail/thunderbird68/Makefile:1.14
--- pkgsrc/mail/thunderbird68/Makefile:1.13 Tue Sep 27 20:58:25 2022
+++ pkgsrc/mail/thunderbird68/Makefile Thu Nov 3 22:18:41 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2022/09/27 20:58:25 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/03 22:18:41 gutteridge Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird68-${TB_VER}
-PKGREVISION= 9
+PKGREVISION= 10
TB_VER= 68.12.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
Index: pkgsrc/mail/thunderbird68/distinfo
diff -u pkgsrc/mail/thunderbird68/distinfo:1.3 pkgsrc/mail/thunderbird68/distinfo:1.4
--- pkgsrc/mail/thunderbird68/distinfo:1.3 Tue Oct 26 10:54:32 2021
+++ pkgsrc/mail/thunderbird68/distinfo Thu Nov 3 22:18:41 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:54:32 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/11/03 22:18:41 gutteridge Exp $
BLAKE2s (thunderbird-68.12.0.source.tar.xz) = 42ad5dbe23984378254c6117a4783f7d33fd1793a86d176cddb47ea9baa9d725
SHA512 (thunderbird-68.12.0.source.tar.xz) = e7559536a9e024747e3ac7c20e4ffde5adf57657d02109ea32c39bf736ad03707fc7a14a0d3f1c91fa6fd69ead3c38d6c32ce78bd468834d9ba7f77f728332c6
@@ -17,6 +17,7 @@ SHA1 (patch-gfx_angle_checkout_src_compi
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-gfx_webrender__bindings_webrender__ffi.h) = cb42b30669b3b4d29a814e12f9fd3ae9180413d2
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
Added files:
Index: pkgsrc/mail/thunderbird68/patches/patch-gfx_webrender__bindings_webrender__ffi.h
diff -u /dev/null pkgsrc/mail/thunderbird68/patches/patch-gfx_webrender__bindings_webrender__ffi.h:1.1
--- /dev/null Thu Nov 3 22:18:41 2022
+++ pkgsrc/mail/thunderbird68/patches/patch-gfx_webrender__bindings_webrender__ffi.h Thu Nov 3 22:18:41 2022
@@ -0,0 +1,16 @@
+$NetBSD: patch-gfx_webrender__bindings_webrender__ffi.h,v 1.1 2022/11/03 22:18:41 gutteridge Exp $
+
+Fix build with cbindgen > 0.23:
+https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
+
+--- gfx/webrender_bindings/webrender_ffi.h.orig 2020-08-24 19:17:01.000000000 +0000
++++ gfx/webrender_bindings/webrender_ffi.h
+@@ -71,8 +71,6 @@ struct WrWindowId;
+ struct DocumentId;
+ struct WrPipelineInfo;
+
+-const uint64_t ROOT_CLIP_CHAIN = ~0;
+-
+ } // namespace wr
+ } // namespace mozilla
+
Home |
Main Index |
Thread Index |
Old Index