Hello. Graham Perrin wrote on 2023/03/26 14:39: > I forgot to mention, I ran this before my first email: > % ls -hln /usr/local/man/man3/explain_timerfd_create_or_die.3.gz > -rw-r--r-- 1 0 0 1.2K 18 May 2022 > /usr/local/man/man3/explain_timerfd_create_or_die.3.gz > % pkg provides explain_timerfd_create_or_die > % > Did pkg-provides(8) not find it because there's currently no package for > FreeBSD:14:amd64? > (I forgot to use pkg-which(8).)
I do the following, for example, when finding for libfoobar.so. If explain_timerfd_create_or_die is searched for... grep -m 1 --include "*/Makefile*" --include "*/pkg-plist*" -e explain_timerfd_create_or_die -r /usr/ports If the plist is not auto-generated, it can usually be found :) Regards.
