Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 16:52:33 +0200 (CEST)
From:      Florian Smeets <flo@smeets.im>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dan@langille.org
Subject:   ports/150999: [PATCH] sysutils/bacula-server: fix SQLite support
Message-ID:  <20100927145233.AA81A5C6E@mail.solomo.de>
Resent-Message-ID: <201009271500.o8RF0D48063996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150999
>Category:       ports
>Synopsis:       [PATCH] sysutils/bacula-server: fix SQLite support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 27 15:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.solomo.de 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #1: Fri Jul 23 15:47:09 UTC 2010
>Description:
- 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
>How-To-Repeat:
>Fix:

--- bacula-server-5.0.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/bacula-server.orig/Makefile /usr/ports/sysutils/bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server.orig/Makefile	2010-09-27 16:47:37.000000000 +0200
+++ /usr/ports/sysutils/bacula-server/Makefile	2010-09-27 16:47:55.000000000 +0200
@@ -155,7 +155,7 @@
 USE_MYSQL=		yes
 DBTYPE=			mysql
 SUB_LIST+=		REQ_MYSQL=mysql REQ_PGSQL=""
-.elif defined(WITH_SQLITE)
+.elif defined(WITH_SQLITE3)
 CONFIGURE_ARGS+=	--with-sqlite3=yes
 LIB_DEPENDS+=		sqlite3:${PORTSDIR}/databases/sqlite3
 DBTYPE=			sqlite3
--- bacula-server-5.0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100927145233.AA81A5C6E>