[Midnightbsd-cvs] mports [20550] trunk/devel/libev: libev 4.20

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 29 21:42:57 EDT 2015


Revision: 20550
          http://svnweb.midnightbsd.org/mports/?rev=20550
Author:   laffer1
Date:     2015-10-29 21:42:56 -0400 (Thu, 29 Oct 2015)
Log Message:
-----------
libev 4.20

Modified Paths:
--------------
    trunk/devel/libev/Makefile
    trunk/devel/libev/distinfo
    trunk/devel/libev/files/patch-ev.c
    trunk/devel/libev/pkg-plist

Modified: trunk/devel/libev/Makefile
===================================================================
--- trunk/devel/libev/Makefile	2015-10-29 11:23:15 UTC (rev 20549)
+++ trunk/devel/libev/Makefile	2015-10-30 01:42:56 UTC (rev 20550)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	libev
-PORTVERSION=	4.15
+PORTVERSION=	4.20
 CATEGORIES=	devel
 MASTER_SITES=	http://dist.schmorp.de/libev/ \
 		http://dist.schmorp.de/libev/Attic/

Modified: trunk/devel/libev/distinfo
===================================================================
--- trunk/devel/libev/distinfo	2015-10-29 11:23:15 UTC (rev 20549)
+++ trunk/devel/libev/distinfo	2015-10-30 01:42:56 UTC (rev 20550)
@@ -1,2 +1,2 @@
-SHA256 (libev-4.15.tar.gz) = b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
-SIZE (libev-4.15.tar.gz) = 513919
+SHA256 (libev-4.20.tar.gz) = f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e
+SIZE (libev-4.20.tar.gz) = 530091

Modified: trunk/devel/libev/files/patch-ev.c
===================================================================
--- trunk/devel/libev/files/patch-ev.c	2015-10-29 11:23:15 UTC (rev 20549)
+++ trunk/devel/libev/files/patch-ev.c	2015-10-30 01:42:56 UTC (rev 20550)
@@ -1,15 +1,11 @@
---- ./ev.c.orig	2011-02-09 00:17:37.000000000 +0100
-+++ ./ev.c	2011-08-19 17:01:35.000000000 +0200
-@@ -1591,10 +1591,12 @@
+--- ev.c.orig	2015-07-13 11:32:52 UTC
++++ ev.c
+@@ -2603,7 +2603,7 @@ ev_recommended_backends (void) EV_THROW
+ {
    unsigned int flags = ev_supported_backends ();
  
- #ifndef __NetBSD__
-+#ifndef __FreeBSD__
+-#ifndef __NetBSD__
++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MidnightBSD__)
    /* kqueue is borked on everything but netbsd apparently */
    /* it usually doesn't work correctly on anything but sockets and pipes */
    flags &= ~EVBACKEND_KQUEUE;
- #endif
-+#endif
- #ifdef __APPLE__
-   /* only select works correctly on that "unix-certified" platform */
-   flags &= ~EVBACKEND_KQUEUE; /* horribly broken, even for sockets */

Modified: trunk/devel/libev/pkg-plist
===================================================================
--- trunk/devel/libev/pkg-plist	2015-10-29 11:23:15 UTC (rev 20549)
+++ trunk/devel/libev/pkg-plist	2015-10-30 01:42:56 UTC (rev 20550)
@@ -1,6 +1,7 @@
 lib/libev.a
 lib/libev.so
 lib/libev.so.4
+lib/libev.so.4.0.0
 libdata/pkgconfig/libev.pc
 include/ev.h
 include/ev++.h



More information about the Midnightbsd-cvs mailing list