From owner-svn-ports-head@freebsd.org Sat Feb 3 07:13:03 2018 Return-Path: Delivered-To: svn-ports-head@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 DD87CEC86AB; Sat, 3 Feb 2018 07:13:02 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (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 6DDB278DDA; Sat, 3 Feb 2018 07:13:02 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x236.google.com with SMTP id k6so10456863ita.3; Fri, 02 Feb 2018 23:13:02 -0800 (PST) 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=8PFpU45uyk1z1DJ2ujruxdHIol8umgCjqIizGbKf8zM=; b=hYVMasUYhOvMTzycJp9T1T2fSiseUCpGxhLsxfnaPUIXqDY147BemUYvthXftIrSJo UNP8Z02oFDVgeDR7j5ehOtUfrWrlhbrZzywG52k+ZhLmAMQKKDi6A92wQb9hE4rtYKFi bERJXpqRiKe2Ln7XNic+UW5r7xIGKAejtSYkPwcWe4jlAm1CKeXoy+qes3YH04r04WOK L96NsCALpc4olxJxo7jSIlNvolfQeuT0Z48+2Ze4IzfJPsqix/sMgVDSn7T1Wf/2Lzn7 JZn1p2L+WoItAXrXj4JgNI60jKY/+j1yQsOWqIOxXs19ohG3/b9OlLg5kb4wrt8YiRuf k8GA== 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=8PFpU45uyk1z1DJ2ujruxdHIol8umgCjqIizGbKf8zM=; b=CMk340oMv8d5Iera+FY7ddjLzRaoDEzA+SpBk/QGlmJORxT3pOcnuU7aBsT04fAZjo h4Tet8/0tUrx/eYSvJdpqbsBJcIAmVvlRARcFESNCdoqbuup+1buR0iTCkhCrguOimYu Jx/v2xTBkOowsPZ19r+eeRYCxDSaw4nRk6F9LvTXQx7Ci/QwrNfZoEN3G+QrwNSQ4CEO PEsg1Ot5iLMv9P0LGnZv/B1IEuCj2S6tdZFOOJvaviXK3tnVFAyd8+BMB1TYV4Fs7TWZ PvQTwSzcqkrq5s1KHPBhWDPkSg5Kp12yWdEvKMY3CtOiTuIX2+VLBM2BaRSM/NLzakUu KZtQ== X-Gm-Message-State: AKwxytfZ/v1fgtIPtrDgdMASt/C4eQm+9r2N0jr/+nWA8YcbDDaM4f6d LZbfd67QSa/l0f4EZBkT0IbW+jQmdE8zjClZ3Reh6w== X-Google-Smtp-Source: AH8x227hcMpboWV+wTMB0jwwOok43EcAnSdyApNavwb0EnGP9+gImofvIp48M4mpSghb9g2RgJXTid+phe1t6fDLkEE= X-Received: by 10.36.124.1 with SMTP id a1mr4024213itd.92.1517641981730; Fri, 02 Feb 2018 23:13:01 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.89.13 with HTTP; Fri, 2 Feb 2018 23:13:01 -0800 (PST) In-Reply-To: <201802021907.w12J7LMe042208@repo.freebsd.org> References: <201802021907.w12J7LMe042208@repo.freebsd.org> From: Antoine Brodin Date: Sat, 3 Feb 2018 08:13:01 +0100 X-Google-Sender-Auth: 8CgOIFv4q-ygjj_E6qQWMwMpMgA Message-ID: Subject: Re: svn commit: r460727 - in head/devel: p4 p4/files p4api p4api/files To: Alan Somers Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 03 Feb 2018 07:13:03 -0000 On Fri, Feb 2, 2018 at 8:07 PM, Alan Somers wrote: > Author: asomers (src committer) > Date: Fri Feb 2 19:07:21 2018 > New Revision: 460727 > URL: https://svnweb.freebsd.org/changeset/ports/460727 > > Log: > devel/p4 devel/p4api: build from source > > Build devel/p4 and devel/p4api from source rather than use the prebuilt > binary downloads. This fixes p4api on FreeBSD 12. The ports originally used > the binaries because source wasn't available until a few years ago. By > happy accident, building from source also makes the ports available on > non-Intel architectures. > > PR: 225613 > Reviewed by: brd > Approved by: brd (ports) > Sponsored by: Spectra Logic Corp > Differential Revision: https://reviews.freebsd.org/D14162 Those 2 ports still fail to "make checksum". Antoine