[Lunar-commits] <moonbase> mico: Version bump. Needed to add a BUILD as noted there-in and fleshing

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 29 13:22:48 CET 2010


commit ff3846d3b38f6cf377ee688b8c447de3ae98d514
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 29 07:22:48 2010 -0500

    mico: Version bump. Needed to add a BUILD as noted there-in and fleshing
    
    out the DEPENDS.
---
 libs/mico/BUILD   |   12 ++++++++++++
 libs/mico/DEPENDS |    9 +++++++++
 libs/mico/DETAILS |   11 ++++++-----
 3 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/libs/mico/BUILD b/libs/mico/BUILD
new file mode 100644
index 0000000..698eea3
--- /dev/null
+++ b/libs/mico/BUILD
@@ -0,0 +1,12 @@
+(
+
+# Adding a missing include
+  sed -i "40i #include <limits.h>" orb/fast_array.cc &&
+
+  if in_depends $MODULE bluez ; then
+     OPTS="--enable-wireless"
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/mico/DEPENDS b/libs/mico/DEPENDS
index 4d931a4..ff83699 100644
--- a/libs/mico/DEPENDS
+++ b/libs/mico/DEPENDS
@@ -1 +1,10 @@
+
 optional_depends openssl "" "" "For ssl support"
+optional_depends postgresql "--with-pgsql"     "--without-pgsql"     "for postgresql database support"
+optional_depends tcl        "--with-tcl"       "--without-tcl"       "for tcl support"
+optional_depends gtk+-2     "--with-gtk"       "--without-gtk"       "for gtk support"
+
+
+# These don't work for now.
+#optional_depends qt4        "--with-qt"        "--without-qt"        "for Qt4 support"
+#optional_depends bluez      "--with-bluetooth" "" "for bluetooth support"
diff --git a/libs/mico/DETAILS b/libs/mico/DETAILS
index bb91e72..732ab3a 100644
--- a/libs/mico/DETAILS
+++ b/libs/mico/DETAILS
@@ -1,13 +1,14 @@
           MODULE=mico
-         VERSION=2.3.12
+         VERSION=2.3.13
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_URL=http://www.mico.org/
-      SOURCE_VFY=sha1:e1885362d559ea97c62a2437a1d3a94114ef5b05
+      SOURCE_URL=$SFORGE_URL/mico/files/
+      SOURCE_VFY=sha1:ee0138deb4d9ad0a50fe18e0b2add99fb5831c93
         WEB_SITE=http://www.mico.org
          ENTERED=20020917
-         UPDATED=20060209
-           SHORT="Freely available and fully compliant implementation of the CORBA standard"
+         UPDATED=20101229
+           SHORT="fully compliant implementation of the CORBA standard"
+
 cat << EOF
 DESCRIPTION:
 GNU-copyright notice. The following design principles guided the


More information about the Lunar-commits mailing list