supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
This release fixes problems (including a segfault) when trying to
open or save a file in a directory beginning with "~" that isn't a home
directory. A problem where an unnamed file could be saved over an existing
filename with no warning was fixed. Opening directories or device files is
properly disallowed from "include" commands in nanorc files. A misleading
prompt is no longer displayed when trying to save in restricted mode with
the mark on. More keys are properly supported. This release also improves
several color syntaxes to highlight trailing whitespace, and adds yet more
minor documentation updates.
* Improved color syntax highlighting
* Copy text without cutting
* Verbatim input mode
* Repeat last seach without confirmation (Meta-W)
* Spell check/replace selected text only
* Indent marked text
* Move to beginning/end of paragraph
* Search within the file browser
* Mixed file format auto-conversion
This release includes fixes for segfault during filename completion,
justify on systems without regex.h, hangs when the input stream
goes away, and scrolling beyond COLS. Included are some new
keyboard sequences.
This release includes many fixes, including converting file formats,
the suspend handler, and the ever popular replace function. New
features include more Pico compatibility in the file browser.
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr