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)
ChangeLog: 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
PR: 276621
Reported by: dickey@invisible-island.net (maintainer)
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615
Now that default manpage installation prefix had been changed,
patching the Makefile statically would be more readable than
combination of MAKE_ARGS + REINPLACE_CMD. While here, do not
unconditionally try to strip the binary (respect WITH_DEBUG).
I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization. Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.
Reported by: danfe
Sponsored by: Rubicon Communications, LLC ("Netgate")