Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6195 - courier-0.39.2 broken in portage tree
Summary: courier-0.39.2 broken in portage tree
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 04:22 UTC by Alex Hartmann
Modified: 2002-08-08 10:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix for the courier-0.39.2.ebuild (courier-0.39.2-gentoo.diff,381 bytes, text/plain)
2002-08-08 04:25 UTC, Alex Hartmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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>