New commits:
commit c3a6c9bcc1599f76411da44fd31a4d6d9338096c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gnutls: Optionally depends on guile
commit 65502358aba35c3553f1e469f733d3b3400fd3e6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
guile: Fix for gcc 4.3.0 (and gnutls using guile with gcc 4.3.0)
commit 68c2a42251843ce393e62e0b83bb068d5d2782a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
nfs-utils: Updated to 1.1.2
commit 6bccf684d55f1c8bd0e47f328f074627b618d1ee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
quota: Updated to 3.16
diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index f928be4..772068c 100755
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -20,4 +20,9 @@ optional_depends "lzo" \
optional_depends "libcfg+" \
"--without-included-libcfg" \
"--with-included-libcfg" \
- "to use external libcfg+"
+ "to use external libcfg+" &&
+
+optional_depends "guile" \
+ "--enable-guile" \
+ "--disable-guile" \
+ "for GNU Guile bindings"
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 6b751a0..7e94418 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,6 @@
+2008-03-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on guile
+
2008-03-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.2, make 2.2 default GNUTLS_BRANCH
diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS
index e4af8ad..0a2c2a9 100755
--- a/devel/guile/DETAILS
+++ b/devel/guile/DETAILS
@@ -5,12 +5,13 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
- SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
SOURCE2_IGNORE=signature
- WEB_SITE=http://www.gnu.org/software/guile
- ENTERED=20010922
+ SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
LICENSE[0]=LGPL
+ PATCHLEVE=1
+ WEB_SITE=http://www.gnu.org/software/guile
KEYWORDS="devel"
+ ENTERED=20010922
SHORT="Portable, embeddable Scheme implementation"
cat << EOF
Guile is a portable, embeddable Scheme implementation written in C.
diff --git a/devel/guile/HISTORY b/devel/guile/HISTORY
index 0295731..6ed24e1 100644
--- a/devel/guile/HISTORY
+++ b/devel/guile/HISTORY
@@ -1,3 +1,10 @@
+2008-03-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Increment PATCHLEVEL to have this patch applied (for
gnutls)
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Patch to work with gcc 4.3.0 (also fixes gnutls
building
+ against guile with gcc 4.3.0)
+ From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466778
+
2007-08-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added libtool #13933