From owner-svn-src-projects@freebsd.org Fri Aug 10 21:46:50 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9AE1076334 for ; Fri, 10 Aug 2018 21:46:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE27D7CC76 for ; Fri, 10 Aug 2018 21:46:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x230.google.com with SMTP id p81-v6so4682617itp.1 for ; Fri, 10 Aug 2018 14:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=zMYEvStb7deVNIlocgQ4nQjmcBNWiMlsgyQkZMO+SHY=; b=OIadLkbLSlyNLoWDt3zbdV7bIY4i977pAG5cm2Gvos6Og8Z/AdHfoZSQifqlTU5DTP 18wqpO8T1Xm4w3IJllxZFzaeoyDo/jV2H7v5rMjp4NOOP+4i4uFAqJ9xdhzqSSwzCp+U kcuCdPQ7AAoW/YgxzYHuk9nFVFs3tUU/NihYv1FRi7Jo9Crb8WtdFlgV/Q3QsvFukjDk SQI2WAYaLbp/WxoI6Mx0YJSqpdfhzjcVVHUq5fMHFRarBKROgeoWJFJ8Dtd8/OWkO8Oy HF4TU7o0Pb2+4Z6fUot1qI1938q0m48lu0j+xjQgE3p4IFshX5PfhfSPJRhl7y+BEzvL YX2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=zMYEvStb7deVNIlocgQ4nQjmcBNWiMlsgyQkZMO+SHY=; b=V+kaU2zeuEeFltcEsy44I93jmSWmG5NBi+NbxwJ8BphZ6SjwukY8JyZGVmMQaTZZuS zb/phwGHX5rPCHwndXlcP3MBN9HyxrDdwxiy1XwzQqT341qvB1guY1CK0SUN4cqD6nAP u+iV+nVxiL+uOWB2bxZoOozTq+1bM2gFHRIkOIPdc3q51epaZbquIHHn+oe6kBKRMHcV pDLLQ5HfwUyM5/tfHcs2RzHHKcAgXUTvyE9BzqZqAowV0fCCQ1mFtRrZEdZqFlv5GulQ MCpNvYF0hAxBUgAJN0MeV10loJ5YaUjP+JNshcsHtOWk9iGRduCuBPfNYxUDrPuwP1+m +aig== X-Gm-Message-State: AOUpUlEcDuEjOTi/fDiCSIjsPEArWgNx0YAJKyX/ZZSSEgmbeNbqEPcz Q3dbCIpzYlLYNhj67ZcctgrcfCga3IbQuhfyvJ1L/w== X-Google-Smtp-Source: AA+uWPwhI23Ygvr7F6OFiAYvhJCXHr4Og/QwTo9HThXqzTjst5660fKzf6MPpJcQSd7X49swjg6LA5/oi3bOW1FWaKo= X-Received: by 2002:a24:b211:: with SMTP id u17-v6mr3573781ite.1.1533937608863; Fri, 10 Aug 2018 14:46:48 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:381a:0:0:0:0:0 with HTTP; Fri, 10 Aug 2018 14:46:48 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: <201808102140.w7ALeSBY033201@repo.freebsd.org> References: <201808102140.w7ALeSBY033201@repo.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2018 15:46:48 -0600 X-Google-Sender-Auth: Zu1pMLw2H59zmxQqhezG0Z4AJss Message-ID: Subject: Re: svn commit: r337593 - projects/clang700-import/contrib/libc++/include To: Dimitry Andric Cc: src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 21:46:50 -0000 On Fri, Aug 10, 2018 at 3:40 PM, Dimitry Andric wrote: > Author: dim > Date: Fri Aug 10 21:40:28 2018 > New Revision: 337593 > URL: https://svnweb.freebsd.org/changeset/base/337593 > > Log: > Upstream libc++ added a using ::timespec_get line, when in C++17 or > higher mode, in . Since we do not > yet have this C11 function, comment out the line for now, as a > workaround for a number of failing ports. Discussion with upstream is > ongoing about an acceptable permanent fix. > As of FreeBSD_version 1200077, we have this. I plan to MFC it eventually. Warner