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)
Spellutils is a suite of programs which are used to isolate
some parts or texts from various types of files and hand
them over to another program which may change the texts;
it is typically a spell checker. Afterwards the possibly
changed text parts are copied back in place in the original
file.
PR: ports/41211
Submitted by: Thierry Thomas <thierry@pompo.net>