Created attachment 197042 [details] Patch file generated with svn diff Change USE_GL to become USES=gl Change USE_GL to become USES=gl. You still need to specify USE_GL as well, to specify which gl components you need, such as egl glesv2 glut glu glw gl. Only specifying USE_GL is supported for now, to ease in transition. It is however deprecated, and will be removed eventually. Specifying USES=gl without USE_GL is an error. USE_GL=yes is also deprecated, but supported for now. It implies USE_GL=glu. Fix fallout from this change. PR: 230692 Approved by: portmgr (antoine) exp-run by: antoine Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16774
As far as I'm concerned, chromium/iridium build fine and it's not necessary to add the patch.
Indeed, the attached patch is not necessary to build chromium now, but it will be. The patch makes www/chromium comply with the new USE_GL standard: "Only specifying USE_GL is supported for now, to ease in transition. It is however deprecated, and will be removed eventually." It also disables the corresponding warning.
(In reply to Samy Mahmoudi from comment #2) I'll commit the USES=gl change with the next chromium update.
Thank you for your upcoming commit.
(In reply to Samy Mahmoudi from comment #4) Fixed in r489612.