Bug 52952

Summary: mail/exim: add option to enable wildlsearch lookup
Product: Ports & Packages Reporter: Tim Bishop <tdb>
Component: Individual Port(s)Assignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me CC: tdb
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
exim-wildlsearch.diff none

Description Tim Bishop freebsd_committer freebsd_triage 2003-06-04 22:20:07 UTC
	Exim supports a new lookup type called wildlsearch which searches,
	like lsearch, a file. The main difference is that it allows use of
	wildcards. This isn't turned on by default, so this patch gives
	the option to the person installing the port.

Fix: This patch adds an option to enable the wildlsearch. It might be
	more sensible to turn it on by default and have an option to turn
	it off - but I opted for this approach so it doesn't, by default,
	change anything without the extra define.

	Over to the maintainer to decide whether to enable it by default
	or not.
Comment 1 Sheldon Hearn 2003-06-06 11:10:19 UTC
On (2003/06/04 22:15), Tim Bishop wrote:

> >Submitter-Id:	current-users
> >Originator:	Tim Bishop
> >Confidential:	no
> >Synopsis:	mail/exim: add option to enable wildlsearch lookup

Thanks, Tim.

I plan to invert your patch, so that wildlsearch is enabled by default
and can be disabled with WITHOUT_WILDLSEARCH.

I'm gonna hold off for a week, in case any other changes come in, to
maximize the value of the required PORTREVISION bump.

If I forget and haven't gotten it done by 2003-06-16, please nudge me.
:-)

Thanks,
Sheldon.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-06 11:12:18 UTC
State Changed
From-To: open->analyzed

I'm gonna wait a week for any other changes, so they can ride the same 
PORTREVISION bump. 


Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-06 11:12:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

I'm the maintainer.
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-18 04:22:38 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!