summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-01-28 18:38:37 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-29 19:02:45 +0100
commit783aac34f15b1c0c0494b6588f1bb1f7d720a3ac (patch)
tree64d20545972408ebde34c505bbe616538a86f1e6 /editors/xvile/Makefile
parenteditors/vile: Update to 9.8z (diff)
editors/xvile: update to 9.8z
PRhangeLog: https://invisible-island.net/vile/CHANGES.html * modify configure script to check validity of $IMAKE_LOADFLAGS * modify curses driver to work around configurations of ncurses where the SIGWINCH handler has been disabled. * modify vl_get_encoding() to allow for nl_langinfo(CODESET) returning an empty string, recover from this error using checks on the locale variable (report by David Snyder). * updated wcwidth.c, from xterm #389 * modify spec-file to work around a bug in make 4.4.1 * reduce compiler-warnings in configure script checks. * disallow newline in quoted string in ini filter. * adjust dlsym lookup to account for special case of define_key, to avoid conflict with ncurses. * fix mandoc warnings in vile.1 * fix a use-after-free in parse_nondirective() due to free() in the actual_color() function of key-filt.c * change VIDEO_TEXT type to "unsigned", allowing display of Unicode values past BMP for drivers which support this. * modify curses configuration to handle ncurses KEY_RESIZE (prompted by discussion with Sebastian Neuper). * fix typo in cross-compile check in CF_KILLPG macro (Debian #1029956) * update config.guess, config.sub Reported by: dickey@invisible-island.net (maintainer)
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 5aea30fddaa3..82bb7982f593 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,5 +1,5 @@
PORTNAME= vile
-PORTVERSION= 9.8y
+PORTVERSION= 9.8z
CATEGORIES= editors
MASTER_SITES= https://invisible-island.net/archives/vile/current/ \
https://invisible-mirror.net/archives/vile/current/