Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3e1fe68065f78e947a18f0e574e4bbe332b43df0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3e1fe68065f78e947a18f0e574e4bbe332b43df0)
  • Date: Wed, 19 Oct 2011 23:06:33 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

mail/claws-mail/HISTORY | 3 +++
mail/claws-mail/PRE_BUILD | 7 +++++++
2 files changed, 10 insertions(+)

New commits:
commit 3e1fe68065f78e947a18f0e574e4bbe332b43df0
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

mail/claws-mail: fixed compilation with gnutls 3.0.x

diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index ad69df6..b0e5680 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,6 @@
+2011-10-20 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: added to fix building with gnutls 3.0 branch
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/mail/claws-mail/PRE_BUILD b/mail/claws-mail/PRE_BUILD
new file mode 100755
index 0000000..8ad3898
--- /dev/null
+++ b/mail/claws-mail/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+if is_depends_enabled ${SPELL} "gnutls" && [[ $(installed_version "gnutls")
== 3.0.* ]]
+then
+ sed -i "s:gnutls_transport_set_lowat:// gnutls_transport_set_lowat:g"
src/common/ssl.c
+fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3e1fe68065f78e947a18f0e574e4bbe332b43df0), Pol Vinogradov, 10/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page