Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (362faa38c5785c334cb6919fa3292aaa42fa828b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (362faa38c5785c334cb6919fa3292aaa42fa828b)
  • Date: Mon, 10 Dec 2018 20:38:19 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

mail/neomutt/BUILD | 4 ++++
mail/neomutt/DEPENDS | 4 ++++
mail/neomutt/HISTORY | 3 +++
3 files changed, 11 insertions(+)

New commits:
commit 362faa38c5785c334cb6919fa3292aaa42fa828b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: needs libgpg-error if gpgme is selected

diff --git a/mail/neomutt/BUILD b/mail/neomutt/BUILD
index 5e41a0c..ec7daf3 100755
--- a/mail/neomutt/BUILD
+++ b/mail/neomutt/BUILD
@@ -1,3 +1,7 @@
+if is_depends_enabled "${SPELL}" "gpgme"; then
+ LDFLAGS+=" -lgpg-error"
+fi &&
+
OPTS+=" --docdir=${INSTALL_ROOT}/usr/share/doc/mutt
--with-mailpath=${INSTALL_ROOT}/var/spool/mail
${NEOMUTT_OPTS}" &&
diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 155a41d..ea182a8 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -29,6 +29,10 @@ optional_depends "gpgme"
\
"" \
"alternate backend for PGP and S/MIME" &&

+if is_depends_enabled "${SPELL}" "gpgme"; then
+ depends "libgpg-error"
+fi &&
+
case ${HCACHE_BACKEND} in
db)
depends "${HCACHE_BACKEND}" "--bdb" ;;
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 733a34e..204db69 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2018-12-10 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS: needs libgpg-error if gpgme is selected
+
2018-07-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 20180716




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (362faa38c5785c334cb6919fa3292aaa42fa828b), Pavel Vinogradov, 12/10/2018

Archive powered by MHonArc 2.6.24.

Top of Page