** THIS IS A REPOST OF ports/57318 (doc-bug CLASS) WITH change-request CLASS, since I was suggested that ports/57318 is not a doc-bug class issue ** ports/archivers/lha/Makefile says 'Archive files using LZW compression', but it is incorrect. LHa uses LZSS (a descendant of LZ77) and Huffman codings, and never uses LZW which is patented by Unisys. Calling it as 'LZW compression' WILL cause confusion among people, so it should be corrected. How-To-Repeat: Just make a Google search to confirm that LHa uses LZSS and Huffman codings, not LZW.
Responsible Changed From-To: freebsd-ports-bugs->ache Over to maintainer
State Changed From-To: open->closed Fix committed