Skip to Content.
Sympa Menu

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

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 (b67b380871fd767967891dab7f288561f9d2b793)
  • Date: Mon, 5 Mar 2007 11:50:16 -0600

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

z-java/jdk1.5-bin/DETAILS | 1 +
z-java/jdk1.5-bin/HISTORY | 8 ++++++++
z-java/jdk1.5-bin/INSTALL | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)

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

Fix installation of plugin (misspelled variable and checking wrong
parameter)

diff --git a/z-java/jdk1.5-bin/DETAILS b/z-java/jdk1.5-bin/DETAILS
index fd22d72..63a2763 100755
--- a/z-java/jdk1.5-bin/DETAILS
+++ b/z-java/jdk1.5-bin/DETAILS
@@ -28,6 +28,7 @@ case "${SMGL_COMPAT_ARCHS[0]}" in
esac
WEB_SITE=http://java.sun.com/j2se/1.5.0/download.html
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jdk$VER
+ PATCHLEVEL=1
ENTERED=20041006
ARCHIVE="off"
REJECT="is non-source"
diff --git a/z-java/jdk1.5-bin/HISTORY b/z-java/jdk1.5-bin/HISTORY
index 6ede93c..319ae44 100644
--- a/z-java/jdk1.5-bin/HISTORY
+++ b/z-java/jdk1.5-bin/HISTORY
@@ -1,3 +1,10 @@
+2007-03-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Increment PATCHLEVEL to 1 so people have the plugin
+ installed
+ * INSTALL: SMGL_COMPAT_ARCH -> SMGL_COMPAT_ARCHS
+ SMGL_COMPAT_ARCHS[0] is to check for bitness (32 || 64)
+ We want to check SMGL_COMPAT_ARCHS[1] for architecture (e.g. ia32)
+
2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.5.0_11
* PROVIDES: Provides JDK5
@@ -83,3 +90,4 @@

2004-10-10 Eric Schabell <eschabell AT sourcemage.org>
* ALL: new spell for version 1.5.0 jdk, thanks to Robin Cook.
+
diff --git a/z-java/jdk1.5-bin/INSTALL b/z-java/jdk1.5-bin/INSTALL
index 68c96d0..c49ef5d 100755
--- a/z-java/jdk1.5-bin/INSTALL
+++ b/z-java/jdk1.5-bin/INSTALL
@@ -7,7 +7,7 @@ then
message "${PROBLEM_COLOR}The package says i586 so if you really are
running an i386 or i486 you may experience problems with this
package${DEFAULT_COLOR}"
fi

-if [[ "${SMGL_COMPAT_ARCH[0]}" == "ia32" ]]
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
then
if [ -d ${INSTALL_ROOT}/usr/lib/mozilla/plugins ]
then



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

Archive powered by MHonArc 2.6.24.

Top of Page