On Wed, Apr 28, 2021 at 05:54:03PM +0100, Stuart Henderson wrote: > pong > > On 2021/03/16 22:08, Stuart Henderson wrote: > > This is a curses-based tool to display packet flows from SIP packets > > (either live or via pcap files). > > > > OK to import? > > > > I've had it in mystuff/ for getting on for 2 years because it hanged > > when viewing an INVITE; I only just figured out that they did this in an > > attempt to cope with OpenBSD bpf > > > > #if defined (__OpenBSD__) && defined(_NET_BPF_H_) > > #define timeval bpf_timeval > > #endif > > > > which, er, doesn't work very well. After removing that the actual code > > that needed a change was obvious. (Patches for that are submitted upstream). > > > > (there was a stray space at the end of COMMENT, I've not updated > it in the tar but has fixed my tree) >
port-lib-depends-check complains about ncurses in WANTLIB. Changing that to curses quiets the error. Builds and runs fine on amd64. I'll trust that is runs "correctly" from you. Patches look sain. ok tracey@ -- Tracey Emery
