| Summary: | mail/dovecot2: Change default build options to prevent potential memory leak | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sebastian |
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(adamw) |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
sebastian
2015-12-05 11:51:41 UTC
Hi Sebastian. Thanks for the bug report.
For the record, GC is *not* a default option. You enabled it yourself at some point, and you can deselect it at any time.
cd /usr/ports/mail/dovecot2 && make config
I'll remove the option with the upcoming update, given that you've clearly shown that all it does at this time is cause memory leaks and log spamming.
I don't want to add MySQL to the default list. In my opinion, ports should, by default, build and install with the common dependencies that *everyone* will need. MySQL is only useful for very large installations, from what I know of it.
Can you tell me why MySQL should be a default option?
Hi Adam, thanks for your swift response. I suppose I did enable gc at some stage - thanks for removing it anyway so others won't run into the same issue. Well with regards to MySQL I understand your point - it is typically used when you have like virtual users stored in a SQL database. But okay, adding it was just a suggestion. Thanks anyway! Best regards Sebastian Okay, I removed the GC option in r403426. Thanks for tracking down the problem and for the bug report, Sebastian! |