| Summary: | mail/roundcube: Database backend options should not be mutually exclusive | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris Rees <crees> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | adamw | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Hi Alex, Mind if I commit this? Chris Chris, this PR has timed out. You are welcome to commit it whenever you'd like. A commit references this bug: Author: ale Date: Mon Dec 10 14:13:54 UTC 2018 New revision: 487168 URL: https://svnweb.freebsd.org/changeset/ports/487168 Log: Add newsyslog script for log rotate [1]. Don't set DB backends as mutually exclusive [2]. PR: 210195 [1], 221764 [2] Submitted by: ler, crees Changes: head/mail/roundcube/Makefile head/mail/roundcube/files/newsyslog.conf.in |
Created attachment 185714 [details] Change SINGLE to MULTI Hi Alex, I use Postgres for most things, but there's a gnucash Android app I use that only works with MySQL, so I build my ports to support both (easier in make.conf if I don't have to list the dependencies of gnucash). Only Roundcube and Sympa have a problem with this, and Roundcube actually doesn't mind if I set all of them using this patch. Please would you change it to MULTI rather than SINGLE? It still requires at least one. Cheers! Chris