Bug 227355 - mail/spamass-milter can not be built with sendmail from ports
Summary: mail/spamass-milter can not be built with sendmail from ports
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Bruce A. Mah
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-07 22:47 UTC by Alexander Kuznetsov
Modified: 2018-04-07 22:53 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bmah)


Attachments
Build log and patch (8.20 KB, application/gzip)
2018-04-07 22:47 UTC, Alexander Kuznetsov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kuznetsov 2018-04-07 22:47:56 UTC
Created attachment 192320 [details]
Build log and patch

I tried to build a package spamass-milter with sendmail from ports, but it failed because configure could not find sendmail.

Indeed I use sendmail from ports so I added 'WITHOUT_MAIL=yes' into src.conf and rebuilt the base system. Also I added 'OPTIONS_SET+= SENDMAIL_PORT' into  poudrier's make.conf.

I solved the problem by adding 'BUILD_DEPENDS+= sendmail:mail/sendmail' into spamass-milter port's Makefile.

Build log and patch are attached.