Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#8056 - openssl package does not include section 3, 5, or 7 manpages
Attached to Project:
Arch Linux
Opened by Pete (tam1138) - Tuesday, 18 September 2007, 21:05 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 12 October 2007, 08:20 GMT
Opened by Pete (tam1138) - Tuesday, 18 September 2007, 21:05 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 12 October 2007, 08:20 GMT
|
DetailsDescription:
The OpenSSL package does not include section 3, 5, or 7 manpages. Is there a good reason? I find it rather inconvenient, and it seems to run counter to The Arch Way, specifically: not providing documentation where an experienced user would expect to find it and inexplicably altering an upstream release. $ pacman -Qs openssl local/openssl 0.9.8e-3 Steps to reproduce: $ pacman -Ql openssl | grep man3 $ echo $? |
This task depends upon

I'd provide a patch, but there is some voodoo going on with manpages in the openssl PKGBUILD, I'm not sure it's as easy as removing the "rm -rf man3 man5 man7" line and I don't have time to dig in right now.