diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 08:47:24 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 08:47:24 +0000 |
commit | e60416968f40a09c74a6073d1a162f8384db2fcd (patch) | |
tree | ea50c06cd7eaeeea113796878b1efb28eca11a2d | |
parent | 87b41dbf50a394c64bcfd0e82ffee80d2a1fde2d (diff) | |
download | pkgsrc-e60416968f40a09c74a6073d1a162f8384db2fcd.tar.gz |
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).
-rw-r--r-- | devel/p5-EV/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-EV/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index ce68a4f39c3..bb7e46284b6 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -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 --git a/devel/p5-EV/distinfo b/devel/p5-EV/distinfo index 7ba2bb07f8a..a0096be4ac3 100644 --- a/devel/p5-EV/distinfo +++ b/devel/p5-EV/distinfo @@ -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 |