ports/150999: [PATCH] sysutils/bacula-server: fix SQLite support

Florian Smeets flo at smeets.im
Mon Sep 27 15:00:14 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list