pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-EV Update 4.15 to 4.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b8059c302e
branches:  trunk
changeset: 645491:d5b8059c302e
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 29 08:47:24 2015 +0000

description:
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).

diffstat:

 devel/p5-EV/Makefile |  5 ++---
 devel/p5-EV/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 216b0f2b8872 -r d5b8059c302e devel/p5-EV/Makefile
--- a/devel/p5-EV/Makefile      Thu Jan 29 08:44:59 2015 +0000
+++ b/devel/p5-EV/Makefile      Thu Jan 29 08:47:24 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:51 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/01/29 08:47:24 mef Exp $
 
-DISTNAME=      EV-4.15
+DISTNAME=      EV-4.18
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
 
diff -r 216b0f2b8872 -r d5b8059c302e devel/p5-EV/distinfo
--- a/devel/p5-EV/distinfo      Thu Jan 29 08:44:59 2015 +0000
+++ b/devel/p5-EV/distinfo      Thu Jan 29 08:47:24 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2014/11/10 18:09:10 joerg Exp $
+$NetBSD: distinfo,v 1.11 2015/01/29 08:47:24 mef Exp $
 
-SHA1 (EV-4.15.tar.gz) = 87783633d9d93a44ec752ed90490c653a21b4a06
-RMD160 (EV-4.15.tar.gz) = 25a7ea50986bed0e31b29fa0e757ecbf29af5733
-Size (EV-4.15.tar.gz) = 189514 bytes
+SHA1 (EV-4.18.tar.gz) = a33dbdf0097fc3ecd9cdd95530e6681c560f3f51
+RMD160 (EV-4.18.tar.gz) = 9407c575179a369f000d45ca27b59246e3f3585e
+Size (EV-4.18.tar.gz) = 190556 bytes
 SHA1 (patch-libev_ev.c) = 726cf6454516f23a1a38ce3e3f1296c87ed03329
 SHA1 (patch-libev_ev.h) = 349c203b23013e9e836810aadcd5e4df8add032b



Home | Main Index | Thread Index | Old Index