From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 14:46:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F9B0FAF; Mon, 9 Jun 2014 14:46:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 4CA482B8D; Mon, 9 Jun 2014 14:46:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59EkCKG049560; Mon, 9 Jun 2014 14:46:12 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59EkCcB049559; Mon, 9 Jun 2014 14:46:12 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201406091446.s59EkCcB049559@svn.freebsd.org> From: Renato Botelho Date: Mon, 9 Jun 2014 14:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357160 - head X-SVN-Group: ports-head 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.18 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: Mon, 09 Jun 2014 14:46:12 -0000 Author: garga Date: Mon Jun 9 14:46:11 2014 New Revision: 357160 URL: http://svnweb.freebsd.org/changeset/ports/357160 QAT: https://qat.redports.org/buildarchive/r357160/ Log: Add a note about clamav build being broken when old version is installed while I cannot find a real fix Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jun 9 14:43:53 2014 (r357159) +++ head/UPDATING Mon Jun 9 14:46:11 2014 (r357160) @@ -5,6 +5,15 @@ 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. +20140609 + AFFECTS: users of security/clamav + AUTHOR: garga@FreeBSD.org + + In some cases, when clamav 0.98.1 is installed, the new version (0.98.3) + breaks during build phase. The only workaround for now is to remove the old + package before building the new version. I'm trying to reproduce it and find a + better solution. + 20140604 AFFECTS: users of dns/dnscrypt-proxy AUTHOR: feld@FreeBSD.org