[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265180

            Bug ID: 265180
           Summary: www/chromium: actually use the system-installed ICU
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: chromium@FreeBSD.org
          Reporter: mi@ALDAN.algebra.com
          Assignee: chromium@FreeBSD.org
             Flags: maintainer-feedback?(chromium@FreeBSD.org)

Created attachment 235226
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235226&action=edit
Use the already-installed ICU

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?

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