Pet portlint, portfmt.
Changelog:
* Ignore universal ctags extended metadata in tagaddress, making search
patterns work again
* Fix auto-indent-mode with custom tab widths
* Add handling for C-u modifier in M-! and M-|
* Dired-up-directory bound to ^ to go up a directory in dired buffers
PR: 282052
Approved by: submitter is maintainer
Changes in this release:
* New command set-tab-width to change the tabulator width on a per-buffer
basis.
* Let the space-to-tabstop command move to the right position even if
the line contains tabs, control characters, or non-ASCII bytes.
* Fall back to /bin/sh if $SHELL is undefined.
* Fix parsing of tag files with duplicate entries. Instead of erroring
out, ignore duplicates. Fixes using /var/db/libc.tags again.
* Change the visit-tags-table command to immediately load the tag
file, and drop the lazy mechanics.
* Do not leak memory in pop-tag-mark if it fails to switch buffers.
* Fix a read buffer overrun caused by -u arguments longer than 1023 bytes.
* Fix a write buffer overrun on the stack caused by blink-and-insert
matching a very long line that is not currently visible in the
window.
* Skip checking permissions of conffile with access(2).
* Resurrect no-tab-mode and add it to the list of modes that can be
set with set-default-mode.
From: https://www.openbsd.org/74.html
PR: 274611
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
When recovering from a broken rtld(1) one may want a visual editor that
feels like Emacs. ee(1) isn't under /rescue, and its Emacs keys support
lacks even C-x C-c (save-buffers-kill-emacs).
This brings mg up to what will be in OpenBSD 6.4.
Simplify port by moving to Brian Callahan's portable mg release.
It has a configure script to detect OS features and it hopefully
won't break building mg on FreeBSD for no reason.
MFH: 2018Q4
- Cosmetic change for documentation
- Mark BROKEN on FreeBSD 9.x, because it requires futimens system call
PR: 209290
Submitted by: myself
Approved by: <darcsis@gmail.com> (maintainer, timeout > 2 weeks)