View | Details | Raw Unified | Return to bug 149681
Collapse All | Expand All

(-)Makefile (-8 / +9 lines)
Lines 5-22 Link Here
5
# $FreeBSD: ports/devel/libev/Makefile,v 1.7 2009/08/17 15:38:53 vsevolod Exp $
5
# $FreeBSD: ports/devel/libev/Makefile,v 1.7 2009/08/17 15:38:53 vsevolod Exp $
6
#
6
#
7
7
8
PORTNAME=		libev
8
PORTNAME=	libev
9
PORTVERSION=	3.8
9
PORTVERSION=	3.9
10
PORTEPOCH=		1
10
PORTEPOCH=	1
11
CATEGORIES=		devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://dist.schmorp.de/libev/Attic/
12
MASTER_SITES=	http://dist.schmorp.de/libev/ \
13
		http://dist.schmorp.de/libev/Attic/
13
14
14
MAINTAINER=		vsevolod@FreeBSD.org
15
MAINTAINER=	vsevolod@FreeBSD.org
15
COMMENT=		A full-featured and high-performance event loop library
16
COMMENT=	A full-featured and high-performance event loop library
16
17
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
19
20
20
MAN3=			ev.3
21
MAN3=		ev.3
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libev-3.8.tar.gz) = 4897453c077056769777d43e5495ded1
1
MD5 (libev-3.9.tar.gz) = 40fe7d56d70db83cc0c22a6a68d87a96
2
SHA256 (libev-3.8.tar.gz) = 25e353af5707bc4261276e02901ad469e1a46c589eaf5f66c5d3275c98b12294
2
SHA256 (libev-3.9.tar.gz) = 0b81cb55a8eb0a2e3d2364a397e244812dd6dd496e860ed7bf143e39e4c21c2e
3
SIZE (libev-3.8.tar.gz) = 470250
3
SIZE (libev-3.9.tar.gz) = 473062
(-)ports/devel/libev/files/patch-ev.c 16 Aug 2010 06:46:25 -0000 (+15 lines)
Line 0 Link Here
1
--- ev.c.orig  2010-08-16 08:33:48.667681306 +0200
2
+++ ev.c       2010-08-16 08:33:51.449982136 +0200
3
@@ -1470,10 +1470,12 @@
4
   unsigned int flags = ev_supported_backends ();
5
6
 #ifndef __NetBSD__
7
+#ifndef __FreeBSD__
8
   /* kqueue is borked on everything but netbsd apparently */
9
   /* it usually doesn't work correctly on anything but sockets and pipes */
10
   flags &= ~EVBACKEND_KQUEUE;
11
 #endif
12
+#endif
13
 #ifdef __APPLE__
14
   /* only select works correctly on that "unix-certified" platform */
15
   flags &= ~EVBACKEND_KQUEUE; /* horribly broken, even for sockets */

Return to bug 149681