This diff updates devel/libev to version 4.01.
I've also bumped shared library version because there're various changes
in the API.
Of course, I will also bump x11/awesome and x11/i3 revisions after this.

Ok? 

ciao, 
david

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/libev/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    15 Nov 2010 19:45:59 -0000      1.6
+++ Makefile    17 Nov 2010 10:31:19 -0000
@@ -2,12 +2,12 @@
 
 COMMENT =      high-performance event loop library
 
-DISTNAME =     libev-3.9
+DISTNAME =     libev-4.01
 CATEGORIES =   devel
 
 MAINTAINER =   David Coppa <dco...@openbsd.org>
 
-SHARED_LIBS=   ev 1.0 #.3
+SHARED_LIBS=   ev 2.0 # 4.0
 
 HOMEPAGE =     http://software.schmorp.de/pkg/libev.html
 MASTER_SITES = http://dist.schmorp.de/libev/ \
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/libev/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    14 Sep 2010 08:49:04 -0000      1.2
+++ distinfo    17 Nov 2010 10:31:19 -0000
@@ -1,5 +1,5 @@
-MD5 (libev-3.9.tar.gz) = QP59VtcNuDzAwipqaNh6lg==
-RMD160 (libev-3.9.tar.gz) = s6LJpaA74RIFEtgcU0s+1PKzkpU=
-SHA1 (libev-3.9.tar.gz) = oAapE0bv0HA1n0rVxQd6C6xvzuU=
-SHA256 (libev-3.9.tar.gz) = C4HLVajrCi49I2Sjl+JEgS3W3Uluhg7XvxQ+OeTCHC4=
-SIZE (libev-3.9.tar.gz) = 473062
+MD5 (libev-4.01.tar.gz) = Km4NPX7afVSznzgAuCeXBw==
+RMD160 (libev-4.01.tar.gz) = e7n58Ec+jSLUp3b/EJBd65Lpcyg=
+SHA1 (libev-4.01.tar.gz) = wdeP0AgA/Kjs868sI/ua05EZ14s=
+SHA256 (libev-4.01.tar.gz) = QdRo/uMSu8P2MpjVY7EEsLEr8YHUMZdsH5fUuMy1C3g=
+SIZE (libev-4.01.tar.gz) = 466183
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/libev/patches/patch-Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile_in
--- patches/patch-Makefile_in   14 Sep 2009 15:53:09 -0000      1.1
+++ patches/patch-Makefile_in   17 Nov 2010 10:31:19 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.1 2009/09/14 15:53:09 landry Exp $
---- Makefile.in.orig   Mon Sep 14 16:00:44 2009
-+++ Makefile.in        Mon Sep 14 16:00:57 2009
-@@ -213,9 +213,9 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
+--- Makefile.in.orig   Fri Nov  5 22:31:10 2010
++++ Makefile.in        Wed Nov 17 10:08:40 2010
+@@ -233,9 +233,9 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
             ev.3 ev.pod
  
  man_MANS = ev.3
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/libev/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure     2 Sep 2009 19:19:43 -0000       1.1.1.1
+++ patches/patch-configure     17 Nov 2010 10:31:19 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-configure,v 1.1.1.1 2009/09/02 19:19:43 landry Exp $
---- configure.orig     Mon Aug 31 19:50:25 2009
-+++ configure  Mon Aug 31 19:50:34 2009
-@@ -19845,9 +19845,6 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+--- configure.orig     Wed Nov 17 10:09:00 2010
++++ configure  Wed Nov 17 10:09:23 2010
+@@ -10435,9 +10435,6 @@ CC="$lt_save_CC"
  
  
  
 -if test "x$GCC" = xyes ; then
--  CFLAGS="$CFLAGS -O3"
+-  CFLAGS="-O3 $CFLAGS"
 -fi
  
  
- 
+ for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h 
sys/select.h sys/eventfd.h sys/signalfd.h

Reply via email to