[Lunar-commits] <moonbase> Falcon: Version bump.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Mar 31 12:52:00 CEST 2011


commit 860bc6cdbc8e9fa5119b14d4dda8a7124b9cd55a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Mar 31 06:52:00 2011 -0400

    Falcon: Version bump.
    
    Saying yes to mongodb on x86_64 fails with a;
    sys/types.h error: conflicting types for 'int64_t'
    
    So for that arch, do the Nancy Regan thing and just say no for now.
    
    Don't have a x86 box but I doubt that would crop up.
---
 compilers/Falcon/DEPENDS |   10 ++++++++++
 compilers/Falcon/DETAILS |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS
index 9f0283e..93d23af 100644
--- a/compilers/Falcon/DEPENDS
+++ b/compilers/Falcon/DEPENDS
@@ -1,2 +1,12 @@
 depends bison
 depends cmake
+
+optional_depends dbus       "-DFALCON_BUILD_DBUS=ON"      "-DFALCON_BUILD_DBUS=OFF"      "for dbus support"
+optional_depends curl       "-DFALCON_BUILD_CURL=ON"      "-DFALCON_BUILD_CURL=OFF"      "for curl support"
+optional_depends gtk+-2     "-DFALCON_BUILD_GTK=ON"       "-DFALCON_BUILD_GTK=OFF"       "for gtk support"
+optional_depends sqlite     "-DFALCON_BUILD_DBI=ON"       "-DFALCON_BUILD_DBI=OFF"       "for sqlite support"
+optional_depends postgresql "-DFALCON_DBI_BUILD_PGSQL=ON" "-DFALCON_DBI_BUILD_PGSQL=OFF" "for postgresql support"
+optional_depends mysql      "-DFALCON_DBI_BUILD_MYSQL=ON" "-DFALCON_DBI_BUILD_MYSQL=OFF" "for mysql support"
+optional_depends mongodb    "-DFALCON_BUILD_MONGODB=ON"   "-DFALCON_BUILD_MONGODB=OFF"   "for mongodb support"
+optional_depends SDL        "-DFALCON_BUILD_SDL=ON"       "-DFALCON_BUILD_SDL=OFF"       "for SDL support"
+
diff --git a/compilers/Falcon/DETAILS b/compilers/Falcon/DETAILS
index e168061..592d0ea 100644
--- a/compilers/Falcon/DETAILS
+++ b/compilers/Falcon/DETAILS
@@ -1,12 +1,12 @@
           MODULE=Falcon
            MAJOR=0.9.6
-         VERSION=${MAJOR}.6
+         VERSION=${MAJOR}.8
           SOURCE=$MODULE-$VERSION.tgz
       SOURCE_URL=http://www.falconpl.org/project_dl/_official_rel/
-      SOURCE_VFY=sha1:b1fe0c10ce62125b40117811c614701a56553c01
+      SOURCE_VFY=sha1:8720096a8257e8bf370e3f0a072b5600d7575f64
         WEB_SITE=http://www.falconpl.org/index.ftd?page_id=Home
          ENTERED=20090815
-         UPDATED=20100828
+         UPDATED=20110331
            SHORT="Falcon Programming Language"
 
 cat << EOF


More information about the Lunar-commits mailing list