Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7f7a86d1d13804cef529f408ebc8fd7ac585d5b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7f7a86d1d13804cef529f408ebc8fd7ac585d5b0)
  • Date: Tue, 5 Oct 2010 09:49:38 -0500

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

utils/avahi/DEPENDS | 3 ++-
utils/avahi/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 7f7a86d1d13804cef529f408ebc8fd7ac585d5b0
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

Revert "Revert "avahi: libdaemon is not optional""

This reverts commit 2514fc8170ce04f6395c51b4ade203205dc68fde.

diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
index 666a751..9cae00f 100755
--- a/utils/avahi/DEPENDS
+++ b/utils/avahi/DEPENDS
@@ -31,6 +31,8 @@ if [[ "$AVAHI_DISCOVER" == 'y' ]]; then
depends libglade2
fi &&

+depends libdaemon --enable-libdaemon &&
+
# for the daemon it's technically optional, but that would make the spell
unreliable
if [[ "$AVAHI_DISCOVER" == 'y' ]] || [[ "$AVAHI_DAEMON" == 'y' ]] || \
[[ "$AVAHI_CLIENT" == 'y' ]] || [[ "$AVAHI_BOOKMARKS" == 'y' ]]; then
@@ -59,7 +61,6 @@ if [[ "$AVAHI_DISCOVER" == 'y' ]] && ( is_depends_enabled
$SPELL gdbm ); then
fi &&

if [[ "$AVAHI_DAEMON" == 'y' ]]; then
- depends libdaemon --enable-libdaemon &&
depends expat --with-xml=expat &&
optional_depends libcap '' '' 'for chroot support'
fi &&
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index fcbb270..2475335 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,6 @@
+2010-10-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: libdaemon is not optional
+
2010-04-11 Ismael Luceno <ismael AT sourcemage.org>
* PRE_SUB_DEPENDS,
REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS: Fixed



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (7f7a86d1d13804cef529f408ebc8fd7ac585d5b0), Vasil Yonkov, 10/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page