pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ejabberd ejabberd: Add comment explaining a build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71bc7f45482
branches:  trunk
changeset: 373085:a71bc7f45482
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 29 16:16:47 2017 +0000

description:
ejabberd: Add comment explaining a build failure

When 17.09 is installed, the build of 17.11 fails.  But, with no
ejabberd installd package, it builds fine.  Include link to issue
filed upstream.

diffstat:

 chat/ejabberd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 24d2ff318419 -r a71bc7f45482 chat/ejabberd/Makefile
--- a/chat/ejabberd/Makefile    Fri Dec 29 11:59:13 2017 +0000
+++ b/chat/ejabberd/Makefile    Fri Dec 29 16:16:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2017/12/14 21:12:21 fhajny Exp $
+# $NetBSD: Makefile,v 1.79 2017/12/29 16:16:47 gdt Exp $
 
 DISTNAME=      ejabberd-17.11
 CATEGORIES=    chat
@@ -10,6 +10,9 @@
 COMMENT=       Free and Open Source distributed fault-tolerant Jabber server
 LICENSE=       gnu-gpl-v2
 
+# Building 17.11 while 17.09 is installed fails.
+# https://github.com/processone/ejabberd/issues/2194
+
 DEPENDS+=      erlang-cache_tab>=1.0.12:../../devel/erlang-cache_tab
 DEPENDS+=      erlang-epam>=1.0.3:../../security/erlang-epam
 DEPENDS+=      erlang-eredis>=1.0.8.20150910:../../databases/erlang-eredis



Home | Main Index | Thread Index | Old Index