Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Maurizio Boriani (c88514a0f558783b17e60fd0bdf923e76412c7fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Maurizio Boriani <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Maurizio Boriani (c88514a0f558783b17e60fd0bdf923e76412c7fb)
  • Date: Wed, 11 Oct 2006 05:04:34 -0500

GIT changes to master grimoire by Maurizio Boriani <baux AT sourcemage.org>:

audio-creation/beast/CONFIGURE | 16 ++++++++++++++++
audio-creation/beast/HISTORY | 3 +++
audio-creation/glame/CONFIGURE | 16 ++++++++++++++++
audio-creation/glame/HISTORY | 3 +++
audio-creation/snd/CONFIGURE | 17 +++++++++++++++++
audio-creation/snd/HISTORY | 3 +++
audio-libs/lilypond/CONFIGURE | 19 ++++++++++++++++++-
audio-libs/lilypond/HISTORY | 3 +++
crypto/crank/CONFIGURE | 16 ++++++++++++++++
crypto/crank/HISTORY | 3 +++
database/guile-dbd-mysql/DETAILS | 12 +++++++++++-
database/guile-dbd-mysql/HISTORY | 4 ++++
database/guile-dbd-postgresql/DETAILS | 12 +++++++++++-
database/guile-dbd-postgresql/HISTORY | 4 ++++
database/guile-dbi/DETAILS | 14 +++++++++++++-
database/guile-dbi/HISTORY | 4 ++++
devel/graphviz/CONFIGURE | 16 ++++++++++++++++
devel/graphviz/HISTORY | 3 +++
devel/greg/DETAILS | 14 +++++++++++++-
devel/greg/HISTORY | 4 ++++
devel/guile/CONFIGURE | 1 +
devel/guile/DETAILS | 5 +++++
devel/guile/HISTORY | 4 ++++
devel/guile/UP_TRIGGERS | 10 ++++++++++
devel/swig/HISTORY | 3 +++
gnome1-apps/gnucash/CONFIGURE | 16 ++++++++++++++++
gnome1-apps/gnucash/HISTORY | 3 +++
gnome1-apps/gnumeric/CONFIGURE | 16 ++++++++++++++++
gnome1-apps/gnumeric/HISTORY | 3 +++
gnome1-libs/gnome-games/CONFIGURE | 16 ++++++++++++++++
gnome1-libs/gnome-games/HISTORY | 3 +++
gnome1-libs/gnome-utils/CONFIGURE | 16 ++++++++++++++++
gnome1-libs/gnome-utils/HISTORY | 3 +++
gnome1-libs/guppi/CONFIGURE | 16 ++++++++++++++++
gnome1-libs/guppi/HISTORY | 3 +++
gnome2-apps/gnucash2/CONFIGURE | 16 ++++++++++++++++
gnome2-apps/gnucash2/HISTORY | 3 +++
gnome2-apps/gnumeric2/CONFIGURE | 16 ++++++++++++++++
gnome2-apps/gnumeric2/HISTORY | 3 +++
gnome2-apps/rhythmbox-applet/DEPENDS~ | 1 -
gnome2-libs/gnome-games2/CONFIGURE | 16 ++++++++++++++++
gnome2-libs/gnome-games2/HISTORY | 3 +++
http/elinks/CONFIGURE | 16 ++++++++++++++++
http/elinks/HISTORY | 3 +++
http/guile-www/CONFIGURE | 16 ++++++++++++++++
http/guile-www/HISTORY | 3 +++
libs/serveez/CONFIGURE | 16 ++++++++++++++++
libs/serveez/HISTORY | 3 +++
libs/slib/CONFIGURE | 16 ++++++++++++++++
libs/slib/HISTORY | 3 +++
mail/anubis/CONFIGURE | 16 ++++++++++++++++
mail/anubis/HISTORY | 3 +++
mail/mailutils/HISTORY | 3 +++
utils/mcron/DETAILS | 10 +++++++++-
utils/mcron/HISTORY | 4 ++++
x11-toolkits/guile-gtk/CONFIGURE | 16 ++++++++++++++++
x11-toolkits/guile-gtk/HISTORY | 3 +++
57 files changed, 486 insertions(+), 7 deletions(-)

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.

diff --git a/database/guile-dbd-mysql/DETAILS
b/database/guile-dbd-mysql/DETAILS
index 65385d3..266fb2f 100755
--- a/database/guile-dbd-mysql/DETAILS
+++ b/database/guile-dbd-mysql/DETAILS
@@ -1,9 +1,19 @@
SPELL=guile-dbd-mysql
+local VE=$(installed_version guile-dbi)
+if [ "${VE:0:1}" = "1" ]
+then
+ VERSION=1.0.4
+else
+
VERSION=2.0.0
-
SOURCE_HASH=sha512:12d557927a9052a99d5d1c7f0c93120435b9ee7a6447b105758343f0db31ffc24b8db19e9a2a8c19b4451055b194addead45ecb13ab9f7a67ceb567ca14f6c7b
+fi
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.gna.org/guile-dbi/$SOURCE
+ SOURCE2_URL[0]=http://download.gna.org/guile-dbi/$SOURCE2
+ SOURCE_GPG=gnu.gpg:$SOURCE2
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.gna.org/projects/guile-dbi
LICENSE[0]=GPL
ENTERED=20050114
diff --git a/database/guile-dbd-mysql/HISTORY
b/database/guile-dbd-mysql/HISTORY
index d543bcb..d4bc3f4 100644
--- a/database/guile-dbd-mysql/HISTORY
+++ b/database/guile-dbd-mysql/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * DETAILS: Use versions 1 for guile dbi 1 and 2 for
+ guile dbi 2.
+
2006-09-27 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.0.0

diff --git a/database/guile-dbd-postgresql/DETAILS
b/database/guile-dbd-postgresql/DETAILS
index 8cb2502..0f210b5 100755
--- a/database/guile-dbd-postgresql/DETAILS
+++ b/database/guile-dbd-postgresql/DETAILS
@@ -1,10 +1,20 @@
SPELL=guile-dbd-postgresql
+local VE=$(installed_version guile-dbi)
+if [ "${VE:0:1}" = "1" ]
+then
VERSION=1.0.3
+else
+
+ VERSION=2.0.0
+fi
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.gna.org/guile-dbi/$SOURCE
+ SOURCE2_URL[0]=http://download.gna.org/guile-dbi/$SOURCE.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE2
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.gna.org/projects/guile-dbi
-
SOURCE_HASH=sha512:5daa9e3d3112437cf8220380d7af21b81d9945f8b047ec4d8aa445712f5924c7fea10ceb32d5f32ddd16c5a3deea676fd21d08065126da7e61f4bb7c376e6ebd
LICENSE[0]=GPL
ENTERED=20050118
KEYWORDS="postgresql database"
diff --git a/database/guile-dbd-postgresql/HISTORY
b/database/guile-dbd-postgresql/HISTORY
index ba949cd..ea6eedb 100644
--- a/database/guile-dbd-postgresql/HISTORY
+++ b/database/guile-dbd-postgresql/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * DETAILS: Use versions 1 for guile dbi 1 and 2 for
+ guile dbi 2.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/database/guile-dbi/DETAILS b/database/guile-dbi/DETAILS
index 6c42c37..5fb94c8 100755
--- a/database/guile-dbi/DETAILS
+++ b/database/guile-dbi/DETAILS
@@ -1,10 +1,22 @@
SPELL=guile-dbi
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+if [ "$G_18" = "y" ]
+then
VERSION=2.0.0
+else
+ VERSION=1.0.4
+fi
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.gna.org/guile-dbi/$SOURCE
+ SOURCE2_URL[0]=http://download.gna.org/guile-dbi/$SOURCE2
+ SOURCE_GPG=gnu.gpg:$SOURCE2
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.gna.org/projects/guile-dbi
-
SOURCE_HASH=sha512:afee4cb217f1703962f37c981c83095dd6faacc1c82494f604f8a0d9c260c0953903bb7cf4b605619e7219ee5ff9e1792ea9cb2b6fd7b394b48f0f1f1688e2c0
LICENSE[0]=GPL
ENTERED=20050114
KEYWORDS="database"
diff --git a/database/guile-dbi/HISTORY b/database/guile-dbi/HISTORY
index 3264781..58eea33 100644
--- a/database/guile-dbi/HISTORY
+++ b/database/guile-dbi/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * DETAILS: Use version 1 for guile 1.6 and version
+ 2 for guile 1.8.
+
2006-09-26 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.0.0

diff --git a/devel/graphviz/CONFIGURE b/devel/graphviz/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/devel/graphviz/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/devel/graphviz/HISTORY b/devel/graphviz/HISTORY
index 28a40ae..049a90f 100644
--- a/devel/graphviz/HISTORY
+++ b/devel/graphviz/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/devel/greg/DETAILS b/devel/greg/DETAILS
index 6fd8c63..fd8f6d3 100755
--- a/devel/greg/DETAILS
+++ b/devel/greg/DETAILS
@@ -1,9 +1,21 @@
SPELL=greg
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+if [ "$G_18" = "y" ]
+then
+ VERSION=2.0.0
+else
VERSION=1.5.0
+fi
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.gna.org/greg/$SOURCE
-
SOURCE_HASH=sha512:c6704d2ffd93711755801d4cefc53814c8cd88c7793207887db548192810e82060d49ed9160076159b57af2249503f5f28fa04544a87950b51e7722ec51f1cd8
+ SOURCE2_URL[0]=http://download.gna.org/greg/$SOURCE2
+ SOURCE_GPG=gnu.gpg:$SOURCE2
+ SOURCE2_IGNORE=signature
WEB_SITE=http://homepage.gna.org/greg/
ENTERED=20050131
LICENSE[0]=GPL
diff --git a/devel/greg/HISTORY b/devel/greg/HISTORY
index f61f392..0b86c5c 100644
--- a/devel/greg/HISTORY
+++ b/devel/greg/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * DETAILS: Use version 1 for guile 1.6 and 2 for
+ guile 1.8.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/guile/CONFIGURE b/devel/guile/CONFIGURE
new file mode 100755
index 0000000..4ca95c3
--- /dev/null
+++ b/devel/guile/CONFIGURE
@@ -0,0 +1 @@
+config_query G_18 "Use guile 1.8?" n
diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS
index 9b8cdb3..68d321f 100755
--- a/devel/guile/DETAILS
+++ b/devel/guile/DETAILS
@@ -1,5 +1,10 @@
SPELL=guile
+if [ "$G_18" == "y" ];
+then
+ VERSION=1.8.1
+else
VERSION=1.6.8
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/guile/HISTORY b/devel/guile/HISTORY
index 2dd48cb..a07578f 100644
--- a/devel/guile/HISTORY
+++ b/devel/guile/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Query about guile major relase.
+ * UP_TRIGGERS: Trigger if major release changed.
+
2006-07-20 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 1.6.8
* PRE_BUILD, gcc-4.0.patch: remove
diff --git a/devel/guile/UP_TRIGGERS b/devel/guile/UP_TRIGGERS
new file mode 100755
index 0000000..d377780
--- /dev/null
+++ b/devel/guile/UP_TRIGGERS
@@ -0,0 +1,10 @@
+if [ -z $(installed_version guile) ]
+then
+ return 0
+fi &&
+
+local VE=$(installed_version guile)
+if [ "${VE:0:3}" = "1.6" ]
+then
+ RECAST_UP="guile"
+fi
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index fd99b21..50fec75 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-22 Treeve Jelbert <treeve AT pi.be>
* DETAILS: upgrade to 1.3.29

diff --git a/gnome1-apps/gnucash/CONFIGURE b/gnome1-apps/gnucash/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome1-apps/gnucash/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/gnome1-apps/gnucash/HISTORY b/gnome1-apps/gnucash/HISTORY
index d064c7c..329dc1a 100644
--- a/gnome1-apps/gnucash/HISTORY
+++ b/gnome1-apps/gnucash/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/gnome1-apps/gnumeric/CONFIGURE b/gnome1-apps/gnumeric/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome1-apps/gnumeric/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/gnome1-apps/gnumeric/HISTORY b/gnome1-apps/gnumeric/HISTORY
index 16c8f27..8ccedd1 100644
--- a/gnome1-apps/gnumeric/HISTORY
+++ b/gnome1-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/gnome1-libs/gnome-games/CONFIGURE
b/gnome1-libs/gnome-games/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome1-libs/gnome-games/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/gnome1-libs/gnome-games/HISTORY b/gnome1-libs/gnome-games/HISTORY
index afa0d5e..64cdcd3 100644
--- a/gnome1-libs/gnome-games/HISTORY
+++ b/gnome1-libs/gnome-games/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/gnome1-libs/gnome-utils/CONFIGURE
b/gnome1-libs/gnome-utils/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome1-libs/gnome-utils/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/gnome1-libs/gnome-utils/HISTORY b/gnome1-libs/gnome-utils/HISTORY
index dae720e..764129c 100644
--- a/gnome1-libs/gnome-utils/HISTORY
+++ b/gnome1-libs/gnome-utils/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/gnome1-libs/guppi/CONFIGURE b/gnome1-libs/guppi/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome1-libs/guppi/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/gnome1-libs/guppi/HISTORY b/gnome1-libs/guppi/HISTORY
index c0fc68e..02430b2 100644
--- a/gnome1-libs/guppi/HISTORY
+++ b/gnome1-libs/guppi/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/gnome2-apps/gnucash2/CONFIGURE b/gnome2-apps/gnucash2/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/gnome2-apps/gnucash2/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/gnome2-apps/gnucash2/HISTORY b/gnome2-apps/gnucash2/HISTORY
index 60179c6..b2269e9 100644
--- a/gnome2-apps/gnucash2/HISTORY
+++ b/gnome2-apps/gnucash2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-08-01 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.0.1
* gnucash-pubkey.key: added
diff --git a/gnome2-apps/gnumeric2/CONFIGURE b/gnome2-apps/gnumeric2/CONFIGURE
index 165040e..bf69b89 100755
--- a/gnome2-apps/gnumeric2/CONFIGURE
+++ b/gnome2-apps/gnumeric2/CONFIGURE
@@ -1,3 +1,19 @@
+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 SSCONVERT "Build ssconvert (cmd line sreadsheet conversion
tool)?" y &&
config_query SSINDEX "Build ssindex (spreadsheet indexer for beagle)?" n
&&
config_query SOLVER "Compile the solver?" y
&&
diff --git a/gnome2-apps/gnumeric2/HISTORY b/gnome2-apps/gnumeric2/HISTORY
index c6ad80e..b7ccb6a 100644
--- a/gnome2-apps/gnumeric2/HISTORY
+++ b/gnome2-apps/gnumeric2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-09 Robin Cook <rcook AT wyrms.net>
* DEPENDS: changed libgda2 to libgnomedb-dev
* DETAILS: added PATCHLEVEL
diff --git a/gnome2-apps/rhythmbox-applet/DEPENDS~
b/gnome2-apps/rhythmbox-applet/DEPENDS~
deleted file mode 100755
index 02287d6..0000000
--- a/gnome2-apps/rhythmbox-applet/DEPENDS~
+++ /dev/null
@@ -1 +0,0 @@
-depends rhythmbox
diff --git a/gnome2-libs/gnome-games2/CONFIGURE
b/gnome2-libs/gnome-games2/CONFIGURE
index d8584d1..fb1f6dd 100755
--- a/gnome2-libs/gnome-games2/CONFIGURE
+++ b/gnome2-libs/gnome-games2/CONFIGURE
@@ -1 +1,17 @@
+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 HISCORES "Backup and restore high scores?" y
diff --git a/gnome2-libs/gnome-games2/HISTORY
b/gnome2-libs/gnome-games2/HISTORY
index 4f55cd0..6860dfe 100644
--- a/gnome2-libs/gnome-games2/HISTORY
+++ b/gnome2-libs/gnome-games2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.16.1

