summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-12-30 06:58:29 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-12-30 06:58:29 +0000
commit6d97442a7171873efb82b19705c21cfd16f6496d (patch)
treed1251c2462002e5fdbed1c369a90771668df73f8
parentMark DEPRECATED and set EXPIRATION_DATE to 2018-01-31 (diff)
- Add a note to UPDATING about recently discovered ejabberd build issue
PR: 224606 Reported by: dewayne@heuristicsystems.com.au
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8897221a91df..5db5f39bc565 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20171230:
+ AFFECTS: users of net-im/ejabberd
+ AUTHOR: ashish@FreeBSD.org
+
+ If you are building ejabberd 17.11 on a host, which already has an older
+ version of ejabberd installed, then build process will fail with "unknown type
+ specifier" errors. As a workaround, please uninstall ejabberd before building
+ ejabberd.
+
+ This has been reported upstream at:
+ https://github.com/processone/ejabberd/issues/2194
+
20171223:
AFFECTS: users of dns/dnscrypt-proxy
AUTHOR: egypcio@googlemail.com