summaryrefslogtreecommitdiff
path: root/libicuio
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-07-05 15:41:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-07-05 15:41:58 +0300
commit5c33d1b7380436104053d93cbff98eef88fb4f1b (patch)
tree866b1af5de5ab1ab4ae87bf62998fd11dff5db9d /libicuio
parentc0340c47b071adcad155a41d568e3b7fc3aa4c49 (diff)
Release version 65.1.0+8v65.1.0+8
Suppress some Clang and MSVC warnings. Fix dist operation 'multiple files are distributed as ...' warning.
Diffstat (limited to 'libicuio')
-rw-r--r--libicuio/libicuio/buildfile10
-rw-r--r--libicuio/manifest4
2 files changed, 12 insertions, 2 deletions
diff --git a/libicuio/libicuio/buildfile b/libicuio/libicuio/buildfile
index baab1c4..a400b40 100644
--- a/libicuio/libicuio/buildfile
+++ b/libicuio/libicuio/buildfile
@@ -49,8 +49,18 @@ obja{*}: cxx.poptions += -DU_STATIC_IMPLEMENTATION
switch $cxx.class
{
case 'gcc'
+ {
cxx.coptions += -fvisibility=hidden
+ # Disable warnings that pop up with -Wall -Wextra. Upstream doesn't seem
+ # to care about these and it is not easy to disable specific warnings in a
+ # way that works across compilers/version (some -Wno-* options are only
+ # recognized in newer versions). There are still some warnings left that
+ # appear for certain platforms/compilers. We pass them through but disable
+ # treating them as errors.
+ #
+ cxx.coptions += -Wno-all -Wno-extra -Wno-error
+ }
case 'msvc'
cxx.coptions += /utf-8 /Zc:wchar_t /GF /Gy \
/wd4996 # Disable warnings that pop up with /W3.
diff --git a/libicuio/manifest b/libicuio/manifest
index cb5c784..da7275b 100644
--- a/libicuio/manifest
+++ b/libicuio/manifest
@@ -1,6 +1,6 @@
: 1
name: libicuio
-version: 65.1.0+7
+version: 65.1.0+8
upstream-version: 65.1
project: icu
summary: ICU input/output C/C++ library
@@ -13,7 +13,7 @@ src-url: https://git.build2.org/cgit/packaging/icu/icu/tree/libicuio/
package-url: https://git.build2.org/cgit/packaging/icu/
email: icu-support@lists.sourceforge.net ; Mailing list.
package-email: packaging@build2.org ; Mailing list.
-build-warning-email: builds@build2.org
+build-error-email: builds@build2.org
builds: all
depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0