Bug 220476 - audio/murmur: Make sqlite3 OPTION'al
Summary: audio/murmur: Make sqlite3 OPTION'al
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords: feature, needs-patch
Depends on:
Blocks:
 
Reported: 2017-07-05 11:09 UTC by Matthias M.
Modified: 2017-12-16 15:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (feld)
koobs: merge-quarterly?


Attachments
Patch to make the backend a choise. (1.02 KB, patch)
2017-12-12 13:40 UTC, Matthias M.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias M. 2017-07-05 11:09:17 UTC
Hi,

audio/murmur has no option to build without sqlite3 support. Even if I want to use
mysql as database backend I have to build the whole sqlite3 stuff. 

Murmur builds fine by leaving sql-sqlite3_run behind.  


USE_QT4=        moc_build corelib network xml sql
#USE_QT4=       moc_build corelib network xml sql sql-sqlite3_run


Can we have a build option for it?
Comment 1 Matthias M. 2017-12-12 13:40:23 UTC
Created attachment 188750 [details]
Patch to make the backend a choise.

Because nobody replied I've created a small patch.

Please have a look.
Comment 2 Mark Felder freebsd_committer freebsd_triage 2017-12-16 15:01:22 UTC
Committed with minor changes.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-12-16 15:01:41 UTC
A commit references this bug:

Author: feld
Date: Sat Dec 16 15:01:07 UTC 2017
New revision: 456472
URL: https://svnweb.freebsd.org/changeset/ports/456472

Log:
  audio/murmur: Provode separate options for MYSQL and SQLITE

  PR:		220476

Changes:
  head/audio/murmur/Makefile