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

Bug 99030

Summary: add socketmap support to sendmail ebuilds
Product: Gentoo Linux Reporter: Dean C Bullock <dean>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: steven, tb
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new ebuild files for sendmail that add -DSOCKETMAP using sockmap use flag

Description Dean C Bullock 2005-07-14 10:48:01 UTC
Need a use keyword and build support to build sendmail with -DSOCKETMAP.

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




--- sendmail.orig/sendmail-8.13.3.ebuild        2005-07-14 10:40:56.000000000 -0700
+++ sendmail/sendmail-8.13.3.ebuild     2005-07-14 10:39:44.000000000 -0700
@@ -11,7 +11,7 @@
 LICENSE="Sendmail"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
-IUSE="ssl ldap sasl tcpd mbox milter mailwrapper ipv6"
+IUSE="ssl ldap sasl tcpd mbox milter mailwrapper ipv6 socketmap"
 
 DEPEND="net-mail/mailbase
        sys-devel/m4
@@ -51,6 +51,7 @@
                && confLIBS="${confLIBS} -lldap -llber"
        use milter && confENVDEF="${confENVDEF} -DMILTER"
        use ipv6 && confENVDEF="${confENVDEF} -DNETINET6"
+       use socketmap && confENVDEF="${confENVDEF} -DSOCKETMAP"
        sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \
                -e "s/@@confMAPDEF@@/${confMAPDEF}/" \
                -e "s/@@confENVDEF@@/${confENVDEF}/" \
Comment 1 Dean C Bullock 2005-07-14 11:26:14 UTC
Created attachment 63410 [details]
new ebuild files for sendmail that add -DSOCKETMAP using sockmap use flag

This is the entire new ebuild set for sendmail.  Simple changes.
Comment 2 Andrea Barisani (RETIRED) gentoo-dev 2006-08-10 03:48:51 UTC
Committed 8.13.8 with USE="sockets" flag.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-08 21:53:05 UTC
*** Bug 160943 has been marked as a duplicate of this bug. ***