New commits:
commit 118e7b86b73809c4c0a960ecacd085f32cee2007
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
xf86-video-ati: Fix compilation with xorg-server 1.12.x
commit 94b875876f13783c47f7b54484b6a838ae5a0890
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
dspam: corrected several issues
diff --git a/mail/dspam/BUILD b/mail/dspam/BUILD
index 9ad3fc1..24147d4 100755
--- a/mail/dspam/BUILD
+++ b/mail/dspam/BUILD
@@ -16,9 +16,6 @@ STORAGE_DRIVERS='hash_drv' &&
if is_depends_enabled $SPELL sqlite ; then
STORAGE_DRIVERS="$STORAGE_DRIVERS,sqlite3_drv"
fi &&
-if is_depends_enabled $SPELL db ; then
-STORAGE_DRIVERS="$STORAGE_DRIVERS,libdb4_drv"
-fi &&
if is_depends_enabled $SPELL $(get_spell_provider $SPELL MYSQL) ; then
STORAGE_DRIVERS="$STORAGE_DRIVERS,mysql_drv"
fi &&
@@ -28,9 +25,9 @@ fi &&
OPTS="--with-storage-driver=$STORAGE_DRIVERS $OPTS" &&