From owner-svn-ports-head@freebsd.org Sun Oct 14 06:24:01 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 CF30F10C71EB; Sun, 14 Oct 2018 06:24:01 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) (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 65FC17B4C7; Sun, 14 Oct 2018 06:24:01 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io1-f50.google.com with SMTP id z16-v6so12059445iol.6; Sat, 13 Oct 2018 23:24:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Pth4SVVHtj6LPqsiNDMTv0WcvGm44ofqQl5ulaIsanU=; b=SXZqtfzyZlRfhOFe/depWkYarZfTNRpGIt9+GdLHd+6bq/ww7IQZ/tBA4GARBMykGv SKLYgymjSu3k5fAWchwaOEfVGdX7uM0+pZMYCvOEXwJdmSmgJXQ/EPPb2zOIw0VRs58t Xxlyvo0NNTUkc3gZ0wnTjHjgpJqz8pZYj1sLJW3iFtaYhDgmzJUZQziSwaTcBJrMB+8V yJB/8FsvJ4CTBSE7Fj/hedoW4MP2UWloo4+C611yeexdXRy+y8TyRs1ZW+24xHT2eG8N FDezFDphHw4yW4IhBQMntu3LSEupPwYKw72jCMHC2wMjbGPZ05a3VLm6ObyxBY9S2wym lWug== X-Gm-Message-State: ABuFfoj5RU3AIfrSbQgUDP8vd9p4nlMukg2OF4OSX9VP5ZrVBeh3BfEh pdJH62YMXvFjdLClVvDlHr65DEEXzRAKnLXdrzo2fw== X-Google-Smtp-Source: ACcGV61b8PSWoYUh7fBXhUHqNSBButBpWBvADt/nB+8/MlvK4D1dpbiLkuUexTELWFgkhZkWbygC0rjZ9yGu3/Dsxw8= X-Received: by 2002:a6b:108:: with SMTP id 8-v6mr8010572iob.274.1539497896456; Sat, 13 Oct 2018 23:18:16 -0700 (PDT) MIME-Version: 1.0 References: <201810140534.w9E5Yibc072767@repo.freebsd.org> In-Reply-To: <201810140534.w9E5Yibc072767@repo.freebsd.org> From: Antoine Brodin Date: Sun, 14 Oct 2018 08:18:05 +0200 Message-ID: Subject: Re: svn commit: r482025 - head/sysutils/nvme-cli To: Warner Losh Cc: ports-committers , 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.27 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, 14 Oct 2018 06:24:02 -0000 On Sun, Oct 14, 2018 at 7:34 AM Warner Losh wrote: > Author: imp > Date: Sun Oct 14 05:34:43 2018 > New Revision: 482025 > URL: https://svnweb.freebsd.org/changeset/ports/482025 > > Log: > Add new port for Linux-nvme's nvme-cli program. Hi, You forgot to hook it to the build. Antoine