Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (6cf3e00e93e2bad72d2247b89e3ccab1e0c6401e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (6cf3e00e93e2bad72d2247b89e3ccab1e0c6401e)
  • Date: Mon, 24 Aug 2009 05:44:13 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

utils/rsyslog/CONFIGURE | 1 +
utils/rsyslog/DEPENDS | 8 ++++----
utils/rsyslog/HISTORY | 2 ++
utils/rsyslog/PRE_BUILD | 6 ++++++
4 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 6cf3e00e93e2bad72d2247b89e3ccab1e0c6401e
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

rsyslog: removed unrecognized depends libdbi

commit 815c518852f26da24c2fe46eef0e40ac3fc1f746
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

rsyslog: optionally suppress java-based tests

diff --git a/utils/rsyslog/CONFIGURE b/utils/rsyslog/CONFIGURE
new file mode 100755
index 0000000..d552fc9
--- /dev/null
+++ b/utils/rsyslog/CONFIGURE
@@ -0,0 +1 @@
+config_query JAVATEST "Do you want to enable some tests written in java?" n
diff --git a/utils/rsyslog/DEPENDS b/utils/rsyslog/DEPENDS
index 531b0bb..7495e96 100755
--- a/utils/rsyslog/DEPENDS
+++ b/utils/rsyslog/DEPENDS
@@ -1,6 +1,10 @@
depends make &&
depends pkgconfig &&

+if [ $JAVATEST == "y" ]; then
+ depends JAVA
+fi &&
+
optional_depends zlib \
"--enable-zlib" \
"--disable-zlib" \
@@ -21,10 +25,6 @@ optional_depends liblogging \
"--enable-rfc3195" \
"--disable-rfc3195" \
"for RFC3195 support" &&
-optional_depends libdbi \
- "--with-libdbi" \
- "--without-libdbi" \
- "for database access via libdbi" &&
optional_depends net-snmp \
"--enable-snmp" \
"--disable-snmp" \
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index c8b5ea2..353f891 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,5 +1,7 @@
2009-08-24 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated stable to 4.4.0, beta to 4.5.2, devel to 5.1.4
+ * CONFIGURE, DEPENDS, PRE_BUILD: optionally suppress java-based tests
+ * DEPENDS: removed unrecognized depends libdbi

2009-06-01 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated devel to 4.3.1, beta to 4.1.7 and stable to 3.22.0
diff --git a/utils/rsyslog/PRE_BUILD b/utils/rsyslog/PRE_BUILD
new file mode 100755
index 0000000..8736ae7
--- /dev/null
+++ b/utils/rsyslog/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+if [ $JAVATEST == "n" ]; then
+ sedit '/java/d' tests/Makefile.in
+fi



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (6cf3e00e93e2bad72d2247b89e3ccab1e0c6401e), Peng Chang (Charles), 08/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page