(Only the first 10 of 13 ports in this commit are shown above. )
Copy enchant to enchant2 for the new version with shared library bump.
Fix typo in ZEMBEREK lib depends line and add missing dependancy.
Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2.
PR: 215083 (based on)
Submitted by: thierry@FreeBSD.org
textproc/enchant: unbreak with hunspell 1.5
myspell_checker.cpp:430:8: error: cannot initialize a variable of type 'char *'
with an rvalue of
type 'const char *'
char *enc = myspell->get_dic_encoding();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
https://github.com/hunspell/hunspell/commit/971f8a9cf52e
PR: 214837
Approved by: portmgr blanket