Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 97A6EA567D for ; Thu, 29 Jan 2015 08:47:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 36C2314A1D3; Thu, 29 Jan 2015 08:47:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A993114A239 for ; Thu, 29 Jan 2015 08:47:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id l04E1FISmHB6 for ; Thu, 29 Jan 2015 08:47:25 +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 BF50514A236 for ; Thu, 29 Jan 2015 08:47:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id ACC8998; Thu, 29 Jan 2015 08:47:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 29 Jan 2015 08:47:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-EV To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150129084724.ACC8998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Thu Jan 29 08:47:24 UTC 2015 Modified Files: pkgsrc/devel/p5-EV: Makefile distinfo Log Message: Update 4.15 to 4.18 ------------------- Changes marked with (libev) are changes in libev, and have more documentation in the libev Changes file. 4.18 Sat Sep 6 20:37:23 CEST 2014 - use slightly better weay to find includes, to support multiarch on newer perls. 4.17 Fri Apr 11 06:22:38 CEST 2014 - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL without warning by switching the meaning of USE_SOCKETS_AS_HANDLES in 5.18. What's so attractive about giving a shit about backwards compatibility - I will never understand. 4.16 Sat Mar 8 16:49:05 CET 2014 - make sure EV::CHECK is available at all times. - avoid a spurious warning when perl -w overrides "no warnings". - use perl's signal implementation on WIN32. - ensure extern "C" function pointers are used for externally-visible pointers. - (libev) mark event pipe fd as cloexec after a fork (analyzed by Sami Farin). - (ecb) support m68k, m88k and sh (patch by Miod Vallat). - (libev) in the absence of autoconf, do not use the clock syscall on glibc >= 2.17 (avoids the syscall AND -lrt on systems doing clock_gettime in userspace). - (ecb) work around memory barriers and volatile apparently both being broken in visual studio 2008 and later (analysed and patch by Nicolas Noble). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-EV/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-EV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.