[Lunar-commits] <moonbase> wvstreams: version bump and needed to point it towards libdbus, else

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Aug 11 13:14:48 CEST 2009


commit 1628c24dc730d7010d65dcdeeaaba25328b45635
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Aug 11 07:14:48 2009 -0400

    wvstreams: version bump and needed to point it towards libdbus, else
    
    make would fail not finding libdbus-1.a.
---
 net/wvstreams/BUILD   |    2 ++
 net/wvstreams/DETAILS |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD
index fdcfb77..2a72acf 100644
--- a/net/wvstreams/BUILD
+++ b/net/wvstreams/BUILD
@@ -2,6 +2,8 @@
 
   export CFLAGS="$CFLAGS -fPIC"
 
+  export DBUS_LIBDIR="/usr/lib/"
+
   if in_depends $MODULE qt3; then
     if module_installed qt3; then
       . /etc/profile.d/qt3.rc
diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS
index 0e8ce1f..ce26445 100644
--- a/net/wvstreams/DETAILS
+++ b/net/wvstreams/DETAILS
@@ -1,13 +1,13 @@
           MODULE=wvstreams
-         VERSION=4.5.1
+         VERSION=4.6
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://$MODULE.googlecode.com/files/
-      SOURCE_VFY=sha1:bd8c270cf831c54776e8d06bdd8dcf48b21917de
+      SOURCE_VFY=sha1:5ea10abdadcc9b3abe74cb3d429d63a5a55b71bc
         WEB_SITE="http://alumnit.ca/wiki/?page=WvStreams"
          ENTERED=20020425
-         UPDATED=20090111
+         UPDATED=20090810
            SHORT="A networking C++ library"
-
+PSAFE=no
 cat << EOF
 WvStreams aims to be an efficient, secure, and easy-to-use library
 for doing network applications development.


More information about the Lunar-commits mailing list