Bug 276621 - editors/vile: Update to 9.8z
Summary: editors/vile: Update to 9.8z
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://invisible-island.net/vile/CHA...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-26 00:50 UTC by Thomas E. Dickey
Modified: 2024-01-29 18:05 UTC (History)
3 users (show)

See Also:


Attachments
git format-patch for update (1.15 KB, patch)
2024-01-26 00:50 UTC, Thomas E. Dickey
dickey: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Dickey 2024-01-26 00:50:09 UTC
Created attachment 247963 [details]
git format-patch for update

Update vile to current release.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-28 17:41:08 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 Thomas E. Dickey 2024-01-28 17:46:36 UTC
https://invisible-island.net/vile/CHANGES.html
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-29 18:03:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=532855062f9698eb6a2ffbecc062c933387f7811

commit 532855062f9698eb6a2ffbecc062c933387f7811
Author:     Thomas E. Dickey <dickey@invisible-island.net>
AuthorDate: 2024-01-28 17:41:18 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-29 18:02:12 +0000

    editors/vile: Update to 9.8z

    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)

 editors/vile/Makefile | 2 +-
 editors/vile/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-29 18:05:18 UTC
Committed,

Thanks!