maintainer-feedback requested: [Bug 265180] www/chromium: actually use the system-installed ICU

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Jul 2022 21:43:34 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobody)
<chromium@FreeBSD.org> for maintainer-feedback:
Bug 265180: www/chromium: actually use the system-installed ICU
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265180



--- Description ---
Though the port lists devel/icu among the LIB_DEPENDS, the upstream code builds
the bundled version of ICU anyway...

This is true about a number of other bundled components too (AOM, AVIF,
jsoncpp, node, v8, etc.), but ICU seems to be the easiest to fix.

The proposed patch adds ICU to the existing (incomplete) list of possible
dependencies, and, additionally, ensures, the icu/source folder is never even
extracted from the tarball. For good measure...

The post-patch gymnastics are only necessary because of the
is_official_build=true setting -- do we really need it?