Bug 56462 - [Update] Port: mail/vpopmail
Summary: [Update] Port: mail/vpopmail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 00:20 UTC by Alex Dupre
Modified: 2003-09-10 10:45 UTC (History)
1 user (show)

See Also:


Attachments
vpopmail.diff (18.40 KB, patch)
2003-09-05 00:20 UTC, Alex Dupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2003-09-05 00:20:06 UTC
Update to 5.3.27 release.
Remove COMMENT quotes.
Align knobs' comments.
Remove APOP, SQWEBMAIL, and DELIVER_FILTER obsolate knobs.
Add WITH_LEARN_PASSWORDS knob.
Use USE_MYSQL option.
Fix sqlincdir and sqllibdir.
Change WITHOUT_ROAMING into WITH_ROAMING (vpopmail doesn't enable it by default)
Change WITH_CLEAR_PASSWD into WITHOUT_CLEAR_PASSWD (vpopmail enables it by default)
Add domain quotas support.
Many other "invisible" changes.
For roam: I removed your sqwebmail patch. Actual sqwebmail version do the same
thing automatically.
Supersedes PRs 54585, 55037, 55047 and 55737.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-05 05:46:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2003-09-10 10:43:19 UTC
State Changed
From-To: open->closed

I committed most of the fixes from your PR.  Thanks a lot! 
Can't say I feel too sure about renaming the knobs: this might break 
people's (mostly unattended or not-paid-enough-attention-to) builds. 
Slightly modified your patch-configure change to still use $VCFGDIR 
instead of hardcoding /usr/ports as $PORTSDIR - sometimes ports are 
built outside /usr/ports, and by a non-root user, too :) 
Other than that, awesome work!