Bug 235705 - mail/exim: 4.92 patch to unbreak SA_EXIM option
Summary: mail/exim: 4.92 patch to unbreak SA_EXIM 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: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-13 01:08 UTC by Henry
Modified: 2019-02-14 11:22 UTC (History)
0 users

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


Attachments
patch to unbreak SA_EXIM option (1.46 KB, patch)
2019-02-13 01:08 UTC, Henry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry 2019-02-13 01:08:53 UTC
Created attachment 201969 [details]
patch to unbreak SA_EXIM option

The 4.92 changelog [1] and [2] mentions a new requirement to have both HAVE_LOCAL_SCAN and LOCAL_SCAN_SOURCE in a Makefile in order to use the local_scan() functionality.

4.91 only required LOCAL_SCAN_SOURCE which is what the ports Makefile adds when SA_EXIM is enabled.

This diff adds a patch to OS/Makefile-Default to add a commented placeholder which we then alter when the SA_EXIM option is enabled.


[1] https://github.com/Exim/exim/blob/exim-4.92/doc/doc-txt/ChangeLog#L11-L12

[2] https://git.exim.org/exim.git/commitdiff/9723f9667322bf96db786fa49d53139a48fabc5e#patch1
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-14 10:50:20 UTC
A commit references this bug:

Author: vsevolod
Date: Thu Feb 14 10:49:35 UTC 2019
New revision: 492912
URL: https://svnweb.freebsd.org/changeset/ports/492912

Log:
  - Unbreak SA_EXIM option
  - Bump revision

  PR:	235705
  Submitted by:	Henry David Bartholomew <PopularMoment at protonmail.com>

Changes:
  head/mail/exim/Makefile
  head/mail/exim/files/patch-OS__Makefile-Default