Subject: CVS commit: pkgsrc/x11/mlterm
From: Izumi Tsutsui
Date: 2020-06-21 19:53:01
Message id: 20200621175301.6CE9AFB28@cvs.NetBSD.org

Log Message:
mlterm: pull an upstream patch for 3.9.0.

Also put misc pkgsrc tweaks:
- Disable SPECIAL_PERMS for mlterm.  It was required for utmp support
  only on ancient systems that have none of pututxline(3), setutent(3),
  or addToUtmp(3) but have to use logwtmp(3) or open system's _PATH_UTMP
  or _PATH_WTMP file directly to update utmp entries, but no easy way
  to statically identify them per OS and version basis.
- Add hacks.mk to avoid gcc SIGSEGV on NetBSD/sh3 9.0 (PR/55265)
- Appease several pkglint warnings/errors.

Bump PKGREVISION.

Files:
RevisionActionfile
1.161modifypkgsrc/x11/mlterm/Makefile
1.85modifypkgsrc/x11/mlterm/distinfo
1.20modifypkgsrc/x11/mlterm/options.mk
1.10modifypkgsrc/x11/mlterm/patches/patch-etc_font-fb
1.1addpkgsrc/x11/mlterm/hacks.mk
1.1addpkgsrc/x11/mlterm/patches/patch-uitoolkit_xlib_ui__imagelib.c