[Bug 266492] www/chromium: fails to build on src main

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Sep 2022 10:44:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266492

--- Comment #3 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
Forgot to mention.

I've already updated www/chromium by modifying already-mentioned version check
to "< 150", which is overkill for "== 130" case.
So I've modified local patch to attached one and test-building.

As I'm running stable/13 and main only, no plan for testing any revision on
versions having llvm13 on base.

Another possible ad-hoc fix could be setting

.if ${.CURDIR:M/usr/ports/www/chromium}
  DEFAULT_VERSIONS+= llvm=13
.endif

on /etc/make.conf, but it requires users to edit it manually.
(And not tested this time. Multiple runs are painful with this huge port.)

-- 
You are receiving this mail because:
You are the assignee for the bug.