Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (b6143cc9cabfafba7b798de27b9fc697004838bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (b6143cc9cabfafba7b798de27b9fc697004838bc)
  • Date: Fri, 8 Jun 2012 12:36:31 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

utils/syslog-ng/DEPENDS | 6 +++---
utils/syslog-ng/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit c261b83346eb38f886b44f38f5153ae331e38fa8
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Updated: syslog-ng

The DEPENDS file for the spell in question has been updated to more
accurately reflect the dependency around certain libdbi files.

The previous dependancy on 'libdbi' did install the general libdbi
file(s). however, what was still missing were driver files for the
specific database technology that a user may wish to utilize. While
not casting libdbi would certain cause an error in starting syslog-ng
with any form of database implentation, starting it without the
appropriate driver would result in a similar error.

The resolution was to refresh the dependency and replace the current
'libdi' dependancy with 'libdi-drivers'. This allows for the
correct driver(s) to be installed and also for the more general
libdbi libraries and files to be included since 'libdbi-drivers'
is already dependant on 'libdbi'.

diff --git a/utils/syslog-ng/DEPENDS b/utils/syslog-ng/DEPENDS
index 5d956d6..785afda 100755
--- a/utils/syslog-ng/DEPENDS
+++ b/utils/syslog-ng/DEPENDS
@@ -4,9 +4,9 @@ depends gnupg &&
depends which &&
depends libnet &&
depends pkgconfig &&
-optional_depends libdbi \
- '--enable-sql' \
- '--disable-sql' \
+optional_depends libdbi-drivers \
+ '' \
+ '' \
'log to a SQL database' &&
optional_depends openssl \
'--enable-ssl' \
diff --git a/utils/syslog-ng/HISTORY b/utils/syslog-ng/HISTORY
index c376a9c..a77ba5e 100644
--- a/utils/syslog-ng/HISTORY
+++ b/utils/syslog-ng/HISTORY
@@ -1,3 +1,6 @@
+2012-06-08 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: removed libdbi; added libdbi-drivers
+
2012-04-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.5




  • [SM-Commit] GIT changes to master grimoire by David Haley (b6143cc9cabfafba7b798de27b9fc697004838bc), David Haley, 06/08/2012

Archive powered by MHonArc 2.6.24.

Top of Page