[Bug 215026] irc/quassel: PostregSQL option + restructure options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 3 13:28:27 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215026

            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 at freebsd.org
          Reporter: me at cschwarz.com
          Assignee: woodsb02 at freebsd.org
             Flags: maintainer-feedback?(woodsb02 at freebsd.org)

Created attachment 177634
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177634&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list