diff --git a/devel/libev/Makefile b/devel/libev/Makefile index f13e522f980..2a549f5b499 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.8 2011/03/04 21:30:13 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.9 2012/02/22 10:50:47 dcoppa Exp $ COMMENT = high-performance event loop library -DISTNAME = libev-4.04 +DISTNAME = libev-4.11 CATEGORIES = devel MAINTAINER = David Coppa -SHARED_LIBS= ev 2.1 # 4.0 +SHARED_LIBS= ev 3.0 # 4.0 HOMEPAGE = http://software.schmorp.de/pkg/libev.html MASTER_SITES = http://dist.schmorp.de/libev/ \ diff --git a/devel/libev/distinfo b/devel/libev/distinfo index 08731bef6ee..a4df334d06a 100644 --- a/devel/libev/distinfo +++ b/devel/libev/distinfo @@ -1,5 +1,5 @@ -MD5 (libev-4.04.tar.gz) = wRMNCkeCaBulJ33xvD+zNQ== -RMD160 (libev-4.04.tar.gz) = zYIiiDTFHPFSoCFLd6V7A1murXs= -SHA1 (libev-4.04.tar.gz) = d2jCvM4w2/dmcuUWQqZVR53UV3I= -SHA256 (libev-4.04.tar.gz) = qzoJ6WfjuGgFXNk2P9I2qgk/hkPRnMcELpDg3+kFsBI= -SIZE (libev-4.04.tar.gz) = 471713 +MD5 (libev-4.11.tar.gz) = zaabhYoYSd/mzhfJMM8QzQ== +RMD160 (libev-4.11.tar.gz) = UkuG4ktF/wG/eXdfnOk3T3krPEw= +SHA1 (libev-4.11.tar.gz) = 53UqUYdCwPgIaoAFqn78xNzwLtk= +SHA256 (libev-4.11.tar.gz) = n1Xxb/bk1gobH6f0lir2l2hGjw18NiqrY4f1ICCTjN8= +SIZE (libev-4.11.tar.gz) = 484766 diff --git a/devel/libev/patches/patch-Makefile_in b/devel/libev/patches/patch-Makefile_in index d5667a3f22a..daf8c463537 100644 --- a/devel/libev/patches/patch-Makefile_in +++ b/devel/libev/patches/patch-Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-Makefile_in,v 1.2 2010/11/18 12:18:06 dcoppa Exp $ ---- Makefile.in.orig Fri Nov 5 22:31:10 2010 -+++ Makefile.in Thu Nov 18 09:02:39 2010 +$OpenBSD: patch-Makefile_in,v 1.3 2012/02/22 10:50:47 dcoppa Exp $ +--- Makefile.in.orig Sat Feb 4 20:09:41 2012 ++++ Makefile.in Wed Feb 22 10:49:15 2012 @@ -233,9 +233,9 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \ - ev.3 ev.pod + ev.3 ev.pod Symbols.ev Symbols.event man_MANS = ev.3 -include_HEADERS = ev.h ev++.h event.h diff --git a/devel/libev/patches/patch-configure b/devel/libev/patches/patch-configure index f4523f483e0..b8a5da3ffe5 100644 --- a/devel/libev/patches/patch-configure +++ b/devel/libev/patches/patch-configure @@ -1,13 +1,15 @@ -$OpenBSD: patch-configure,v 1.2 2010/11/18 12:18:06 dcoppa Exp $ ---- configure.orig Thu Nov 18 09:03:01 2010 -+++ configure Thu Nov 18 09:03:23 2010 -@@ -10435,9 +10435,6 @@ CC="$lt_save_CC" +$OpenBSD: patch-configure,v 1.3 2012/02/22 10:50:47 dcoppa Exp $ +--- configure.orig Wed Feb 22 10:49:46 2012 ++++ configure Wed Feb 22 10:50:17 2012 +@@ -3811,11 +3811,6 @@ fi --if test "x$GCC" = xyes ; then -- CFLAGS="-O3 $CFLAGS" +-if test -z "$orig_CFLAGS"; then +- if test x$GCC = xyes; then +- CFLAGS="-g -O3" +- fi -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 + case `pwd` in