From owner-svn-ports-all@freebsd.org Sat Dec 30 06:58:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3CFEADA5B; Sat, 30 Dec 2017 06:58:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 964A1718CF; Sat, 30 Dec 2017 06:58:30 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBU6wTd4073798; Sat, 30 Dec 2017 06:58:29 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBU6wTdo073797; Sat, 30 Dec 2017 06:58:29 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201712300658.vBU6wTdo073797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 30 Dec 2017 06:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457588 - head X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 457588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 06:58:30 -0000 Author: ashish Date: Sat Dec 30 06:58:29 2017 New Revision: 457588 URL: https://svnweb.freebsd.org/changeset/ports/457588 Log: - Add a note to UPDATING about recently discovered ejabberd build issue PR: 224606 Reported by: dewayne@heuristicsystems.com.au Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 30 06:43:51 2017 (r457587) +++ head/UPDATING Sat Dec 30 06:58:29 2017 (r457588) @@ -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