Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D5AB263B87A for ; Fri, 17 Dec 2010 02:22:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A3C419CFCE; Fri, 17 Dec 2010 02:22:40 +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 2C0CB19CF96 for ; Fri, 17 Dec 2010 02:22:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1EF09175DD; Fri, 17 Dec 2010 02:22:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 17 Dec 2010 02:22:37 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/devel/p5-Coro To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20101217022237.1EF09175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Fri Dec 17 02:22:36 UTC 2010 Modified Files: pkgsrc/devel/p5-Coro: Makefile distinfo Log Message: Updated to 5.25. This fixes build problem due to API changes of devel/libev. 5.25 Thu Nov 11 01:08:39 CET 2010 - try a different approach on netbsd - netbsd 5 finally has marginally working pthreads, but still broken ucontext/sigaltstack. - openbsd 4.8 finally got their act together, Coro works out of the box with asm, setjmp and pthreads (no change, just informational). 5.24 Sat Oct 23 11:27:12 CEST 2010 - port to the EV 4.0 API. - work around bugs in mingw32, making strawberry perl work out of the box. - correctly modify Coro::AIO function prototypes so that they reflect the "no optional parameters" rule. - "ported" libcoro to C++. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Coro/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Coro/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.