First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 99030
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dean C Bullock <dean@bullock.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
sendmail.tbz new ebuild files for sendmail that add -DSOCKETMAP using sockmap use flag application/octet-stream Dean C Bullock 2005-07-14 11:26 0000 26.88 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 99030 depends on: Show dependency tree
Bug 99030 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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. ***

First Last Prev Next    No search results available      Search page      Enter new bug