Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (5ac550b3ef18f353c15be668ea26a86a69b08bf8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (5ac550b3ef18f353c15be668ea26a86a69b08bf8)
  • Date: Wed, 21 Mar 2007 12:09:04 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-java/jdk1.5-bin/DEPENDS | 3 ++-
z-java/jdk1.5-bin/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 5ac550b3ef18f353c15be668ea26a86a69b08bf8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jdk1.5-bin: Depends on unixodbc (partially fixes Bug #13643)

diff --git a/z-java/jdk1.5-bin/DEPENDS b/z-java/jdk1.5-bin/DEPENDS
index e1f47ef..36c379f 100755
--- a/z-java/jdk1.5-bin/DEPENDS
+++ b/z-java/jdk1.5-bin/DEPENDS
@@ -1,4 +1,5 @@
-#depends unixodbc &&
+depends unixodbc &&
+
optional_depends X11-LIBS "" "" "To run gui applications" &&

if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
diff --git a/z-java/jdk1.5-bin/HISTORY b/z-java/jdk1.5-bin/HISTORY
index 319ae44..643ae3c 100644
--- a/z-java/jdk1.5-bin/HISTORY
+++ b/z-java/jdk1.5-bin/HISTORY
@@ -1,3 +1,7 @@
+2007-03-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Not sure why unixodbc was commented out, but it is required
+ Partially fixes Bug #13643
+
2007-03-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Increment PATCHLEVEL to 1 so people have the plugin
installed



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (5ac550b3ef18f353c15be668ea26a86a69b08bf8), Eric Sandall, 03/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page