From owner-svn-ports-all@freebsd.org Fri Oct 12 19:12:49 2018 Return-Path: Delivered-To: svn-ports-all@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 EE2C310C7971; Fri, 12 Oct 2018 19:12:48 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) (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 8BF66719DB; Fri, 12 Oct 2018 19:12:48 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io1-f66.google.com with SMTP id t7-v6so9989566ioj.13; Fri, 12 Oct 2018 12:12:48 -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=3vzPL07S4GP2JDtgaeB+ucpApEbK9foBcOEh3tSua6E=; b=UIOt1oC97geV9mx2JMkpKWg24+DfKNlEmqJCXVSI7CTtD/FTPvF69c5WOSSr5pHx8Z 85NJsmpeGK4CXSNdV+P7gp01yWkY8Aa+jzScMKDaXvqxcvHj27GzjUEBmkT5w3nMN6Ro iDx4pDQvMxWV/BWazntARqYlgpDqLar8FnMly8v10PBDuZYSEo2jit3bemp0BiifXp80 jb9XvTJa6YdFJhZz0GQBsdcQN2rIAth1fx5PLIImhSUYBNrf3bXBGFSjaOoCy/6WNtsa rWr7PlAP3jKHQiZI0Sb+zsUAOl318aBH4Bl80tsfhxNJrTupN9ZJQeQsGhKWer0MfS4t j8mA== X-Gm-Message-State: ABuFfoiAn2SWn1fjsoABWO6lVxmFe6rNwio2SRT3EM4qRQIb/u009o96 es35s4cnQYfRNg0hpNgYOGfCpmp0WS8UeTFso2EH8w== X-Google-Smtp-Source: ACcGV62NKGBFWhSw/CbBBELX6qoWQKutK4EY2yPbqdGUQsDJVoRRnJ1FoOQjxuSNFzYaW9iYLroU43KJEiV3tF2x9jE= X-Received: by 2002:a6b:108:: with SMTP id 8-v6mr4903966iob.274.1539371562006; Fri, 12 Oct 2018 12:12:42 -0700 (PDT) MIME-Version: 1.0 References: <201810121312.w9CDCqAx028052@repo.freebsd.org> In-Reply-To: <201810121312.w9CDCqAx028052@repo.freebsd.org> From: Antoine Brodin Date: Fri, 12 Oct 2018 21:12:30 +0200 Message-ID: Subject: Re: svn commit: r481900 - head/net/intel-ix-kmod To: skozlov@freebsd.org Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 12 Oct 2018 19:12:49 -0000 On Fri, Oct 12, 2018 at 3:13 PM Serhii (Sergey) Kozlov wrote: > Author: skozlov > Date: Fri Oct 12 13:12:52 2018 > New Revision: 481900 > URL: https://svnweb.freebsd.org/changeset/ports/481900 > > Log: > 0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driver > > New port for updated 10g Intel Ethernet Base Driver, based on > net/intel-ixl-kmod as a master port. > > Compile and sanity tested using poudriere w/portlint > > Approved By: sbruno (mentor) > Differential Revision: https://reviews.freebsd.org/D174431 Hi, You forgot to hook it to the build. Antoine