New commits:
commit c88514a0f558783b17e60fd0bdf923e76412c7fb
Author: Maurizio Boriani <baux AT sourcemage.org>
Commit: Maurizio Boriani <baux AT sourcemage.org>
Bump up guile to new major release 1.8.
diff --git a/audio-creation/beast/CONFIGURE b/audio-creation/beast/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/audio-creation/beast/CONFIGURE
@@ -0,0 +1,16 @@
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+
+if [ "$G_18" = "y" ]
+then
+ message "\n${MESSAGE_COLOR}" \
+ "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
+
+ if ! query "Would you like to continue?" n;
+ then
+ message "${MESSAGE_COLOR}Please recast later!\n"
+ return 1
+ fi
+fi
diff --git a/audio-creation/beast/HISTORY b/audio-creation/beast/HISTORY
index c5922fd..b632896 100644
--- a/audio-creation/beast/HISTORY
+++ b/audio-creation/beast/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/audio-creation/glame/CONFIGURE b/audio-creation/glame/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/audio-creation/glame/CONFIGURE
@@ -0,0 +1,16 @@
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+
+if [ "$G_18" = "y" ]
+then
+ message "\n${MESSAGE_COLOR}" \
+ "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
+
+ if ! query "Would you like to continue?" n;
+ then
+ message "${MESSAGE_COLOR}Please recast later!\n"
+ return 1
+ fi
+fi
diff --git a/audio-creation/glame/HISTORY b/audio-creation/glame/HISTORY
index 40cded9..93b4edb 100644
--- a/audio-creation/glame/HISTORY
+++ b/audio-creation/glame/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/audio-creation/snd/CONFIGURE b/audio-creation/snd/CONFIGURE
index 80ff16e..b8601fc 100755
--- a/audio-creation/snd/CONFIGURE
+++ b/audio-creation/snd/CONFIGURE
@@ -1,3 +1,20 @@
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+
+if [ "$G_18" = "y" ]
+then
+ message "\n${MESSAGE_COLOR}" \
+ "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
+
+ if ! query "Would you like to continue?" n;
+ then
+ message "${MESSAGE_COLOR}Please recast later!\n"
+ return 1
+ fi
+fi
+
config_query MIDI "include sndlib midi module?" n
config_query HOBBIT "include arity check support for hobbit?" n
config_query RUBY "use ruby as scripting language (instead of Guile)?" y
diff --git a/audio-creation/snd/HISTORY b/audio-creation/snd/HISTORY
index 7c0c87f..0bd6972 100644
--- a/audio-creation/snd/HISTORY
+++ b/audio-creation/snd/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-07-31 Unet <unet AT sourcemage.org>
* DETAILS: Updated to 8.3
diff --git a/audio-libs/lilypond/CONFIGURE b/audio-libs/lilypond/CONFIGURE
index 3bd8a99..d54b81c 100755
--- a/audio-libs/lilypond/CONFIGURE
+++ b/audio-libs/lilypond/CONFIGURE
@@ -1 +1,18 @@
-config_query HTMLDOC "Use netpbm and imagemagick to build html documentation
?" y
\ No newline at end of file
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+
+if [ "$G_18" = "y" ]
+then
+ message "\n${MESSAGE_COLOR}" \
+ "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
+
+ if ! query "Would you like to continue?" n;
+ then
+ message "${MESSAGE_COLOR}Please recast later!\n"
+ return 1
+ fi
+fi
+
+config_query HTMLDOC "Use netpbm and imagemagick to build html documentation
?" y
diff --git a/audio-libs/lilypond/HISTORY b/audio-libs/lilypond/HISTORY
index 0edf6b6..7a9820e 100644
--- a/audio-libs/lilypond/HISTORY
+++ b/audio-libs/lilypond/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/crypto/crank/CONFIGURE b/crypto/crank/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/crypto/crank/CONFIGURE
@@ -0,0 +1,16 @@
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+
+if [ "$G_18" = "y" ]
+then
+ message "\n${MESSAGE_COLOR}" \
+ "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
+
+ if ! query "Would you like to continue?" n;
+ then
+ message "${MESSAGE_COLOR}Please recast later!\n"
+ return 1
+ fi
+fi
diff --git a/crypto/crank/HISTORY b/crypto/crank/HISTORY
index 8c3355f..67f1535 100644
--- a/crypto/crank/HISTORY
+++ b/crypto/crank/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.