Summary: | security/clamav: Fix build on base system without sendmail when MILTER option is ON | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | trashcan | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 200458 [details]
Updated patch file
Update patch so mail/libmilter is added to LIB_DEPENDS only when there isn't sendmail in base system and MILTER options is ON.
So please commit attached patch instead of original one.
A commit references this bug: Author: swills Date: Thu Dec 27 13:17:40 UTC 2018 New revision: 488541 URL: https://svnweb.freebsd.org/changeset/ports/488541 Log: security/clamav: Fix build on base system without sendmail when MILTER option is ON PR: 234289 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Changes: head/security/clamav/Makefile Committed, thanks! |
Created attachment 200385 [details] patch file Fix build on base system without sendmail when MILTER option is ON.