From ba19a8e8cb8628898853ab611030d570f60e47dd Mon Sep 17 00:00:00 2001 From: bentley Date: Fri, 17 Oct 2025 10:43:52 +0000 Subject: [PATCH] Update to nvi-2.2.2. --- editors/nvi/Makefile | 2 +- editors/nvi/distinfo | 4 ++-- editors/nvi/patches/patch-CMakeLists_txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index bb9e7911a15..5bc4c0289af 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,6 +1,6 @@ COMMENT= ex/vi text editor with wide character support -V = 2.2.1 +V = 2.2.2 GH_ACCOUNT = lichray GH_PROJECT = nvi2 GH_TAGNAME = v$V diff --git a/editors/nvi/distinfo b/editors/nvi/distinfo index 675893b5728..f1f0dd29305 100644 --- a/editors/nvi/distinfo +++ b/editors/nvi/distinfo @@ -1,2 +1,2 @@ -SHA256 (nvi-2.2.1.tar.gz) = n3ya7zkkwOOe+W4arbj105aCW4JRrdqxKQqoZs89WvQ= -SIZE (nvi-2.2.1.tar.gz) = 443376 +SHA256 (nvi-2.2.2.tar.gz) = oa1dfIgJE5kqEWy6VuKO6OfR9Zp/EOWpss5tEF3stZw= +SIZE (nvi-2.2.2.tar.gz) = 443425 diff --git a/editors/nvi/patches/patch-CMakeLists_txt b/editors/nvi/patches/patch-CMakeLists_txt index 038325f9807..9bd7fcb91d3 100644 --- a/editors/nvi/patches/patch-CMakeLists_txt +++ b/editors/nvi/patches/patch-CMakeLists_txt @@ -10,6 +10,6 @@ Index: CMakeLists.txt +if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") add_compile_options($<$:-Wno-dangling-else>) +endif() - add_compile_options(-Wno-string-compare) add_compile_options(-Wstack-protector -fstack-protector) add_compile_options(-Wstrict-aliasing -fstrict-aliasing) +