<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear SBo admins,<br>
I verified that in the approved version of the
extra-cmake-modules.SlackBuild the piece of code that compress the
manpages was removed from the script. Then, the manpages generated
in the build process will not be gzipped, and this is not the
standard.<br>
In the attached script there is a more simple piece of code (just a
line) that compress the generated manpages:<br>
<br>
# Compress manpages<br>
gzip -9 $PKG/usr/man/man7/*.7<br>
<br>
Please, include this in the extra-cmake-modules.SlackBuild before
the next update.<br>
<span id="result_box" class="" lang="en"><span class="">If you think
it is more appropriate to submit the script again via submission
form, please let me know and I will do so.<br>
<br>
Best regards,<br>
<br>
Fellype</span></span>
</body>
</html>