Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0a6411c61285909a845c7d23298e623d37625238)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0a6411c61285909a845c7d23298e623d37625238)
  • Date: Wed, 21 Jan 2015 13:26:53 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/monit/CONFIGURE | 6 +++++-
net/monit/DEPENDS | 11 +++++++++--
net/monit/DETAILS | 2 +-
net/monit/HISTORY | 7 +++++++
net/monit/PRE_BUILD | 3 +++
5 files changed, 25 insertions(+), 4 deletions(-)

New commits:
commit 0a6411c61285909a845c7d23298e623d37625238
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

monit: cleaned up the spell

diff --git a/net/monit/CONFIGURE b/net/monit/CONFIGURE
index f0debb2..4cb650f 100755
--- a/net/monit/CONFIGURE
+++ b/net/monit/CONFIGURE
@@ -1 +1,5 @@
-config_query_option MONIT_OPTS 'Enable optimised build' n
'--enable-optimized' '--disable-optimized'
+if ! list_find "$LDFLAGS" "-O3"; then
+ config_query_option MONIT_OPTS "Enable optimized (-O3) build" n \
+ "--enable-optimized" \
+ "--disable-optimized"
+fi
diff --git a/net/monit/DEPENDS b/net/monit/DEPENDS
index 0c56a5f..8442761 100755
--- a/net/monit/DEPENDS
+++ b/net/monit/DEPENDS
@@ -1,2 +1,9 @@
-optional_depends SSL '--with-ssl' '--without-ssl' 'for SSL support' &&
-optional_depends linux-pam '' '--without-pam' 'for PAM support'
+optional_depends SSL \
+ "--with-ssl" \
+ "--without-ssl" \
+ "for SSL support" &&
+
+optional_depends linux-pam \
+ "--with-pam" \
+ "--without-pam" \
+ "for PAM support"
diff --git a/net/monit/DETAILS b/net/monit/DETAILS
index f2dd973..b1b87e5 100755
--- a/net/monit/DETAILS
+++ b/net/monit/DETAILS
@@ -1,6 +1,6 @@
SPELL=monit
VERSION=5.11
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://mmonit.com/${SPELL}/dist/${SOURCE}";

SOURCE_HASH=sha512:d3bffd0fa5326d7783259af5f14beaed510d06644ec865e933e63aab2c35d47e2f859a9e490b0193ae62c9174a065c216cfa0ae3708d5a06a2d92e9c384f4151
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index 9c8e61d..b0a991d 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,10 @@
+2015-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: added missing flag for PAM; cleaned up
+ * CONFIGURE: corrected description; added case for "-O3"-optimized
+ systems
+ * PRE_BUILD: use strict piddir
+
2015-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* BUILD: use default_build; use /etc/sysconfig as sysconfdir for
monitrc
diff --git a/net/monit/PRE_BUILD b/net/monit/PRE_BUILD
index f046935..265cc03 100755
--- a/net/monit/PRE_BUILD
+++ b/net/monit/PRE_BUILD
@@ -1,4 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+# use strict pid directory
+sedit "s:piddir=.*:piddir=$INSTALL_ROOT/var/run:g" configure &&
+
patch -p0 < "$SPELL_DIRECTORY/timeout.patch"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0a6411c61285909a845c7d23298e623d37625238), Vlad Glagolev, 01/21/2015

Archive powered by MHonArc 2.6.24.

Top of Page