Bug 235705

Summary: mail/exim: 4.92 patch to unbreak SA_EXIM option
Product: Ports & Packages Reporter: Henry <PopularMoment>
Component: Individual Port(s)Assignee: Vsevolod Stakhov <vsevolod>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (vsevolod)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to unbreak SA_EXIM option none

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