aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2017-12-30 14:58:29 +0800
committerashish <ashish@FreeBSD.org>2017-12-30 14:58:29 +0800
commit609b2487d7b99d1cb1228bce4552894c1275bdef (patch)
treed1251c2462002e5fdbed1c369a90771668df73f8 /UPDATING
parent9319961d1c80dba71e8c1e094c70d7cabdb42258 (diff)
downloadfreebsd-ports-gnome-609b2487d7b99d1cb1228bce4552894c1275bdef.tar.gz
freebsd-ports-gnome-609b2487d7b99d1cb1228bce4552894c1275bdef.tar.zst
freebsd-ports-gnome-609b2487d7b99d1cb1228bce4552894c1275bdef.zip
- Add a note to UPDATING about recently discovered ejabberd build issue
PR: 224606 Reported by: dewayne@heuristicsystems.com.au
Diffstat (limited to 'UPDATING')
-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