Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87144e8a7998500884c6936abd7c5459a20ebc27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87144e8a7998500884c6936abd7c5459a20ebc27)
  • Date: Tue, 30 Aug 2016 14:19:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/systemtap/DEPENDS | 12 +++++++++++-
utils/systemtap/HISTORY | 3 +++
2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 87144e8a7998500884c6936abd7c5459a20ebc27
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

systemtap: Add depedencies on avahi and texlive

diff --git a/utils/systemtap/DEPENDS b/utils/systemtap/DEPENDS
index 15fcc7c..e0b2f48 100755
--- a/utils/systemtap/DEPENDS
+++ b/utils/systemtap/DEPENDS
@@ -33,4 +33,14 @@ optional_depends libvirt \

if is_depends_enabled ${SPELL} libvirt; then
depends libxml2
-fi
+fi &&
+
+optional_depends texlive \
+ --enable-docs \
+ --disable-docs \
+ 'for building documentation' &&
+
+optional_depends avahi \
+ --with-avahi \
+ --without-avahi \
+ 'for Avahi support'
diff --git a/utils/systemtap/HISTORY b/utils/systemtap/HISTORY
index e9dbbb0..041e783 100644
--- a/utils/systemtap/HISTORY
+++ b/utils/systemtap/HISTORY
@@ -1,3 +1,6 @@
+2016-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added avahi and texlive
+
2016-03-29 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS, PRE_BUILD, PREPARE, eigler.gpg, git_version.patch:
created spell, version 3.0



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87144e8a7998500884c6936abd7c5459a20ebc27), Ismael Luceno, 08/30/2016

Archive powered by MHonArc 2.6.24.

Top of Page