Bug 150999 - [PATCH] sysutils/bacula-server: fix SQLite support
Summary: [PATCH] sysutils/bacula-server: fix SQLite support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 16:00 UTC by Florian Smeets
Modified: 2010-10-03 22:10 UTC (History)
1 user (show)

See Also:


Attachments
bacula-server-5.0.3.patch (548 bytes, patch)
2010-09-27 16:00 UTC, Florian Smeets
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Smeets 2010-09-27 16:00:13 UTC
- the check should be for WITH_SQLITE3 not for WITH_SQLITE, otherwise bacula is always built with 
  Postgres support when WITH_SQLITE3 is set

Port maintainer (dan@langille.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-27 16:00:17 UTC
Maintainer of sysutils/bacula-server,

Please note that PR ports/150999 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150999

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-27 16:00:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2010-10-03 21:58:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-10-03 22:03:40 UTC
ohauer      2010-10-03 21:03:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-server Makefile 
  Log:
  - correct WITH_SQLITE => WITH_SQLITE3
    This mistake slipped in during the last commit
  
  PR:             150999
  Submitted by:   Florian Smeets <flo _at_ smeets.im>
  Approved by:    glarkin (mentor, implicit)
  Feature safe:   yes, WITH_SQLITE3 is no default OPTION
  
  Revision  Changes    Path
  1.129     +1 -1      ports/sysutils/bacula-server/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Olli Hauer freebsd_committer freebsd_triage 2010-10-03 22:04:41 UTC
State Changed
From-To: feedback->closed

Commited, Thanks!