Bug 191729

Summary: Bacula-server build error with sqlite3 option
Product: Ports & Packages Reporter: Raven <admin>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: dvl, rakuco
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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.