svn commit: r551677 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files

Jan Beich jbeich at FreeBSD.org
Thu Oct 8 00:38:22 UTC 2020


Author: jbeich
Date: Thu Oct  8 00:38:20 2020
New Revision: 551677
URL: https://svnweb.freebsd.org/changeset/ports/551677

Log:
  gecko: update OSS patches
  
  Changes:	https://github.com/kinetiknz/cubeb/compare/b594641...cc85508

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	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/mail/thunderbird/Makefile	Thu Oct  8 00:38:20 2020	(r551677)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	78.3.2
+PORTREVISION=	1
 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	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/mail/thunderbird/files/patch-cubeb-oss	Thu Oct  8 00:38:20 2020	(r551677)
@@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600
  #endif
 --- /dev/null
 +++ media/libcubeb/src/cubeb_oss.c
-@@ -0,0 +1,1245 @@
+@@ -0,0 +1,1242 @@
 +/*
 + * Copyright © 2019-2020 Nia Alarie <nia at NetBSD.org>
 + * Copyright © 2020 Ka Ho Ng <khng300 at gmail.com>
@@ -1009,9 +1009,6 @@ https://github.com/kinetiknz/cubeb/pull/600
 +      pthread_mutex_unlock(&s->mtx);
 +      break;
 +    }
-+    pthread_mutex_unlock(&s->mtx);
-+
-+    pthread_mutex_lock(&s->mtx);
 +    pthread_cond_wait(&s->doorbell_cv, &s->mtx);
 +    pthread_mutex_unlock(&s->mtx);
 +  } while (1);

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/www/firefox-esr/Makefile	Thu Oct  8 00:38:20 2020	(r551677)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	78.3.1
+PORTREVISION=	1
 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	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/www/firefox-esr/files/patch-cubeb-oss	Thu Oct  8 00:38:20 2020	(r551677)
@@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600
  #endif
 --- /dev/null
 +++ media/libcubeb/src/cubeb_oss.c
-@@ -0,0 +1,1245 @@
+@@ -0,0 +1,1242 @@
 +/*
 + * Copyright © 2019-2020 Nia Alarie <nia at NetBSD.org>
 + * Copyright © 2020 Ka Ho Ng <khng300 at gmail.com>
@@ -1009,9 +1009,6 @@ https://github.com/kinetiknz/cubeb/pull/600
 +      pthread_mutex_unlock(&s->mtx);
 +      break;
 +    }
-+    pthread_mutex_unlock(&s->mtx);
-+
-+    pthread_mutex_lock(&s->mtx);
 +    pthread_cond_wait(&s->doorbell_cv, &s->mtx);
 +    pthread_mutex_unlock(&s->mtx);
 +  } while (1);

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/www/firefox/Makefile	Thu Oct  8 00:38:20 2020	(r551677)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	81.0.1
+PORTREVISION=	1
 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	Wed Oct  7 23:23:39 2020	(r551676)
+++ head/www/firefox/files/patch-cubeb-oss	Thu Oct  8 00:38:20 2020	(r551677)
@@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600
  #endif
 --- /dev/null
 +++ media/libcubeb/src/cubeb_oss.c
-@@ -0,0 +1,1245 @@
+@@ -0,0 +1,1242 @@
 +/*
 + * Copyright © 2019-2020 Nia Alarie <nia at NetBSD.org>
 + * Copyright © 2020 Ka Ho Ng <khng300 at gmail.com>
@@ -1009,9 +1009,6 @@ https://github.com/kinetiknz/cubeb/pull/600
 +      pthread_mutex_unlock(&s->mtx);
 +      break;
 +    }
-+    pthread_mutex_unlock(&s->mtx);
-+
-+    pthread_mutex_lock(&s->mtx);
 +    pthread_cond_wait(&s->doorbell_cv, &s->mtx);
 +    pthread_mutex_unlock(&s->mtx);
 +  } while (1);


More information about the svn-ports-all mailing list