Date: Sat, 03 Dec 2016 13:28:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215026] irc/quassel: PostregSQL option + restructure options Message-ID: <bug-215026-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215026 Bug ID: 215026 Summary: irc/quassel: PostregSQL option + restructure options Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: woodsb02@freebsd.org Reporter: me@cschwarz.com Assignee: woodsb02@freebsd.org Flags: maintainer-feedback?(woodsb02@freebsd.org) Created attachment 177634 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177634&action= =3Dedit The patch with the changes described in the bug report. irc/quassel: PostregSQL option + restructure options PostgreSQL support: Qt decides at run-time whether the PostgreSQL driver is installed and only then allows running Quassel with that database backend. The fix without this patch is to manually install databases/qt5-sqldrivers-pgsql Users might run into this issue when migrating from Sqlite3 to PostgreSQL. Restructuring of master/slave port: Only fairly recently has irc/quassel been split up into irc/quassel and irc/quassel-core. Adding the explicit backend-knobs (see above) would have required adding them only to the irc/quassel-core port. The handbook states that the slave should really only override config knobs and otherwise differ as little as possible from master. Hence, despite of the addition of several '.if ${PORT_OPTIONS:}', this change unifies all options in the master port. Side effect, which may require a note in UPDATING: the MODULE option had to be made a RADIO. -> some users might need to reconfig --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215026-13>