On Fri, Mar 20, 2020 at 4:45 PM Dave Horsfall <d...@horsfall.org> wrote: > > On Fri, 20 Mar 2020, Adam Weinberger wrote: > > > That error should only occur if system sources are missing from > > /usr/src. Check that they're still there, and if not then check them out > > from svn. > > Does it not require kernel header files only? Only distributed with the > source, which annoyed me because at the time I didn't have the room...
That's a good question. I'm not sure whether it requires just the headers or kernel sources beyond that. The lsof/Makefile explicitly checks for sys/kern/kern_lockf.c so the port is definitely looking for more than the headers. If you want to save space, you should probably be safe checking out just /usr/src/sys. Please let me know if I'm wrong about that; you're certainly neither the first nor the last person to want lsof without needing the entire src tree. # Adam -- Adam Weinberger ad...@adamw.org https://www.adamw.org _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"