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

Bug 6195

Summary: courier-0.39.2 broken in portage tree
Product: Gentoo Linux Reporter: Alex Hartmann <alex>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED INVALID    
Severity: normal CC: alex
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix for the courier-0.39.2.ebuild

Description Alex Hartmann 2002-08-08 04:22:26 UTC
Hi, 
 
raker@gentoo.org forgot a file I have submitted. Its place is in 
/usr/portage/net-mail/courier/files. Please find it attached. It should fix the 
problem. 
 
Regards, 
 
Alex
Comment 1 Alex Hartmann 2002-08-08 04:25:22 UTC
Created attachment 2919 [details]
fix for the courier-0.39.2.ebuild
Comment 2 Nick Hadaway 2002-08-08 10:41:27 UTC
This patch is already included and in the ebuild.  

The patch name is courier-0.39.2-gentoo.diff

<ebuild snippet>
src_unpack() {
        unpack ${A}

        cd ${S}
        patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die
}
</ebuild snippet>

<build snippet>
>>> md5 ;-) courier-0.39.2.tar.gz
>>> Unpacking source...
>>> Unpacking courier-0.39.2.tar.gz
patching file webmail/sqwebmail.h
>>> Source unpacked.
</build snippet>