From owner-svn-ports-head@freebsd.org Sun Oct 14 06:19: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 BF27410C6F3E; Sun, 14 Oct 2018 06:19:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it1-f194.google.com (mail-it1-f194.google.com [209.85.166.194]) (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 63DAD7B133; Sun, 14 Oct 2018 06:19:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it1-f194.google.com with SMTP id 134-v6so24432417itz.2; Sat, 13 Oct 2018 23:19:03 -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=7ba2ZwKssqrQQ1cHiM0XgPwXiASGJ+WuJyv4VCYA6q4=; b=jCsDhrhlEoNuXtoLPu6B1epKHIerd1t9aG7uDJULk47ICxKrxxHDEV7cPDmu4MNhPt Qup2Qv2YLjFkgZd6Urw262muxMzWdMPMVjNeXjqhGb5PGCmlWAh/Yrk7Bye8hlb0fF/5 gFgpLGjH6xwLhQuW+4VV+2crk4T2qLVbMatsjdwsbkBZK9NmHJVy2YGDUmVdMk3JVpJA RenkxSD2OdFJxP25C+hKFG5qd/LSq2k3363WZ6ex7bOCqJ3hKI1FSkNOsg5MIB/ZsfAr dcx1vdW8LvnCI8cjAG9Vp1r1/bjhisZvIfb3V4Qb6NyPMaBvoWrZHqaYgCeWzeldtAcB 6l2g== X-Gm-Message-State: ABuFfog2SjAPVriWdXT+LUYPiE/UVXzDMLjh8wmjtpkh/jSgR6UvZNzj ZYeMXOwgUsfSfc55PKxHSyRkZpgSS7fA2C1F1EXhMg== X-Google-Smtp-Source: ACcGV62jFF4kJxKpkJzTJUv6b/GHn5X+iaSF9evmsXShpBfHF8/P5BrTaahFR7rHnWJcJHMUJzYbfvSHzmbGTNrnPjg= X-Received: by 2002:a02:8a5a:: with SMTP id e26-v6mr9257982jal.89.1539497937245; Sat, 13 Oct 2018 23:18:57 -0700 (PDT) MIME-Version: 1.0 References: <201810121312.w9CDCqAx028052@repo.freebsd.org> In-Reply-To: From: Antoine Brodin Date: Sun, 14 Oct 2018 08:18:45 +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-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:19:03 -0000 On Fri, Oct 12, 2018 at 9:12 PM Antoine Brodin wrote: > > 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. Should I remove this port? Antoine