svn commit: r436625 - in head/net/hostapd: . files

Cy Schubert Cy.Schubert at komquats.com
Thu Mar 23 06:48:21 UTC 2017


In message <20170323063039.tubjvx3gswqsqsj6 at vein>, Kirill Ponomarev writes:
> 
> 
> --vvjjvx7iao7mc43a
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> On 03/22, Cy Schubert wrote:
> > > Author: krion
> > > Date: Tue Mar 21 17:50:35 2017
> > > New Revision: 436625
> > > URL: https://svnweb.freebsd.org/changeset/ports/436625
> > >=20
> > > Log:
> > >   Update net/hostapd to 2.6 and fix multiple vulnerabilities
> > >  =20
> > >   PR:		217907
> > >   Submitted by:	maintainer
> > >   Approved by:	mat (mentor)
> > >   Differential Revision: https://reviews.freebsd.org/D10051
> > >=20
> > > Deleted:
> > >   head/net/hostapd/files/patch-src-l2_packet-l2_packet_freebsd.c
> >=20
> > Deletion of this file broke the port (at least on -CURRENT).
> 
> Hmm, I can build it on CURRENT.

Tell me which header BIOCIMMEDIATE is defined in your /usr/include. It 
should be in /usr/include/net/bpf.h. Without the missing patch net/bpf.h is 
not included.

I get this:

  cc  eap_register.c
  cc  ../src/eap_common/eap_common.c
../src/l2_packet/l2_packet_freebsd.c:148:36: error: use of undeclared 
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' 
failed
gmake[1]: *** [../src/l2_packet/l2_packet_freebsd.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....



-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-all mailing list