The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Pass maintainership to submitter
This version adds the following features:
- added '-s' to ssh-agent calls so that they will work
for people with non-bash shells. (thanks to Jacob)
- Asynchronous mode works.
- Asynchronous mode required temp files so we use
mktemp to make it safer.
- Blocking option in async mode.
- All debug messages go to STDERR.
- Invoke remote shell (default bash) explicitely.
- SIGQUIT (ctrl-\) prints current/remaining host(s).
- Modernized all ``'s to $()'s.
PR: ports/87664
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>