New commits:
commit 385dcf50d01b0a2a8a2453c92f972505b78e9694
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
openldap: add -ldb to LDFLAGS if db support is enabled (fixes #50)
commit 100427fa515f2dcb8f9911735bd0ad07674ec7ae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
pyyaml: => 3.10
commit 728c540179010ea26ed10eaeab0ad5ddceb2f7c9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
mtools: => 4.0.17
commit 903d5f32ca0c19dfe3344436f09ee4076b8e8886
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
linux 3.0.3
commit 660beee724ed3ef1b23e149f86e62f90c6e25253
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
mjpegtools: updated to 2.0.0 and removed patches no longer needed
commit 7ed3d9506d14001cc504d147a36928329d40ef13
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
unique: added PRE_BUILD to apply patch to remove -Werror
commit 0afd1a3ebd898ad3ca13094d54ba8755607f7dce
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
grub2: BUILD added configure switch to disable -Werror
commit 95a432d53798d97c81c67d7719396bb8904f0d4c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
dirac: added patch to remove -Werror
commit fdd25d4166ab37f374fc9471ade5c02059f3e5fc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
zziplib: added patch to correct -export-dynamic gcc switch
commit c707c1cd0efd35eeb60e78f5f5cdef8bd0bd3e00
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
openjade: added patch to remove -Werror
commit e9444ac6955b6195babbf5681261b73f5d09846f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
iasl: adde PRE_BUILD to apply patch to get rid if -Werror
commit 2fc8a3538a0e7daf0caef4948a02e2ce960c9289
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
guile: added BUILD to set --disable-error-on-warning configure option
commit 2d6d3800edfd5a753dc75e7374b132f411049b32
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
tinyproxy: => 1.8.3 (security)
commit b404f41efcc071ee492f2ed08e670462455cb047
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
db 5.2.28
commit a39311738f9d7343d874bba10b4572bc4893ea1f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
libssh 0.5.1
diff --git a/archive-libs/zziplib/HISTORY b/archive-libs/zziplib/HISTORY
index 0aef7dc..0aa986d 100644
--- a/archive-libs/zziplib/HISTORY
+++ b/archive-libs/zziplib/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: added patch to correct -export-dynamic gcc switch
+
2009-12-18 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.13.58
fixed long description wrap
diff --git a/archive-libs/zziplib/PRE_BUILD b/archive-libs/zziplib/PRE_BUILD
index f997d0b..5e6bcad 100755
--- a/archive-libs/zziplib/PRE_BUILD
+++ b/archive-libs/zziplib/PRE_BUILD
@@ -2,4 +2,6 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
message "${MESSAGE_COLOR}Removing that chmod * thing that may choke on
install (too many args).$DEFAULT_COLOR" &&
sed -i 's/chmod 664 \*/true/' docs/Makefile.am &&
-sed -i 's/chmod 664 \*/true/' docs/Makefile.in
+sed -i 's/chmod 664 \*/true/' docs/Makefile.in &&
+
+patch -p1 < $SCRIPT_DIRECTORY/export-dynamic.patch
diff --git a/archive-libs/zziplib/export-dynamic.patch
b/archive-libs/zziplib/export-dynamic.patch
new file mode 100644
index 0000000..553a0a2
--- /dev/null
+++ b/archive-libs/zziplib/export-dynamic.patch
@@ -0,0 +1,24 @@
+diff -ur zziplib-0.13.58/configure zziplib-mod/configure
+--- zziplib-0.13.58/configure 2009-08-23 06:38:19.000000000 -0500
++++ zziplib-mod/configure 2011-08-11 18:53:13.259003119 -0500
+@@ -16179,7 +16179,7 @@
+
+ if test ".$can_build_shared" = .no
+ then ZZIPLIB_LDFLAGS=""
+- else ZZIPLIB_LDFLAGS="--export-dynamic"
++ else ZZIPLIB_LDFLAGS="-Wl,--export-dynamic"
+ fi
+ RESOLVES=' # '
+ ;;
+diff -ur zziplib-0.13.58/configure.ac zziplib-mod/configure.ac
+--- zziplib-0.13.58/configure.ac 2009-08-23 06:38:24.000000000 -0500
++++ zziplib-mod/configure.ac 2011-08-11 18:53:49.758001053 -0500
+@@ -288,7 +288,7 @@
+
+ if test ".$can_build_shared" = .no
+ then ZZIPLIB_LDFLAGS=""
+- else ZZIPLIB_LDFLAGS="--export-dynamic"
++ else ZZIPLIB_LDFLAGS="-Wl,--export-dynamic"
+ fi
+ RESOLVES=' # '
+ ;;
diff --git a/collab/openldap/BUILD b/collab/openldap/BUILD
index b08926f..c34f4ae 100755
--- a/collab/openldap/BUILD
+++ b/collab/openldap/BUILD
@@ -1,6 +1,10 @@
#Fails to build without extra CPPFLAG
# See http://www.openldap.org/lists/openldap-bugs/200804/msg00074.html
-CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
+CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS" &&
+
+if [[ "$SLAPD_LDBM" == "db" ]]; then
+ LDFLAGS="-ldb $LDFLAGS"
+fi &&
OPTS="$OPTS
$OPENLDAP_SLAPD $SLAPD_ACI $SLAPD_DNSSRV $SLAPD_MONITOR
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index d89c8e8..44f2949 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,6 @@
+2011-08-18 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: add -ldb to LDFLAGS if db support is enabled (fixes #50)
+
2011-07-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.26
diff --git a/crypto/libssh/DETAILS b/crypto/libssh/DETAILS
index 9f81fd4..bb0c748 100755
--- a/crypto/libssh/DETAILS
+++ b/crypto/libssh/DETAILS
@@ -1,5 +1,5 @@
SPELL=libssh
- VERSION=0.5.0
+ VERSION=0.5.1
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libssh/HISTORY b/crypto/libssh/HISTORY
index 940eed4..21e30a7 100644
--- a/crypto/libssh/HISTORY
+++ b/crypto/libssh/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.5.1
+
2011-06-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.0
* BUILD: use cmake_build
diff --git a/database/db/DETAILS b/database/db/DETAILS
index cf92073..4f65a76 100755
--- a/database/db/DETAILS
+++ b/database/db/DETAILS
@@ -1,6 +1,6 @@
SPELL=db
- VERSION=4.8.30
-
SOURCE_HASH=sha512:d1a3c52b0ab54ae3fd6792e6396c9f74d25f36b2eb9e853b67ef9c872508a58c784c7818108d06d184f59601b70cc877916e67dfea6f0ee1ca2b07468c1041f1
+ VERSION=5.2.28
+
SOURCE_HASH=sha512:f55870b09a9a7a3abcbbcf8c75596bedef13201bad96532108587da7e9da668797b67e3395ac25abfcb04f6bdd56df496edfb589c25fb4bcfe4ff3ee48a1fd6e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.oracle.com/berkeley-db/$SOURCE
diff --git a/database/db/HISTORY b/database/db/HISTORY
index db7cb4a..15b9626 100644
--- a/database/db/HISTORY
+++ b/database/db/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 5.2.28
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/devel/guile/BUILD b/devel/guile/BUILD
new file mode 100755
index 0000000..a95c901
--- /dev/null
+++ b/devel/guile/BUILD
@@ -0,0 +1,3 @@
+OPTS="--disable-error-on-warning $OPTS" &&
+
+default_build
diff --git a/devel/guile/HISTORY b/devel/guile/HISTORY
index c23bcdc..7fc27ad 100644
--- a/devel/guile/HISTORY
+++ b/devel/guile/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Robin Cook <rcook AT wyrms.net>
+ * BUILD: added to set --disable-error-on-warning configure option
+
2010-12-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.8
diff --git a/devel/iasl/HISTORY b/devel/iasl/HISTORY
index 3365d8a..2eb486b 100644
--- a/devel/iasl/HISTORY
+++ b/devel/iasl/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: added to apply patch to get rid of -Werror
+
2011-07-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 20110623