Date: Wed, 8 Apr 2020 00:22:47 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531050 - in head/www/chromium: . files Message-ID: <202004080022.0380MlYI033821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004080022.0380MlYI033821>