Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (66be4aef6702591f709aa76c4f7a793bf5a4cb68)
  • Date: Sun, 19 Apr 2009 19:13:26 -0500

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

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

New commits:
commit 66be4aef6702591f709aa76c4f7a793bf5a4cb68
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jdk6-bin: Removed gcc33, libstdc++.so.5 is no longer needed
Bug #15164

diff --git a/z-java/jdk6-bin/DEPENDS b/z-java/jdk6-bin/DEPENDS
index 6935499..18c9391 100755
--- a/z-java/jdk6-bin/DEPENDS
+++ b/z-java/jdk6-bin/DEPENDS
@@ -1,6 +1,7 @@
depends unixodbc &&
depends alsa-lib &&
-depends gcc33 &&
+depends gcc &&
+
optional_depends X11-LIBS "" "" "To run gui applications" &&

source $GRIMOIRE/FUNCTIONS &&
diff --git a/z-java/jdk6-bin/HISTORY b/z-java/jdk6-bin/HISTORY
index 19e587f..5722fdb 100644
--- a/z-java/jdk6-bin/HISTORY
+++ b/z-java/jdk6-bin/HISTORY
@@ -1,3 +1,7 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed gcc33, libstdc++.so.5 is no longer needed
+ Bug #15164
+
2009-02-17 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Install plugins to xulrunner instead of firefox
Firefox picks up it's plugins from xulrunner now:



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (66be4aef6702591f709aa76c4f7a793bf5a4cb68), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page