pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libev



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  7 08:18:15 UTC 2016

Modified Files:
        pkgsrc/devel/libev: Makefile buildlink3.mk distinfo

Log Message:
Changes 4.22:
- when epoll detects unremovable fds in the fd set, rebuild
  only the epoll descriptor, not the signal pipe, to avoid
  SIGPIPE in ev_async_send. This doesn't solve it on fork,
  so document what needs to be done in ev_loop_fork
- remove superfluous sys/timeb.h include on win32
- updated libecb.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libev/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libev/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libev/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libev/Makefile
diff -u pkgsrc/devel/libev/Makefile:1.14 pkgsrc/devel/libev/Makefile:1.15
--- pkgsrc/devel/libev/Makefile:1.14    Thu Feb 25 08:27:03 2016
+++ pkgsrc/devel/libev/Makefile Thu Jul  7 08:18:15 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/02/25 08:27:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2016/07/07 08:18:15 adam Exp $
 
-DISTNAME=      libev-4.20
+DISTNAME=      libev-4.22
 CATEGORIES=    devel
 MASTER_SITES=  http://dist.schmorp.de/libev/
 

Index: pkgsrc/devel/libev/buildlink3.mk
diff -u pkgsrc/devel/libev/buildlink3.mk:1.4 pkgsrc/devel/libev/buildlink3.mk:1.5
--- pkgsrc/devel/libev/buildlink3.mk:1.4        Thu Dec  2 15:47:12 2010
+++ pkgsrc/devel/libev/buildlink3.mk    Thu Jul  7 08:18:15 2016
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2010/12/02 15:47:12 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2016/07/07 08:18:15 adam Exp $
 
 BUILDLINK_TREE+=       libev
 
 .if !defined(LIBEV_BUILDLINK3_MK)
 LIBEV_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libev+=libev>=3.9nb1
-BUILDLINK_ABI_DEPENDS.libev+=libev>=4.01
+BUILDLINK_API_DEPENDS.libev+=  libev>=3.9nb1
+BUILDLINK_ABI_DEPENDS.libev+=  libev>=4.01
 BUILDLINK_PKGSRCDIR.libev?=    ../../devel/libev
 
 BUILDLINK_LIBDIRS.libev+=      lib/ev

Index: pkgsrc/devel/libev/distinfo
diff -u pkgsrc/devel/libev/distinfo:1.10 pkgsrc/devel/libev/distinfo:1.11
--- pkgsrc/devel/libev/distinfo:1.10    Wed Nov  4 17:41:16 2015
+++ pkgsrc/devel/libev/distinfo Thu Jul  7 08:18:15 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 17:41:16 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/07/07 08:18:15 adam Exp $
 
-SHA1 (libev-4.20.tar.gz) = 2b9e01e0ceda77bb214f66a663b374813a3296d0
-RMD160 (libev-4.20.tar.gz) = 58c52e5bb2c3911238c704daaa052d5dbde71b6e
-SHA512 (libev-4.20.tar.gz) = 0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
-Size (libev-4.20.tar.gz) = 530091 bytes
+SHA1 (libev-4.22.tar.gz) = 4affcba78dc17239f2ccd84d6e3e6dec2bd1f8ba
+RMD160 (libev-4.22.tar.gz) = 77d2d2a53da9fc07de8d14067c2e635efaa71347
+SHA512 (libev-4.22.tar.gz) = 333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e
+Size (libev-4.22.tar.gz) = 531533 bytes



Home | Main Index | Thread Index | Old Index