Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8180667162f08f9f757f710d997d9bf08af95fb6)

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 master grimoire by Vlad Glagolev (8180667162f08f9f757f710d997d9bf08af95fb6)
  • Date: Wed, 5 Oct 2016 18:15:28 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-im/mcabber/CONFIGURE | 8 ++++----
chat-im/mcabber/HISTORY | 3 +++
chat-libs/loudmouth/DEPENDS | 2 +-
chat-libs/loudmouth/DETAILS | 2 ++
chat-libs/loudmouth/HISTORY | 7 ++++---
5 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 8180667162f08f9f757f710d997d9bf08af95fb6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mcabber: dropped obsolete flags

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

loudmouth: don't install docs twice

commit 5c5b6a48688519b5489896afced3d38dc9568ead
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

loudmouth: use SSL provider

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

Revert "loudmouth: depends SSL"

This reverts commit ad1396a77967d378635396c5c8848eb41f0ff704.

Reason: compatibility-breaking commit

Conflicts:
chat-libs/loudmouth/HISTORY

diff --git a/chat-im/mcabber/CONFIGURE b/chat-im/mcabber/CONFIGURE
index 5074e43..6719d9b 100755
--- a/chat-im/mcabber/CONFIGURE
+++ b/chat-im/mcabber/CONFIGURE
@@ -1,11 +1,11 @@
+# drop obsolete configure flags from previous version(s)
+list_remove MCABBER_OPTS '--enable-xep0022' &&
+list_remove MCABBER_OPTS '--disable-xep0022' &&
+
config_query_option MCABBER_OPTS "Enable dynamic modules loading?" y \
"--enable-modules" \
"--disable-modules" &&

-config_query_option MCABBER_OPTS "Enable obsolete Message Events
(XEP-0022)?" n \
- "--enable-xep0022" \
- "--disable-xep0022" &&
-
config_query_option MCABBER_OPTS "Add development compilation options?" n \
"--enable-debug" \
"--disable-debug"
diff --git a/chat-im/mcabber/HISTORY b/chat-im/mcabber/HISTORY
index 1a75d38..971662e 100644
--- a/chat-im/mcabber/HISTORY
+++ b/chat-im/mcabber/HISTORY
@@ -1,3 +1,6 @@
+2016-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: dropped obsolete flags
+
2016-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.3

diff --git a/chat-libs/loudmouth/DEPENDS b/chat-libs/loudmouth/DEPENDS
index 10c7db7..a610332 100755
--- a/chat-libs/loudmouth/DEPENDS
+++ b/chat-libs/loudmouth/DEPENDS
@@ -14,7 +14,7 @@ optional_depends libasyncns \
case $LOUDMOUTH_SSL in
gnutls) depends gnutls "--with-ssl=gnutls"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ openssl) depends SSL "--with-ssl=openssl"
;;
none) OPTS="--without-ssl $OPTS"
;;
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
index 18e2019..c266a9e 100755
--- a/chat-libs/loudmouth/DETAILS
+++ b/chat-libs/loudmouth/DETAILS
@@ -1,11 +1,13 @@
SPELL=loudmouth
VERSION=1.5.3
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://mcabber.com/files/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/mcabber/loudmouth/
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"

SOURCE_HASH=sha512:ab6b16b4e644b69cdb7d8df1753d1bb5b43c2f1e76944e639339169b332e1b5c6a4246053c5b8a579ee9b53c845cef610b0040dfdffeb857180b6bab71adfcce
+ DOC_DIRS=""
LICENSE[0]=LGPL
ENTERED=20030823
KEYWORDS="jabber chat libs"
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index cb4caaf..fae8bfc 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,7 @@
+2016-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: don't do useless doc-ing; PATCHLEVEL=1
+ * DEPENDS: use SSL provider for openssl support
+
2016-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.5.3
* PRE_BUILD: use autoreconf
@@ -6,9 +10,6 @@
* DETAILS: add missing space in CFLAGS
* PRE_BUILD: run libtoolize

-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
2014-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: disable compiler error




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8180667162f08f9f757f710d997d9bf08af95fb6), Vlad Glagolev, 10/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page