Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (a84cadedad13b46659f9fa5c4f65a2bb80a338ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (a84cadedad13b46659f9fa5c4f65a2bb80a338ec)
  • Date: Sat, 15 Oct 2011 12:47:53 -0500

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

z-java/jdk6-bin/CONFIGURE | 2 +-
z-java/jdk6-bin/HISTORY | 7 +++++--
z-java/jdk6-bin/JAVA_WARNING | 13 +++++++++++++
z-java/jdk6-bin/volatiles | 2 --
4 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit a84cadedad13b46659f9fa5c4f65a2bb80a338ec
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

jd6-bin: post-update fixes

diff --git a/z-java/jdk6-bin/CONFIGURE b/z-java/jdk6-bin/CONFIGURE
index 44c9e1f..ee38dba 100755
--- a/z-java/jdk6-bin/CONFIGURE
+++ b/z-java/jdk6-bin/CONFIGURE
@@ -1,6 +1,6 @@
# download java sources warning.
#
-source $SECTION_DIRECTORY/JAVA_WARNING &&
+source $SPELL_DIRECTORY/JAVA_WARNING &&

# Standard rejected warnings.
#
diff --git a/z-java/jdk6-bin/HISTORY b/z-java/jdk6-bin/HISTORY
index cf5987d..80c3896 100644
--- a/z-java/jdk6-bin/HISTORY
+++ b/z-java/jdk6-bin/HISTORY
@@ -1,8 +1,11 @@
2011-10-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6u27; SECURITY_PATCH++; cleaned up;
- DLJ had been retired
+ DLJ had been retired (http://robilad.livejournal.com/90792.html)
* INSTALL: added seamonkey support for installing java plugin;
- fixed firefox plugin installation for x64
+ fixed firefox-bin plugin installation for x64
+ * CONFIGURE: use internal JAVA_WARNING
+ * JAVA_WARNING: added
+ * volatiles: removed, deprecated

2011-08-31 Bor Kraljič <pyrobor AT ver.si>
* INSTALL: added path to install plugin for firefox
diff --git a/z-java/jdk6-bin/JAVA_WARNING b/z-java/jdk6-bin/JAVA_WARNING
new file mode 100644
index 0000000..237e559
--- /dev/null
+++ b/z-java/jdk6-bin/JAVA_WARNING
@@ -0,0 +1,13 @@
+# Special messages with regards to JRE 1.6.0 sources.
+#
+if [[ ! -f $SOURCE_CACHE/$SOURCE ]]; then
+ message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for JRE \
+\nversion 6 in self-extracting format from Sun's website: \
+${DEFAULT_COLOR}\n ${WEB_SITE} \
+\n${MESSAGE_COLOR}Put the downloaded file $SOURCE in \
+${DEFAULT_COLOR}/var/spool/sorcery/ \
+${MESSAGE_COLOR}so cast will find it.\n${DEFAULT_COLOR}" &&
+
+ message "${MESSAGE_COLOR}Please recast when you have the
sources!\n${DEFAULT_COLOR}"
+ return 1
+fi
diff --git a/z-java/jdk6-bin/volatiles b/z-java/jdk6-bin/volatiles
deleted file mode 100755
index f3ef0d6..0000000
--- a/z-java/jdk6-bin/volatiles
+++ /dev/null
@@ -1,2 +0,0 @@
-^/usr/lib/jdk1\.5\.0_06/demo/jvmti/heapTracker/lib/libheapTracker_g\.so$
-^/usr/lib/jdk1\.5\.0_06/demo/jvmti/mtrace/lib/libmtrace_g\.so$



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (a84cadedad13b46659f9fa5c4f65a2bb80a338ec), Vlad Glagolev, 10/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page