From owner-svn-src-all@FreeBSD.ORG Fri Apr 4 11:53:22 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCF4DAC0; Fri, 4 Apr 2014 11:53:22 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5C4B27E; Fri, 4 Apr 2014 11:53:21 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id d1so1085186wiv.13 for ; Fri, 04 Apr 2014 04:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4mhnwdM6Thxt1Jm5AsmgE/eggdkeb+VKbaQw9nG4WCQ=; b=ehhSy21UDlfcLMPzPzQM7Of3eheCalZUTQ4MbO2FmcYViZB0422OIaQCBNiHIuqT+8 EK83ULg3PPnKcgAJzlS3+j87IQb+dIPUgZzpu1u7sYDCVvrWhYpOaTvuu8azR3eXEDHr TuyAYWo/Ov05OYrqGzdS9y8nCrSW/9U3BxQdqFJ8gvEX4zn+lZT+RyP5l3UAj0f9vS50 ZaFBt2C1WsNQRtMVlN0QEz/QiwxfAkfhN6fOQqDtOJvgWu90OzmuiG49+ET7V9wRTkey iidMXeFnwVezLNuc5VJWfMHiij93LhwEuvqwOysDOoXEpBh5D08Of/8c7jbWPd6L0fx0 /PVA== X-Received: by 10.180.91.164 with SMTP id cf4mr3856582wib.37.1396612400265; Fri, 04 Apr 2014 04:53:20 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id q2sm4234283wix.5.2014.04.04.04.53.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 04:53:19 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 4 Apr 2014 13:52:56 +0200 From: Baptiste Daroussin To: David Chisnall Subject: Re: svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib Message-ID: <20140404115256.GA85137@ivaldir.etoilebsd.net> References: <201404021607.s32G7mhw051355@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <201404021607.s32G7mhw051355@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 11:53:22 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 02, 2014 at 04:07:48PM +0000, David Chisnall wrote: > Author: theraven > Date: Wed Apr 2 16:07:48 2014 > New Revision: 264042 > URL: http://svnweb.freebsd.org/changeset/base/264042 >=20 > Log: > Add support for some block functions that come from OS X. These are > intended to build with any C compiler. > =20 > Reviewed by: pfg > MFC after: 3 weeks This breaks a couple of ports starting with cups, those ports do expect libdispatch to be available if _BLOCK_ exists. Do you plan to import libdispatch soon? regards, Bapt --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlM+nRgACgkQ8kTtMUmk6ExecwCeK8Fo4nNof5gaRRZsXNTlR/U8 NqwAn2ca7MEZudaPU7S9au0onXUjk4fE =7YV5 -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--