[Lunar-commits] <moonbase> Revert "dbus: new major version. API compatibile with old 1.0.x. Checked"

Jannis Pohlmann jannis at xfce.org
Sun Mar 2 11:47:42 CET 2008


commit 5d494243e8df385951c6ae4bd3532fd180af6bf2
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Mar 2 11:47:42 2008 +0100

    Revert "dbus: new major version. API compatibile with old 1.0.x. Checked"
    
    Please fix the libxml2/expat mess before. You cannot depend on libxml2
    but use expat in BUILD. Try using the XMLRENDERER alias if you like.
---
 devel/dbus/BUILD   |    2 +-
 devel/dbus/DEPENDS |    4 ++--
 devel/dbus/DETAILS |    7 ++++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/dbus/BUILD b/devel/dbus/BUILD
index bec5505..0b29fae 100644
--- a/devel/dbus/BUILD
+++ b/devel/dbus/BUILD
@@ -13,7 +13,7 @@
   export LDFLAGS="$LDFLAGS -lexpat"
 
   OPTS="$OPTS --with-x --enable-checks --enable-verbose-mode              \
-        --with-xml=expat --with-system-pid-file=/var/run/messagebus.pid  \
+        --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid  \
         --with-system-socket=/var/lib/dbus/system_bus_socket              \
         --with-session-socket-dir=/tmp  --with-dbus-user=messagebus       \
         --disable-xml-docs --with-init-scripts=none"
diff --git a/devel/dbus/DEPENDS b/devel/dbus/DEPENDS
index 309181c..9743b5f 100644
--- a/devel/dbus/DEPENDS
+++ b/devel/dbus/DEPENDS
@@ -1,2 +1,2 @@
-depends pkgconfig
-depends libxml2
+depends  pkgconfig  &&
+depends  libxml2
diff --git a/devel/dbus/DETAILS b/devel/dbus/DETAILS
index cea8cc7..44ac94f 100644
--- a/devel/dbus/DETAILS
+++ b/devel/dbus/DETAILS
@@ -1,13 +1,14 @@
           MODULE=dbus
-         VERSION=1.1.20
+         VERSION=1.0.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE/
-      SOURCE_VFY=sha1:fff5db438483e6b4a3c40d430b20baa49ad2d58a
+      SOURCE_VFY=sha1:2870efd6ea0b5b0d14e52195f560238a74bb1e0e
         WEB_SITE=http://dbus.freedesktop.org/
          ENTERED=20031219
-         UPDATED=20080302
+         UPDATED=20070112
       MAINTAINER=nhudson at lunar-linux.org
            SHORT="A message bus system for applications"
+
 cat << EOF
 D-BUS is a message bus system, a simple way for applications to talk
 to one another.  It supplies both a system daemon and a 


More information about the Lunar-commits mailing list