Date: Sat, 28 Mar 2009 13:55:53 +1100 From: Lawrence Stewart <lstewart@room52.net> To: Rui Paulo <rpaulo@freebsd.org> Cc: alexey@renatasystems.org, freebsd-ports@freebsd.org Subject: Re: [PATCH] trafshow port broken Message-ID: <49CD91B9.1080902@room52.net> In-Reply-To: <766A50DC-D190-4292-A117-2EC5E40715AC@FreeBSD.org> References: <49CD67C2.7010109@room52.net> <766A50DC-D190-4292-A117-2EC5E40715AC@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Rui Paulo wrote: > > On 27 Mar 2009, at 23:56, Lawrence Stewart wrote: > >> Hi Alexey, >> >> You're listed as the maintainer for the FreeBSD net/trafshow port. The >> port doesn't compile on 8.0-CURRENT (r190457) amd64 at the moment. The >> recent import of the new pcap into FreeBSD 8 means pcap.h no longer >> includes the system's net/bpf.h, which has a required #define ioctl >> (BIOCIMMEDIATE). Placing the attached patch in the port's files >> directory fixes the issue for me. The patch should only be required >> for ${OSVERSION} >= 800074. >> >> Rui, is patching the port the correct fix for this issue? > > I think so. Hard to tell without looking at the program itself. Ok cool. Just wanted to check that this wasn't *unexpected* fallout from the recent pcap import and that a conscious decision has been made to not include the system's bpf.h in pcap.h. Probably worth keeping an eye out on the ports build cluster for any other ports that look like they're failing to build because of bpf.h issues. Cheers, Lawrence
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49CD91B9.1080902>