[Bug 270657] [NEW PORT] sysutils/plocate - locate that can find all files

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 May 2023 08:44:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270657

--- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> ---
Looking better!  I found two additional issues in my extended testing:

 - your port misses USES=pkgconfig.  Without it, it can't find libzstd.
 - your port stages a stray a CACHEDIR.TAG file.  Either patch the build
   scripts so the file is no longer staged or add it to pkg-plist:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: /var/db/plocate/CACHEDIR.TAG
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.