svn commit: r531050 - in head/www/chromium: . files

Conrad Meyer cem at FreeBSD.org
Wed Apr 8 00:22:47 UTC 2020


Author: cem (src committer)
Date: Wed Apr  8 00:22:46 2020
New Revision: 531050
URL: https://svnweb.freebsd.org/changeset/ports/531050

Log:
  www/chromium: Un-remove v4l video capture support
  
  This support was removed in r416521. The revision message did not document the
  removal nor justify patching out a major port feature.
  
  This restores that support.
  
  The earlier revision should probably be audited for other patches which (a) add
  update burden to this already huge port and (b) remove expected functionality.
  
  PR:		245250
  Submitted by:	Tamas Szakaly <sghctoma AT gmail.com>
  Reported by:	yuri@
  Approved by:	jrm
  Differential Revision:	https://reviews.freebsd.org/D24330

Deleted:
  head/www/chromium/files/patch-media_capture_video_linux_video__capture__device__factory__linux.cc
  head/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc
Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Apr  7 23:57:31 2020	(r531049)
+++ head/www/chromium/Makefile	Wed Apr  8 00:22:46 2020	(r531050)
@@ -3,6 +3,7 @@
 
 PORTNAME=	chromium
 PORTVERSION=	80.0.3987.163
+PORTREVISION=	1
 CATEGORIES?=	www java
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		LOCAL/cpm/chromium/:fonts


More information about the svn-ports-all mailing list