Bug 58968

Summary: An update for the mail/maildrop port
Product: Ports & Packages Reporter: oleg dashevskii <be9-ml>
Component: Individual Port(s)Assignee: Sergei Kolobov <sergei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
maildrop-port.tar none

Description oleg dashevskii 2003-11-05 14:50:13 UTC
	Added WITH_USERDB possibility, enabling maildrop to support virtual users.
        WITHOUT_GDBM was replaced by WITH_GDBM (inverse meaning) - this is more suitable
        for the new stuff (and by default gdbm is not used, as it was before).
Comment 1 Michael Landin freebsd_committer freebsd_triage 2003-11-05 15:42:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->petef

Over to maintainer
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-11-07 03:05:51 UTC
State Changed
From-To: open->feedback

Just curious -- why turn off gdbm by default?
Comment 3 oleg dashevskii 2003-11-07 06:21:30 UTC
Well, it's not that gdbm is not used, it's Berkeley DB used instead.
userdb on FreeBSD traditionally uses bdb, not gdbm.

Maybe there's sense to tweak the WITH_ and WITHOUT_ knobs even more...
The decision I made isn't ideal, but I couldn't arrive at anything better.

--
be9
Comment 4 Pete Fritchman freebsd_committer freebsd_triage 2003-12-21 01:54:34 UTC
Responsible Changed
From-To: petef->freebsd-ports-bugs

Put this back in the main pool; I no longer use/maintain maildrop.
Comment 5 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-21 20:39:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll take it.
Comment 6 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-23 16:34:31 UTC
State Changed
From-To: feedback->closed

Committed (with modifications), thanks!