Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by David Kowis (7bbd52b15e4cbce79c8bc3cc6e05fe1fd891791d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: David Kowis <dkowis AT shlrm.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by David Kowis (7bbd52b15e4cbce79c8bc3cc6e05fe1fd891791d)
  • Date: Wed, 31 May 2006 10:42:30 +0200


GIT changes to test grimoire by David Kowis <dkowis AT shlrm.org>:

mail/nbsmtp/DEPENDS | 2 +-
mail/nbsmtp/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7bbd52b15e4cbce79c8bc3cc6e05fe1fd891791d
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing bug 11289

diff --git a/mail/nbsmtp/DEPENDS b/mail/nbsmtp/DEPENDS
index 07d98e2..e713c88 100755
--- a/mail/nbsmtp/DEPENDS
+++ b/mail/nbsmtp/DEPENDS
@@ -1 +1 @@
-optional_depends "openssl" "" "--enable-ssl" "for SSL support"
+optional_depends "openssl" "--disable-ssl" "--enable-ssl" "for SSL support"


It should be:
optional_depends "openssl" "--enable-ssl" "--disable-ssl" "for SSL support"

BTW, what is new with SVK mails to sm-commit?
IMHO, SVK shouldn't be used until we get mails from it in sm-commit.

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page