Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C1EAFA65BB for ; Mon, 10 Nov 2014 18:09:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69AEA14A246; Mon, 10 Nov 2014 18:09:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E11E14A247 for ; Mon, 10 Nov 2014 18:09:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q9werdbXMqHf for ; Mon, 10 Nov 2014 18:09:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4A11F14A246 for ; Mon, 10 Nov 2014 18:09:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 44A6098; Mon, 10 Nov 2014 18:09:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 10 Nov 2014 18:09:11 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20141110180911.44A6098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: joerg Date: Mon Nov 10 18:09:11 UTC 2014 Modified Files: pkgsrc/devel/libev: distinfo pkgsrc/devel/p5-Coro: distinfo pkgsrc/devel/p5-EV: distinfo pkgsrc/devel/p5-IO-AIO: distinfo pkgsrc/mail/milter-manager: distinfo pkgsrc/net/py-gevent: distinfo Added Files: pkgsrc/devel/libev/patches: patch-ev.c pkgsrc/devel/p5-Coro/patches: patch-Coro_ecb.h pkgsrc/devel/p5-EV/patches: patch-libev_ev.c pkgsrc/devel/p5-IO-AIO/patches: patch-libeio_ecb.h pkgsrc/mail/milter-manager/patches: patch-libev-4.15_ev.c pkgsrc/net/py-gevent/patches: patch-libev_ev.c Log Message: Use __builtin_unreachable on Clang instead of the broken C11 hack. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libev/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libev/patches/patch-ev.c cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Coro/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Coro/patches/patch-Coro_ecb.h cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-EV/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-EV/patches/patch-libev_ev.c cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-IO-AIO/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-IO-AIO/patches/patch-libeio_ecb.h cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/milter-manager/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/mail/milter-manager/patches/patch-libev-4.15_ev.c cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-gevent/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-gevent/patches/patch-libev_ev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.