Bug 295899 - security/clamav: Port install fails the pkg-plist check due to RC file in the list.
Summary: security/clamav: Port install fails the pkg-plist check due to RC file in the...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-06 17:28 UTC by ek
Modified: 2026-06-06 17:29 UTC (History)
0 users

See Also:
ek: maintainer-feedback?


Attachments
ClamAV pkg-plist patch (430 bytes, patch)
2026-06-06 17:29 UTC, ek
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ek 2026-06-06 17:28:39 UTC
While running a Poudriere security/clamav install, I received the below error during staging:

====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===========================================================================
====> Running Q/A tests (stage-qa)
Warning: you may not need USES=ssl
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: etc/rc.d/%%CLAMAVUSER%%_milter
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped making "check-plist" in /usr/ports/security/clamav
=>> Error: check-plist failures detected
=>> Cleaning up wrkdir
===>  Cleaning for clamav-1.5.2_3,1

Simply removing the RC file from the pkg-plist resolved this issue. Patch attached.
Comment 1 ek 2026-06-06 17:29:06 UTC
Created attachment 271561 [details]
ClamAV pkg-plist patch

pkg-plist patch