From owner-svn-ports-head@freebsd.org Thu Mar 23 11:48:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEF3BD1A7CB; Thu, 23 Mar 2017 11:48:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 71E187F1; Thu, 23 Mar 2017 11:48:18 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id r1Dyczzg9cWiHr1DzcyvGr; Thu, 23 Mar 2017 05:48:17 -0600 X-Authority-Analysis: v=2.2 cv=JLBLi4Cb c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=6Iz7jQTuP9IA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=WHV7e4l_Q3HJNWnbYyIA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 520D913A4; Thu, 23 Mar 2017 04:48:14 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v2NBmDEF020962; Thu, 23 Mar 2017 04:48:13 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201703231148.v2NBmDEF020962@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Kirill Ponomarev cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436625 - in head/net/hostapd: . files In-Reply-To: Message from Kirill Ponomarev of "Thu, 23 Mar 2017 07:54:32 +0100." <20170323065432.fatqm3bhvkcyxgoy@vein> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Mar 2017 04:48:13 -0700 X-CMAE-Envelope: MS4wfLkFJClUnrJGaAYMEnECMNoha4F6YQoOon3g+aX9dzIGYFdrXjhEBqcRxB+ookXYgFi7rrOfC/Gj7k3UMkAT0ErPFjdsSgZV/WBVwD/hV8awV6rywmnK hz1o7OpoG9yVTyOme/WtF2jrVVNhjuxTMVB55tPlaytX8EMGbg9KVUciMvEPu9ApZksTd8Q9WKfeg6IDu8BXk1jrcSwFkWTiM1A53B+KQcm7Ehs7u0kiuYi2 c3V9YbQHRhZwaATUhHly7xwuOhQo+I8EEcYxfsd8YFBS4DXHFiE98jDK7wiopToc X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 23 Mar 2017 11:48:19 -0000 In message <20170323065432.fatqm3bhvkcyxgoy@vein>, Kirill Ponomarev writes: > > > --xs642rg4ycxrgxu3 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On 03/22, Cy Schubert wrote: > > > > Deletion of this file broke the port (at least on -CURRENT). > > >=20 > > > Hmm, I can build it on CURRENT. > >=20 > > Tell me which header BIOCIMMEDIATE is defined in your /usr/include. It=20 > > should be in /usr/include/net/bpf.h. Without the missing patch net/bpf.h = > is=20 > > not included. > >=20 > > I get this: > >=20 > > cc eap_register.c > > cc ../src/eap_common/eap_common.c > > ../src/l2_packet/l2_packet_freebsd.c:148:36: error: use of undeclared=20 > > identifier > > 'BIOCIMMEDIATE' > > if (ioctl(pcap_fileno(l2->pcap), BIOCIMMEDIATE, &on) < 0)= > { > > ^ > > error generated. > > Makefile:1036: recipe for target '../src/l2_packet/l2_packet_freebsd.o'= > =20 > > failed > > gmake[1]: *** [../src/l2_packet/l2_packet_freebsd.o] Error 1 > > gmake[1]: *** Waiting for unfinished jobs.... > > It's defined in /usr/include/net/bpf.h > #define BIOCIMMEDIATE _IOW('B', 112, u_int) I'm surprised it's not failing for you. Update to r315141 as pi has or later. My gear is at r315762. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.