Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B211363B11D for ; Tue, 16 Mar 2010 22:16:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6216163B163; Tue, 16 Mar 2010 22:16:10 +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 5D16563B136 for ; Tue, 16 Mar 2010 22:16:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 363CE175DF; Tue, 16 Mar 2010 22:16:09 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 16 Mar 2010 22:16:09 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-EV To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100316221609.363CE175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Tue Mar 16 22:16:09 UTC 2010 Modified Files: pkgsrc/devel/p5-EV: Makefile distinfo Log Message: Updating devel/p5-EV from 3.8nb1 to 3.9 Upstream changes: 3.9 Thu Dec 31 07:59:59 CET 2009 - disable t/07* under automatic testing. - increase t/09* timeouts as netbsd has *horribly* broken select/kevent that *usually* sleep >>0.6s instead of 0.3. - add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and EV::BACKEND_ALL. - (libev) signalfd is no longer used by default. - (libev) backport inotify code to C89. - (libev) inotify file descriptors could leak into child processes. - (libev) ev_stat watchers could keep an errornous extra ref on the loop. - (libev) take advantage of inotify_init1, if available. - (libev) the signal handling pipe wasn't always initialised under windows. - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd. - (libev) only replace ev_stat.prev when we detect an actual difference. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-EV/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-EV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.