Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 496202

Summary: dev-libs/cyrus-sasl installs a pre-formatted saslauthd.8
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: jstein, net-mail+disabled, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugzilla.cyrusimap.org/show_bug.cgi?id=3740
https://bugzilla.cyrusimap.org/show_bug.cgi?id=2368
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2013-12-27 17:59:59 UTC
Upstream ought to be already aware of this.

--- a/saslauthd/Makefile.am
+++ b/saslauthd/Makefile.am
@@ -34,7 +34,7 @@
 dist-hook: saslauthd.8
 
 saslauthd.8: saslauthd.mdoc
-       nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8
+       cp $(srcdir)/saslauthd.mdoc $(srcdir)/saslauthd.8
 
 install-data-local: saslauthd.8
        $(mkinstalldirs) $(DESTDIR)$(mandir)/man8
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-27 18:02:57 UTC
(In reply to Jeroen Roovers from comment #0)
> --- a/saslauthd/Makefile.am
> +++ b/saslauthd/Makefile.am

That didn't work as intended. Maybe things could be moved around in src_prepare() instead?