From mm@mail2.vx.sk  Sun Aug 15 20:50:01 2010
Return-Path: <mm@mail2.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6720B1065698
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Aug 2010 20:50:01 +0000 (UTC)
	(envelope-from mm@mail2.vx.sk)
Received: from mail2.vx.sk (mail2.vx.sk [IPv6:2a01:4f8:100:84a3::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 010998FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Aug 2010 20:50:00 +0000 (UTC)
Received: from neo.vx.sk (localhost [127.0.0.1])
	by mail2.vx.sk (Postfix) with ESMTP id 36735B2988
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Aug 2010 22:50:00 +0200 (CEST)
Received: from mail2.vx.sk ([127.0.0.1])
	by neo.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id jXj3hCYmgPoK for <FreeBSD-gnats-submit@freebsd.org>;
	Sun, 15 Aug 2010 22:49:54 +0200 (CEST)
Received: by mail2.vx.sk (Postfix, from userid 1001)
	id 2811DB297C; Sun, 15 Aug 2010 22:49:54 +0200 (CEST)
Message-Id: <20100815204954.2811DB297C@mail2.vx.sk>
Date: Sun, 15 Aug 2010 22:49:54 +0200 (CEST)
From: Martin Matuska <mm@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/libev: update to 3.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149681
>Category:       ports
>Synopsis:       [PATCH] devel/libev: update to 3.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vsevolod
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 15 21:00:06 UTC 2010
>Closed-Date:    Tue Aug 17 14:28:47 UTC 2010
>Last-Modified:  Tue Aug 17 14:30:05 UTC 2010
>Originator:     Martin Matuska
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.1-STABLE FreeBSD 8.1-STABLE #0 r210674M: Sat Jul 31 12:28:28 CEST
>Description:
- Update to 3.9
- Add kqueue to recommended backends
- Fix TABs in Makefile

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libev-3.9,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libev/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	17 Aug 2009 15:38:53 -0000	1.7
+++ Makefile	15 Aug 2010 20:49:33 -0000
@@ -5,18 +5,19 @@
 # $FreeBSD: ports/devel/libev/Makefile,v 1.7 2009/08/17 15:38:53 vsevolod Exp $
 #
 
-PORTNAME=		libev
-PORTVERSION=	3.8
-PORTEPOCH=		1
-CATEGORIES=		devel
-MASTER_SITES=	http://dist.schmorp.de/libev/Attic/
+PORTNAME=	libev
+PORTVERSION=	3.9
+PORTEPOCH=	1
+CATEGORIES=	devel
+MASTER_SITES=	http://dist.schmorp.de/libev/ \
+		http://dist.schmorp.de/libev/Attic/
 
-MAINTAINER=		vsevolod@FreeBSD.org
-COMMENT=		A full-featured and high-performance event loop library
+MAINTAINER=	vsevolod@FreeBSD.org
+COMMENT=	A full-featured and high-performance event loop library
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN3=			ev.3
+MAN3=		ev.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/libev/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	17 Aug 2009 15:38:53 -0000	1.7
+++ distinfo	15 Aug 2010 20:49:33 -0000
@@ -1,3 +1,3 @@
-MD5 (libev-3.8.tar.gz) = 4897453c077056769777d43e5495ded1
-SHA256 (libev-3.8.tar.gz) = 25e353af5707bc4261276e02901ad469e1a46c589eaf5f66c5d3275c98b12294
-SIZE (libev-3.8.tar.gz) = 470250
+MD5 (libev-3.9.tar.gz) = 40fe7d56d70db83cc0c22a6a68d87a96
+SHA256 (libev-3.9.tar.gz) = 0b81cb55a8eb0a2e3d2364a397e244812dd6dd496e860ed7bf143e39e4c21c2e
+SIZE (libev-3.9.tar.gz) = 473062
Index: files/patch-ev.c
===================================================================
RCS file: files/patch-ev.c
diff -N files/patch-ev.c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ ports/devel/libev/files/patch-ev.c  16 Aug 2010 06:46:25 -0000
@@ -0,0 +1,15 @@
+--- ev.c.orig  2010-08-16 08:33:48.667681306 +0200
++++ ev.c       2010-08-16 08:33:51.449982136 +0200
+@@ -1470,10 +1470,12 @@
+   unsigned int flags = ev_supported_backends ();
+
+ #ifndef __NetBSD__
++#ifndef __FreeBSD__
+   /* 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 */
--- libev-3.9,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 15 21:02:02 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149681 
State-Changed-From-To: open->closed 
State-Changed-By: vsevolod 
State-Changed-When: Tue Aug 17 14:28:27 UTC 2010 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149681 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149681: commit references a PR
Date: Tue, 17 Aug 2010 14:28:29 +0000 (UTC)

 vsevolod    2010-08-17 14:28:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libev          Makefile distinfo 
   Added files:
     devel/libev/files    patch-ev.c 
   Log:
   - Update to 3.9
   - Add kqueue to recommended backends
   - Fix TABs in Makefile
   
   PR:             149681
   Submitted by:   mm
   
   Revision  Changes    Path
   1.8       +9 -8      ports/devel/libev/Makefile
   1.8       +3 -3      ports/devel/libev/distinfo
   1.1       +15 -0     ports/devel/libev/files/patch-ev.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
