aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-10-10 20:35:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-10-10 20:35:06 +0000
commitfbfaa715088a879effbbe2286d9cc62f47a6fa96 (patch)
treedba707c4c939b21c0c46b82e993cfd18fc99e8f3 /mail/thunderbird
parent55981ae567c5dec850fdaec6d3d3a95e1dc10c4c (diff)
downloadports-fbfaa715088a879effbbe2286d9cc62f47a6fa96.tar.gz
ports-fbfaa715088a879effbbe2286d9cc62f47a6fa96.zip
gecko: update OSS patches
Notes
Notes: svn path=/head/; revision=552018
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile2
-rw-r--r--mail/thunderbird/files/patch-cubeb-oss5
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 835aa9625b0b..583d007200b3 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 78.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail news net-im
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/mail/thunderbird/files/patch-cubeb-oss b/mail/thunderbird/files/patch-cubeb-oss
index 54a4c235fc3b..2b151a07fb20 100644
--- a/mail/thunderbird/files/patch-cubeb-oss
+++ b/mail/thunderbird/files/patch-cubeb-oss
@@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600
#endif
--- /dev/null
+++ media/libcubeb/src/cubeb_oss.c
-@@ -0,0 +1,1262 @@
+@@ -0,0 +1,1263 @@
+/*
+ * Copyright © 2019-2020 Nia Alarie <nia@NetBSD.org>
+ * Copyright © 2020 Ka Ho Ng <khng300@gmail.com>
@@ -186,7 +186,7 @@ https://github.com/kinetiknz/cubeb/pull/600
+ bool thread_created; /* (m) */
+ bool running; /* (m) */
+ bool destroying; /* (m) */
-+ cubeb_state state;
++ cubeb_state state; /* (m) */
+ float volume /* (m) */;
+ struct oss_stream play;
+ struct oss_stream record;
@@ -1074,6 +1074,7 @@ https://github.com/kinetiknz/cubeb/pull/600
+ ret = CUBEB_ERROR;
+ goto error;
+ }
++ s->state = CUBEB_STATE_STOPPED;
+ s->record.fd = s->play.fd = -1;
+ s->nfr = latency_frames;
+ if (input_device != NULL) {