[SM-Commit] GIT changes to master grimoire by David Brown (a427b22f7dcf05af28d8890d552524b9dd194c41)

David Brown scm at mail.sourcemage.org
Sun Aug 27 19:20:45 EDT 2006


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 libs/mico/BUILD   |    1 +
 libs/mico/DEPENDS |    1 +
 libs/mico/HISTORY |    4 ++++
 3 files changed, 6 insertions(+)

New commits:
commit a427b22f7dcf05af28d8890d552524b9dd194c41
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    mico added java-cup support

diff --git a/libs/mico/BUILD b/libs/mico/BUILD
index 3e3be57..2d44633 100755
--- a/libs/mico/BUILD
+++ b/libs/mico/BUILD
@@ -1,5 +1,6 @@
 CFLAGS="${CFLAGS/-Os/} -I/usr/include/qt"
 CXXFLAGS="${CXXFLAGS/-Os/} -I/usr/include/qt"
+CLASSPATH="/opt/java-cup/java"
 ./configure --prefix=${INSTALL_ROOT}/usr \
         --sysconfdir=${INSTALL_ROOT}/etc \
      --localstatedir=${INSTALL_ROOT}/var \
diff --git a/libs/mico/DEPENDS b/libs/mico/DEPENDS
index a58fd8f..99fa066 100755
--- a/libs/mico/DEPENDS
+++ b/libs/mico/DEPENDS
@@ -2,3 +2,4 @@ optional_depends qt-x11 "--with-qt=/usr"
 optional_depends openssl "--with-ssl=/usr" "--without-ssl" "for ssl communication" &&
 optional_depends gtk+ "--with-gtk=/usr" "--without-gtk" "for gtk support of some kind" &&
 optional_depends X11-SERVER "--with-x" "--without-x" "for x support of some kind"
+optional_depends java-cup "" "" "for java support" z-rejected
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index 996face..6c875a9 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,3 +1,7 @@
+2006-08-27 David Brown <dmlb2000 at gmail.com>
+	* BUILD: added class path for java-cup
+	* DEPENDS: added optional depend for java-cup
+
 2006-08-24 David Brown <dmlb2000 at gmail.com>
 	* DETAILS: oopse left the old description and short in there
 



More information about the SM-Commit mailing list