2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-21 19:53:01 by Izumi Tsutsui | Files touched by this commit (6) | |
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.
|
2020-06-20 09:50:45 by Roland Illig | Files touched by this commit (2) |
Log message:
x11/mlterm: fix pkglint warnings
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-04-27 17:45:43 by Izumi Tsutsui | Files touched by this commit (5) | |
Log message:
mlterm: update to 3.9.0.
pkgsrc changes:
- adjust options.mk and PLIST for new build support of both mlterm-wscons
and mlterm-x68kgrf on NetBSD/m68k (now packages build on any
NetBSD/m68k machines can build x68k grf(4) framebuffer version too)
- remove obsolete CONFIGURE_ARGS
- utmp is no longer optional
Upstream changes noted in doc/en/ReleaseNote:
ver 3.9.0
* Support CSI>4;1m.
* Support uniscribe for libotl on win32.
* Support SCP by Shift+DnD on HaikuOS.
* Support xdg-shell on wayland.
* Support DEC Technical character set.
* Support input of unicode characters on mlterm-fb.
* Support ormode of Sixel Graphics.
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 12.1.0.
* Mlconfig configures files in ~/.mlterm directly if it starts without options
or with --file option.
* Change DA1 response.
\x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c
* geometry / -g option works on HaikuOS.
* Add vte 0.60 API symbols to libvte compatible library.
* Merge patches:
https://sourceforge.net/p/mlterm/bugs/78/
https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff
* Bug fixes:
Fix a bug which disabled to change the value of "logsize" option \
from "0" to "unlimited".
Fix segfault when "snapshot" command of OSC 5379 is executed.
Fix mouse tracking position if "use_ot_layout = true".
Fix segfault when mlterm-sdl2 starts with -im=uim option.
Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig.
Fix compiling error on HaikuOS + gcc-x86.
Fix http://twitter.com/hamano/status/1177087752208183296
Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
|
2020-04-25 20:11:08 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/mlterm: remove redundant file from SUBST_FILES
Makefile.in neither contains absolute paths nor libtool variables.
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|