summaryrefslogtreecommitdiff
path: root/devel/libev
diff options
context:
space:
mode:
authorasau <asau>2011-03-06 16:09:42 +0000
committerasau <asau>2011-03-06 16:09:42 +0000
commit91a897e25f00d31d0e0783458f28c39f0b20e813 (patch)
tree8134ce4d9cbc8c70d6c61a7eb1c6f1de94cedce1 /devel/libev
parentcda94a6cfeaedb0213f278ec1f2cd6c64d987927 (diff)
downloadpkgsrc-91a897e25f00d31d0e0783458f28c39f0b20e813.tar.gz
Update libev to version 4.04.
Provided by Oleksandr Kozachuk in PR pkg/44690 Changes: 4.04 Wed Feb 16 09:01:51 CET 2011 - fix two problems in the native win32 backend, where reuse of fd's with different underlying handles caused handles not to be removed or added to the select set (analyzed and tested by Bert Belder). - do no rely on ceil() in ev_e?poll.c. - backport libev to HP-UX versions before 11 v3. - configure did not detect nanosleep and clock_gettime properly when they are available in the libc (as opposed to -lrt). 4.03 Tue Jan 11 14:37:25 CET 2011 - officially support polling files with all backends. - support files, /dev/zero etc. the same way as select in the epoll backend, by generating events on our own. - ports backend: work around solaris bug 6874410 and many related ones (EINTR, maybe more), with no performance loss (note that the solaris bug report is actually wrong, reality is far more bizarre and broken than that). - define EV_READ/EV_WRITE as macros in event.h, as some programs use #ifdef to test for them. - new (experimental) function: ev_feed_signal. - new (to become default) EVFLAG_NOSIGMASK flag. - new EVBACKEND_MASK symbol. - updated COMMON IDIOMS SECTION.
Diffstat (limited to 'devel/libev')
-rw-r--r--devel/libev/Makefile4
-rw-r--r--devel/libev/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
index e00e3a658a2..e3e94fd8d22 100644
--- a/devel/libev/Makefile
+++ b/devel/libev/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2010/12/02 15:47:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/06 16:09:42 asau Exp $
-DISTNAME= libev-4.01
+DISTNAME= libev-4.04
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/
diff --git a/devel/libev/distinfo b/devel/libev/distinfo
index 3cacb756a0e..d107069148f 100644
--- a/devel/libev/distinfo
+++ b/devel/libev/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2010/12/02 15:47:12 wiz Exp $
+$NetBSD: distinfo,v 1.5 2011/03/06 16:09:42 asau Exp $
-SHA1 (libev-4.01.tar.gz) = c1d78fd00800fca8ecf3af2c23fb9ad39119d78b
-RMD160 (libev-4.01.tar.gz) = 7bb9f9f0473e8d22d4a776ff10905deb92e97328
-Size (libev-4.01.tar.gz) = 466183 bytes
+SHA1 (libev-4.04.tar.gz) = 7768c2bcce30dbf76672e51642a655479dd45772
+RMD160 (libev-4.04.tar.gz) = cd82228834c51cf152a0214b77a57b0359aead7b
+Size (libev-4.04.tar.gz) = 471713 bytes