Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99030 - add socketmap support to sendmail ebuilds
Summary: add socketmap support to sendmail ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
: 160943 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-14 10:48 UTC by Dean C Bullock
Modified: 2007-01-08 21:53 UTC (History)
2 users (show)

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


Attachments
new ebuild files for sendmail that add -DSOCKETMAP using sockmap use flag (sendmail.tbz,26.88 KB, application/octet-stream)
2005-07-14 11:26 UTC, Dean C Bullock
Details

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