diff --git a/http/elinks/CONFIGURE b/http/elinks/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/http/elinks/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/http/elinks/HISTORY b/http/elinks/HISTORY
index 73b86ca..f96563f 100644
--- a/http/elinks/HISTORY
+++ b/http/elinks/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Borini <baux AT sourcemange.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/http/guile-www/CONFIGURE b/http/guile-www/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/http/guile-www/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/http/guile-www/HISTORY b/http/guile-www/HISTORY
index 8ebd122..40ef1d7 100644
--- a/http/guile-www/HISTORY
+++ b/http/guile-www/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Borini <baux AT sourcemange.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/libs/serveez/CONFIGURE b/libs/serveez/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/libs/serveez/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/libs/serveez/HISTORY b/libs/serveez/HISTORY
index edb600c..324e3f6 100644
--- a/libs/serveez/HISTORY
+++ b/libs/serveez/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/libs/slib/CONFIGURE b/libs/slib/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/libs/slib/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/libs/slib/HISTORY b/libs/slib/HISTORY
index caee9b2..afb81a8 100644
--- a/libs/slib/HISTORY
+++ b/libs/slib/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-08-13 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3a3
* INSTALL: fix install
diff --git a/mail/anubis/CONFIGURE b/mail/anubis/CONFIGURE
index 1db2d3f..f1516fd 100755
--- a/mail/anubis/CONFIGURE
+++ b/mail/anubis/CONFIGURE
@@ -1,3 +1,19 @@
+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_list ANUBIS_TLS "Which TLS/SSL lib do you wish to use" \
"none" "gnutls" "openssl" &&
config_query_list ANUBIS_DB "Which database backend do you wish to use" \
diff --git a/mail/anubis/HISTORY b/mail/anubis/HISTORY
index c138b5e..d52a074 100644
--- a/mail/anubis/HISTORY
+++ b/mail/anubis/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-14 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: fixed | -> ;

