Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CE0AE63B844 for ; Wed, 16 Dec 2009 09:46:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 72B2563B13A; Wed, 16 Dec 2009 09:46:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8238163B109 for ; Wed, 16 Dec 2009 09:46:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6DEA6175DD; Wed, 16 Dec 2009 09:46:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 16 Dec 2009 09:46:36 +0000 From: John Nemeth Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20091216094636.6DEA6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list 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.