Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 20:35:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552018 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files
Message-ID:  <202010102035.09AKZ6nB055697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct 10 20:35:06 2020
New Revision: 552018
URL: https://svnweb.freebsd.org/changeset/ports/552018

Log:
  gecko: update OSS patches
  
  Changes:	https://github.com/kinetiknz/cubeb/commit/4e60bb8

Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/mail/thunderbird/files/patch-cubeb-oss   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox-esr/files/patch-cubeb-oss   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/firefox/files/patch-cubeb-oss   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/mail/thunderbird/Makefile	Sat Oct 10 20:35:06 2020	(r552018)
@@ -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

Modified: head/mail/thunderbird/files/patch-cubeb-oss
==============================================================================
--- head/mail/thunderbird/files/patch-cubeb-oss	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/mail/thunderbird/files/patch-cubeb-oss	Sat Oct 10 20:35:06 2020	(r552018)
@@ -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) {

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/www/firefox-esr/Makefile	Sat Oct 10 20:35:06 2020	(r552018)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	78.3.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox-esr/files/patch-cubeb-oss
==============================================================================
--- head/www/firefox-esr/files/patch-cubeb-oss	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/www/firefox-esr/files/patch-cubeb-oss	Sat Oct 10 20:35:06 2020	(r552018)
@@ -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) {

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/www/firefox/Makefile	Sat Oct 10 20:35:06 2020	(r552018)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	81.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/firefox/files/patch-cubeb-oss
==============================================================================
--- head/www/firefox/files/patch-cubeb-oss	Sat Oct 10 20:14:25 2020	(r552017)
+++ head/www/firefox/files/patch-cubeb-oss	Sat Oct 10 20:35:06 2020	(r552018)
@@ -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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010102035.09AKZ6nB055697>