diff --git a/mail/mailutils/HISTORY b/mail/mailutils/HISTORY
index 348e2c7..f29f093 100644
--- a/mail/mailutils/HISTORY
+++ b/mail/mailutils/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Borini <baux AT sourcemange.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.

diff --git a/utils/mcron/DETAILS b/utils/mcron/DETAILS
index 0e72142..0538254 100755
--- a/utils/mcron/DETAILS
+++ b/utils/mcron/DETAILS
@@ -1,5 +1,14 @@
SPELL=mcron
+if [ -f /etc/sorcery/local/depends/guile.p ]
+then
+ . /etc/sorcery/local/depends/guile.p
+fi
+if [ "$G_18" = "y" ]
+then
+ VERSION=1.0.3
+else
VERSION=1.0.2
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -10,7 +19,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.gnu.org/software/mcron/
ENTERED=20040515
UPDATED=20041122
-
SOURCE_HASH=sha512:cbb5fc713c2bb784a9019fdeac417aa365de82e91defd52db59ca7078349b13a476ee63af6087140814831c354681c325c667415c8b46c692a8bd634647b9e12
LICENSE[0]=GPL
KEYWORDS="utils"
SHORT="Vixie cron replacement"
diff --git a/utils/mcron/HISTORY b/utils/mcron/HISTORY
index 3fce9fd..be00b64 100644
--- a/utils/mcron/HISTORY
+++ b/utils/mcron/HISTORY
@@ -1,3 +1,7 @@
+2006-10-11 Maurizio Boriani <baux AT sourcemage.org>
+ * DETAILS: Use version 1.0.2 for guile 1.6 and 1.0.3 for
+ guile 1.8.
+
2006-08-20 Pol Vinogradov <vin.public AT gmail.com>
* INSTALL: removed, operations should be in FINAL anyway
* FINAL: added, track_rootifying
diff --git a/x11-toolkits/guile-gtk/CONFIGURE
b/x11-toolkits/guile-gtk/CONFIGURE
new file mode 100755
index 0000000..55601be
--- /dev/null
+++ b/x11-toolkits/guile-gtk/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/x11-toolkits/guile-gtk/HISTORY b/x11-toolkits/guile-gtk/HISTORY
index 8fd8659..ca2c618 100644
--- a/x11-toolkits/guile-gtk/HISTORY
+++ b/x11-toolkits/guile-gtk/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 Maurizio Borini <baux AT sourcemange.org>
+ * CONFIGURE: Add warning about guile major update.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.





Archive powered by MHonArc 2.6.24.

Top of Page