Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21513 - Would like to see lmtp USE option in Exim
Summary: Would like to see lmtp USE option in Exim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jack Morgan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 19:14 UTC by Greg Wiley
Modified: 2003-06-27 18:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Wiley 2003-05-22 19:14:53 UTC
I would like to see a USE="lmtp" option added 
to the Exim ebuild. In the current distribution, 
this would only have to uncomment the 
TRANSPORT_LMTP line in src/EDITME 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Here is a patch to exim-4.12.ebuild that works 
on my system: 
 
*** exim-4.12.ebuild    Fri Apr 25 12:20:23 2003 
--- exim-4.12-r99.ebuild        Thu May 22 16:11:53 2003 
*************** 
*** 74,79 **** 
--- 74,83 ---- 
                echo "EXTRALIBS=${myconf}" >> Makefile 
        fi 
 
+       if use lmtp; then 
+               sed -i "s:# \(TRANSPORT_LMTP=yes\):\1:" Makefile 
+       fi 
+ 
        cd ${S} 
        if use ssl; then 
                sed -i \
Comment 1 Todd Berman (RETIRED) gentoo-dev 2003-06-27 18:03:26 UTC
added in -r1