Bug 234289 - security/clamav: Fix build on base system without sendmail when MILTER option is ON
Summary: security/clamav: Fix build on base system without sendmail when MILTER option...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-23 06:03 UTC by Yasuhiro Kimura
Modified: 2018-12-27 13:18 UTC (History)
1 user (show)

See Also:


Attachments
patch file (442 bytes, patch)
2018-12-23 06:03 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
Details | Diff
Updated patch file (536 bytes, patch)
2018-12-24 17:59 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!