Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (24082d77f21e37fb5a64f76dadc27a25bda732ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (24082d77f21e37fb5a64f76dadc27a25bda732ad)
  • Date: Mon, 9 Aug 2010 19:51:50 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/rsyslog/DEPENDS | 5 +----
utils/rsyslog/HISTORY | 3 +++
2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 24082d77f21e37fb5a64f76dadc27a25bda732ad
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rsyslog: Depends on pcre for regex (Bug #15790)

diff --git a/utils/rsyslog/DEPENDS b/utils/rsyslog/DEPENDS
index 19a51b8..3d2fb3b 100755
--- a/utils/rsyslog/DEPENDS
+++ b/utils/rsyslog/DEPENDS
@@ -1,4 +1,5 @@
depends make &&
+depends pcre '--enable-regexp' &&
depends pkgconfig &&

if [ $JAVATEST == "y" ]; then
@@ -13,10 +14,6 @@ optional_depends gnutls \
"--enable-gnutls" \
"--disable-gnutls" \
"TLS encryption for TCP communication"
-optional_depends pcre \
- "--enable-regexp" \
- "--disable-regexp" \
- "for regular expressions support" &&
optional_depends librelp \
"--enable-relp" \
"--disable-relp" \
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index b56e30c..c00830f 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,3 +1,6 @@
+2010-08-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on pcre for regex (Bug #15790)
+
2010-04-08 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: devel branch updated to 5.5.3




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (24082d77f21e37fb5a64f76dadc27a25bda732ad), Eric Sandall, 08/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page