From b6e8f8d98d01f9b6b048db019ce0b54b6952ca76 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Tue, 29 Apr 2014 20:35:24 +0000 Subject: - Update Firefox to 29.0 - Update Firefox ESR to 24.5.0 - Update Thunderbird to 24.5.0 - Update NSS to 3.16 - Use port dependency for soundtouch library - Require recent graphite2 version explicitly [1] - Require gst-libav version that doesn't crash on seeking [2] and doesn't error out on plugin load [3] - Remove gstreamer note in pkg-message for www/firefox, [3] may still happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01) - Fix USE_XPI in mail/thunderbird-i18n [4] Security: http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html PR: ports/187939 [1] PR: ports/188133 [2] PR: ports/181964 [3] PR: ports/188984 [4] Submitted by: Toomas Aas [1] Submitted by: Jakub Lach [2] Submitted by: Jan Beich [3] and this update! Submitted by: Toni Ballesta [4] Approved by: portmgr (bdrewery, security update to non-staged port) --- mail/thunderbird/files/patch-bug916589 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail/thunderbird/files/patch-bug916589') diff --git a/mail/thunderbird/files/patch-bug916589 b/mail/thunderbird/files/patch-bug916589 index be2c2bc97fd4..c6aef052c4ce 100644 --- a/mail/thunderbird/files/patch-bug916589 +++ b/mail/thunderbird/files/patch-bug916589 @@ -2,12 +2,16 @@ diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/qu index 5b50785..7cf47d5 100644 --- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h -@@ -31,11 +31,14 @@ +@@ -31,11 +31,18 @@ */ -#ifndef _SYS_QUEUE_H_ +#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) +#include_next ++# if defined(__DragonFly__) ++#define STAILQ_FOREACH_SAFE STAILQ_FOREACH_MUTABLE ++#define TAILQ_FOREACH_SAFE TAILQ_FOREACH_MUTABLE ++# endif +#elif !defined(_SYS_QUEUE_H_) #define _SYS_QUEUE_H_ -- cgit v1.2.3