Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2025 13:13:12 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63e10fe43be5 - main - security/bitwarden-cli: fix build with ICU 76
Message-ID:  <202502241313.51ODDC07021691@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63e10fe43be5f09c6fd89687742d87192d2b75f5

commit 63e10fe43be5f09c6fd89687742d87192d2b75f5
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-02-24 13:11:45 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-02-24 13:13:01 +0000

    security/bitwarden-cli: fix build with ICU 76
    
    Obtained from:  https://cgit.freebsd.org/ports/commit/?id=45b52cec21e67673c5990eded07125f873839e55
---
 security/bitwarden-cli/files/node/patch-configure.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/security/bitwarden-cli/files/node/patch-configure.py b/security/bitwarden-cli/files/node/patch-configure.py
new file mode 100644
index 000000000000..7d44850721fc
--- /dev/null
+++ b/security/bitwarden-cli/files/node/patch-configure.py
@@ -0,0 +1,11 @@
+--- configure.py.orig	2024-10-03 09:20:49 UTC
++++ configure.py
+@@ -1829,7 +1829,7 @@ def configure_intl(o):
+   elif with_intl == 'system-icu':
+     # ICU from pkg-config.
+     o['variables']['v8_enable_i18n_support'] = 1
+-    pkgicu = pkg_config('icu-i18n')
++    pkgicu = pkg_config(['icu-i18n', 'icu-uc'])
+     if not pkgicu[0]:
+       error('''Could not load pkg-config data for "icu-i18n".
+        See above errors or the README.md.''')


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502241313.51ODDC07021691>