Bug 234289

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:
Description Flags
patch file
yasu: maintainer-approval+
Updated patch file yasu: maintainer-approval+

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-12-23 06:03:03 UTC
Created attachment 200385 [details]
patch file

Fix build on base system without sendmail when MILTER option is ON.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2018-12-24 17:59:23 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-27 13:18:21 UTC
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
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-12-27 13:18:48 UTC
Committed, thanks!