From owner-svn-ports-head@freebsd.org Sun Mar 26 14:57:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC203D1E763; Sun, 26 Mar 2017 14:57:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4CC13CA; Sun, 26 Mar 2017 14:57:18 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x234.google.com with SMTP id 190so29794925itm.0; Sun, 26 Mar 2017 07:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ibFN8zVi6/HjDi4jvqP851+r/XtRDbzDY12CJAY6s00=; b=KfKJJ8XT5QJtPE9OuAewwLj7vh802XUvjkN44xb+GsQqpSkTTxUCl2zs9xq5omtyej 4A8nosHjJbRQgulughW6xKMBlTcovAzZiTiBxKsfXAzbV8NDsolJvC1OlM2mhhrjB06i pn/8+VSSKJmZ29hZ1kNLdQK7LJoSs66GQ9nqv62wD8K4KpLFvNtZFiAP3+yZQFrWz0V3 xeVCPJKVnQmQIqCSESXdQtDq6KIf7mQAzNzVm6/Y4GWpM5RlVtKoPXPosV1QttweBAeZ 06vYOzZ39x1Zlj/TAHXsEcmxTwCF+RahC7LFab3NxMF1PEuc+onKxwJr5G+p/QjPFZGA IW3Q== 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=ibFN8zVi6/HjDi4jvqP851+r/XtRDbzDY12CJAY6s00=; b=mq/m/TfSE6xVpktNo/MdrQiAHcXDoMPAciWC4Keo99Nf5TKJWYhw8sT1/wMPaKRoMs Q9jFfavCrCrcMCjCrdFmmwanT+K4iuNH5wrHER1r2741XiMIP/zzTcge4fQqlPA0ukKC qyjvVP8/lAxrzrgFv85HrrAZKX9sShI8p+6l/ozHaudz/Enqhd9NdQSzUQyXw2ItIPH9 AtGe9pVmBfEB/rjr4NZJNYLhuznbPXfxp2Ex4o67Yh/H6XBK6kU7hcuwwzqnsi23jnXR UiJgKsMCsKmcPwV5yJPJhteCam+Bd/ok3m5rOdpvlPvuwJezh6DPgfM+MhOuitAnFNz+ 1ZsQ== X-Gm-Message-State: AFeK/H3aaqnu78olK8RUWvUVXah7U5EYYWbyFc3JXsM8ZuK5Emnrq2ikiW46TOdofZDS56P02J3/t3cVv04yCQ== X-Received: by 10.107.182.9 with SMTP id g9mr15511449iof.233.1490540236638; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) Received: by 10.107.13.15 with HTTP; Sun, 26 Mar 2017 07:57:16 -0700 (PDT) In-Reply-To: <201703260622.v2Q6MqvW016810@repo.freebsd.org> References: <201703260622.v2Q6MqvW016810@repo.freebsd.org> From: Antoine Brodin Date: Sun, 26 Mar 2017 16:57:16 +0200 X-Google-Sender-Auth: 7yPrM8hyN-_pkU58v8GVhH0f_Q0 Message-ID: Subject: Re: svn commit: r436939 - head/lang/go/files To: Gleb Smirnoff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 14:57:19 -0000 On Mar 26, 2017 8:23 AM, "Gleb Smirnoff" wrote: Author: glebius (src committer) Date: Sun Mar 26 06:22:52 2017 New Revision: 436939 URL: https://svnweb.freebsd.org/changeset/ports/436939 Log: Use pipe2() syscall. It is available on all supported FreeBSD versions. This makes lang/go not depending on pipe() syscall, this not depending on COMPAT_FREEBSD10 kernel. This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b from the official Go repo. Approved by: jlaffaye Hi, It seems some go ports fail to build after this change: "# syscall /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe" Antoine