Bug 99030 - add socketmap support to sendmail ebuilds
Bug#: 99030 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: dean@bullock.net
Component: Ebuilds
URL: 
Summary: add socketmap support to sendmail ebuilds
Keywords:  
Status Whiteboard: 
Opened: 2005-07-14 10:48 0000
Description:   Opened: 2005-07-14 10:48 0000
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 From Dean C Bullock 2005-07-14 11:26:14 0000 -------
Created an attachment (id=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 From Andrea Barisani (RETIRED) 2006-08-10 03:48:51 0000 -------
Committed 8.13.8 with USE="sockets" flag.

------- Comment #3 From Jakub Moc (RETIRED) 2007-01-08 21:53:05 0000 -------
*** Bug 160943 has been marked as a duplicate of this bug. ***