Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b85e68525d52733b6bad27ee028928a6dba48b37)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b85e68525d52733b6bad27ee028928a6dba48b37)
  • Date: Tue, 16 Aug 2011 01:11:22 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ftp/wget/HISTORY | 4 ++++
ftp/wget/SUB_DEPENDS | 2 +-
libs/apr-util/DEPENDS | 4 ++--
libs/apr-util/HISTORY | 3 +++
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 8f6b5c475ecbe9b43ad8a06558584e5784130176
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wget: fixed build when no gnutls (default ssl) is installed

commit 23418ae0385f951a7c583d400ac172113f87b3a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apr-util: corrected info message color

diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index ce1e8c1..6e525f3 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2011-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * SUB_DEPENDS: subdeps are used in configure stage; allow to build
+ without gnutls
+
2011-08-11 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: --with-ssl -> --with-ssl=openssl

diff --git a/ftp/wget/SUB_DEPENDS b/ftp/wget/SUB_DEPENDS
index 0e0f765..058a7f3 100755
--- a/ftp/wget/SUB_DEPENDS
+++ b/ftp/wget/SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- SSL) depends openssl ;;
+ SSL) depends openssl '--with-ssl=openssl';;
*) echo "unknown sub_depends $THIS_SUB_DEPENDS"; false ;;
esac
diff --git a/libs/apr-util/DEPENDS b/libs/apr-util/DEPENDS
index 48cbd8c..68d6080 100755
--- a/libs/apr-util/DEPENDS
+++ b/libs/apr-util/DEPENDS
@@ -1,5 +1,5 @@
-message ${WARNING_COLOR}you only need one of:\
- db,gdbm,postgresql,sqlite,sqlite2 ${DEFAULT_COLOUR}&&
+message ${MESSAGE_COLOR}INFO: you only need one of:\
+ db,gdbm,postgresql,sqlite,sqlite2${DEFAULT_COLOR} &&
depends apr "--with-apr=$INSTALL_ROOT/usr" &&
depends expat "--with-expat=$INSTALL_ROOT/usr" &&
optional_depends db \
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 150cd32..22e3039 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2011-08-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected info message color
+
2011-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* {{REPAIR^all^,}PRE_,}SUB_DEPENDS: added LDAP subdependency




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b85e68525d52733b6bad27ee028928a6dba48b37), Vlad Glagolev, 08/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page