Bug 191729 - Bacula-server build error with sqlite3 option
Summary: Bacula-server build error with sqlite3 option
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 04:22 UTC by Raven
Modified: 2014-07-08 13:49 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raven 2014-07-08 04:22:21 UTC
How-To-Repeat: 
Select SQLITE3 option in make config, then run make:

localhost:/usr/ports/sysutils/bacula-server/# make install clean
...
 ===>  Configuring for bacula-server-5.2.12_6
configure: error: unrecognized option: `--with=sqlite3=yes'

Here commit, in which it found a typo:
http://svnweb.freebsd.org/ports/head/sysutils/bacula-server/Makefile?r1=359586&r2=360216&pathrev=360663
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-08 11:08:14 UTC
A commit references this bug:

Author: rakuco
Date: Tue Jul  8 11:07:57 UTC 2014
New revision: 361219
URL: http://svnweb.freebsd.org/changeset/ports/361219

Log:
  Fix typo in --with-sqlite3=yes introduced in r360216.

  PR:		191729
  Submitted by:	Raven <admin@dyn.su>

Changes:
  head/sysutils/bacula-server/Makefile
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-07-08 11:09:07 UTC
Committed, thank you.
Comment 3 Dan Langille freebsd_committer freebsd_triage 2014-07-08 13:49:55 UTC
Thanks all, for the quick fix.