Skip to Content.
Sympa Menu

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

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 (96981f54e1f536844ac1c1733a40ed52bdd0cd74)
  • Date: Mon, 4 Oct 2010 21:49:45 -0500

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

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

New commits:
commit 96981f54e1f536844ac1c1733a40ed52bdd0cd74
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

avahi: libdaemon is not optional

Even with every option disabled:
checking for LIBDAEMON... no
configure: error: Package requirements ( libdaemon >= 0.11 ) were not
met:

No package 'libdaemon' found

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 Eric Sandall (96981f54e1f536844ac1c1733a40ed52bdd0cd74), Eric Sandall, 10/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page