- Update to 3.1.5
- Unbreak with recent versions of GCC [1] Submitted by: Andriy Gapon <avg AT icyb.net.ua> [1] Security: http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
This commit is contained in:
parent
2339111cfc
commit
742c7aa805
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263350
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 3.1.4
|
||||
DISTVERSION= 3.1.5
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (thunderbird-3.1.4.source.tar.bz2) = 08f029e927e2e07aa863096fdf21db84
|
||||
SHA256 (thunderbird-3.1.4.source.tar.bz2) = 788905714e768c94025a954e1bea281f8e728d52b8249f2df43e6732d2ea7a08
|
||||
SIZE (thunderbird-3.1.4.source.tar.bz2) = 66636919
|
||||
MD5 (thunderbird-3.1.5.source.tar.bz2) = 9a75383c7142a9b2487f0ce7e7913824
|
||||
SHA256 (thunderbird-3.1.5.source.tar.bz2) = 666e46e2d245ef0286a8c6b09eda3a1f6bf86917755464223789bda5680ac6e2
|
||||
SIZE (thunderbird-3.1.5.source.tar.bz2) = 65846402
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300
|
||||
+++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300
|
||||
@@ -41,6 +41,7 @@
|
||||
/* API for getting a stack trace of the C/C++ stack on the current thread */
|
||||
|
||||
#include "nsStackWalk.h"
|
||||
+#include <dlfcn.h>
|
||||
|
||||
#if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 3.1.4
|
||||
DISTVERSION= 3.1.5
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (thunderbird-3.1.4.source.tar.bz2) = 08f029e927e2e07aa863096fdf21db84
|
||||
SHA256 (thunderbird-3.1.4.source.tar.bz2) = 788905714e768c94025a954e1bea281f8e728d52b8249f2df43e6732d2ea7a08
|
||||
SIZE (thunderbird-3.1.4.source.tar.bz2) = 66636919
|
||||
MD5 (thunderbird-3.1.5.source.tar.bz2) = 9a75383c7142a9b2487f0ce7e7913824
|
||||
SHA256 (thunderbird-3.1.5.source.tar.bz2) = 666e46e2d245ef0286a8c6b09eda3a1f6bf86917755464223789bda5680ac6e2
|
||||
SIZE (thunderbird-3.1.5.source.tar.bz2) = 65846402
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300
|
||||
+++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300
|
||||
@@ -41,6 +41,7 @@
|
||||
/* API for getting a stack trace of the C/C++ stack on the current thread */
|
||||
|
||||
#include "nsStackWalk.h"
|
||||
+#include <dlfcn.h>
|
||||
|
||||
#if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code
|
||||
|
Loading…
Reference in New Issue
Block a user