pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Wed Dec 16 09:46:36 UTC 2009

Modified Files:
        pkgsrc/mail/libmilter: Makefile
        pkgsrc/mail/sendmail: distinfo
        pkgsrc/mail/sendmail/files: site.config.m4
Added Files:
        pkgsrc/mail/sendmail/patches: patch-ao

Log Message:
     Change libmilter to use poll(2) instead of select(2)
unconditionally.  All supported systems should have poll(2).  If
one is found that doesn't then this can be revisited and some way
of making it conditional can be implemented.

     This resolves an issue with applications that have a large
number of open files and want to bump FD_SETSIZE.  Since libmilter
no longer uses select(2), the application is free to monkey with
FD_SETSIZE as it pleases.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/libmilter/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/sendmail/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/sendmail/files/site.config.m4
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sendmail/patches/patch-ao

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index