Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (8a23ccb5942c39c91872742f592e29d5f860203b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (8a23ccb5942c39c91872742f592e29d5f860203b)
  • Date: Sun, 8 Sep 2013 10:58:55 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

java/icedtea7/HISTORY | 3 +++
java/icedtea7/PRE_BUILD | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 8a23ccb5942c39c91872742f592e29d5f860203b
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

icedtea7: changed pre build to work with new automake

diff --git a/java/icedtea7/HISTORY b/java/icedtea7/HISTORY
index a66fbc7..e56fcb2 100644
--- a/java/icedtea7/HISTORY
+++ b/java/icedtea7/HISTORY
@@ -1,3 +1,6 @@
+2013-09-08 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: changed to build with new automake
+
2013-03-10 Sukneet Basuta <sukneet AT sourcemage.org>
* DOWNLOAD: only check if SOURCE1 exists. Always download the others.
If we wish to download only on a timestamp change, we will have to
use cURL
diff --git a/java/icedtea7/PRE_BUILD b/java/icedtea7/PRE_BUILD
index bc678eb..41cd0d3 100755
--- a/java/icedtea7/PRE_BUILD
+++ b/java/icedtea7/PRE_BUILD
@@ -17,8 +17,7 @@ cp $SOURCE_CACHE/$SOURCE8 ./ &&

cd $SOURCE_DIRECTORY
patch -p1 < $SPELL_DIRECTORY/icedtea-2.3.1-add_cacerts-1.patch &&
-#patch -p1 < $SPELL_DIRECTORY/icedtea-7.2.2-no_suffix.patch &&
-autoreconf &&
+NOCONFIGURE=Y ./autogen.sh &&
patch -p1 < $SPELL_DIRECTORY/icedtea7-2.3.1-fixed_paths.patch &&

cd $BUILD_DIRECTORY &&



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (8a23ccb5942c39c91872742f592e29d5f860203b), Robin Cook, 09/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page