[Bug 221349] When COMPRESS_EXT is anything other than .gz, plist may break
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 5 13:29:24 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221349
Baptiste Daroussin <bapt at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Works As Intended
Status|New |Closed
--- Comment #1 from Baptiste Daroussin <bapt at FreeBSD.org> ---
mandoc can only work with .gz compressed manpages as it uses direcly zlib to
read them.
While man itself can still work with other compression format due to the fact
we do still use the shell wrapper on top of mandoc, other tools cannot, so
supporting anything else than .gz in ports as no sense.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list