From owner-svn-ports-all@freebsd.org Tue Oct 29 14:17:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC0FD1A7CA4; Tue, 29 Oct 2019 14:17:07 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 472YYv5SqHz4YV2; Tue, 29 Oct 2019 14:17:07 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mhorne) by smtp.freebsd.org (Postfix) with ESMTPSA id 875F21E591; Tue, 29 Oct 2019 14:17:07 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: by mail-oi1-f175.google.com with SMTP id j7so9034007oib.3; Tue, 29 Oct 2019 07:17:07 -0700 (PDT) X-Gm-Message-State: APjAAAWbNRFQMv5XkKwWHh95vmkTNa4q1uDihKe1sESKthtx48/vVxnh gS/Tw7RxPOT/3u1ebRHBwQBPZ2e/XN5rD752ZRs= X-Google-Smtp-Source: APXvYqxoxPyqF2LhSJikb6QEuKIhrdBGpcHjh4EpV+557miWgcMnYuVzmZxvzh600nqdYMqkAKryhU80Pq7z1eHGHeQ= X-Received: by 2002:aca:281a:: with SMTP id 26mr4140849oix.130.1572358626623; Tue, 29 Oct 2019 07:17:06 -0700 (PDT) MIME-Version: 1.0 References: <201910290110.x9T1AWnA031989@repo.freebsd.org> In-Reply-To: From: Mitchell Horne Date: Tue, 29 Oct 2019 10:16:54 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r515947 - in head/sysutils/opensbi: . files To: Antoine Brodin Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2019 14:17:07 -0000 On Tue, Oct 29, 2019 at 6:01 AM Antoine Brodin wrote: > > On Tue, Oct 29, 2019 at 2:10 AM Mitchell Horne wrote: > > > > Author: mhorne (src committer) > > Date: Tue Oct 29 01:10:32 2019 > > New Revision: 515947 > > URL: https://svnweb.freebsd.org/changeset/ports/515947 > > > > Log: > > New port: sysutils/opensbi: OpenSBI, a RISC-V bootloader and firmware > > Hi, > > You forgot to hook it to the build. > > Antoine Thanks Antoine, should by fixed by r515981. Mitchell