From owner-dev-commits-src-all@freebsd.org Thu Sep 9 06:17:24 2021 Return-Path: Delivered-To: dev-commits-src-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 2D5DD66A410; Thu, 9 Sep 2021 06:17:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H4ph33wvlz3m02; Thu, 9 Sep 2021 06:17:23 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1631168236; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pf4cqMtHqHHnP1biUNCopGIFEFTtRvTxqOxQdiLajqE=; b=k+O4nV5rSOnkShjuisRkZgFZ4NBydwFidipJ5LoDar//NVPtP56UnP5Zr3xvbWF7FMhSOE +CYPuWZygAcHamMP44xBFMVsim1F131fUrVZoGmcjYxV6yjj9OuonsZbiDBm1xZMPhvJQi s4PFGjc61XdRj5ig3+nSBQ5f3HbvHqk= Received: from amy (lfbn-idf2-1-644-191.w86-247.abo.wanadoo.fr [86.247.100.191]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 80c0ca10 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 9 Sep 2021 06:17:16 +0000 (UTC) Date: Thu, 9 Sep 2021 08:17:15 +0200 From: Emmanuel Vadot To: John Baldwin Cc: Emmanuel Vadot , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 80645e1ce557 - main - pkgbase: Create a mlx-tools package Message-Id: <20210909081715.2d9ec308d93cf89af4571989@bidouilliste.com> In-Reply-To: References: <202109070951.1879pxlF010607@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4H4ph33wvlz3m02 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2021 06:17:24 -0000 On Wed, 8 Sep 2021 09:02:40 -0700 John Baldwin wrote: > On 9/7/21 2:51 AM, Emmanuel Vadot wrote: > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=80645e1ce5574ce4d63f0a1cad287949440384da > > > > commit 80645e1ce5574ce4d63f0a1cad287949440384da > > Author: Emmanuel Vadot > > AuthorDate: 2021-09-01 17:12:09 +0000 > > Commit: Emmanuel Vadot > > CommitDate: 2021-09-07 08:20:16 +0000 > > > > pkgbase: Create a mlx-tools package > > > > mlx* are only useful for users who have a Mellanox card. > > Create a package for it so users that don't have this card can > > avoid having this program. > > > > Differential Revision: https://reviews.freebsd.org/D31795 > > Uh, mlxcontrol(8) is for mlx(4) which is an old Mylex RAID controller. It's > not for Mellanox tools. Meh yeah, sorry for that, fixed in 06cce53d5623. -- Emmanuel Vadot