From owner-svn-ports-all@FreeBSD.ORG Tue Mar 19 12:44:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 142B96DF; Tue, 19 Mar 2013 12:44:04 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 95045FF7; Tue, 19 Mar 2013 12:44:03 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:34111] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r2JChtIY006351 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 19 Mar 2013 16:43:56 +0400 (MSK) From: Max Brazhnikov To: Dima Panov Subject: Re: svn commit: r314638 - head Date: Tue, 19 Mar 2013 12:45:04 +0000 Message-ID: <1493571.bRsforkKQ8@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <201303191234.r2JCYQvo078688@svn.freebsd.org> References: <201303191234.r2JCYQvo078688@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 19 Mar 2013 12:44:04 -0000 On Tue, 19 Mar 2013 12:34:26 +0000Tue Mar 19 12:34:25 2013 Dima Panov wrote: > Author: fluffy > Date: Tue Mar 19 12:34:25 2013 > New Revision: 314638 > URL: http://svnweb.freebsd.org/changeset/ports/314638 > > Log: > - Add note about deinstalling old version of net/freerdp before build a new one You could set CONFLICTS_BUILD in this case. > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Tue Mar 19 12:17:58 2013 (r314637) > +++ head/UPDATING Tue Mar 19 12:34:25 2013 (r314638) > @@ -5,6 +5,13 @@ 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. > > +20130319: > + AFFECTS: users of net/freerdp > + AUTHOR: fluffy@FreeBSD.org > + > + The net/freerdp package was changed API and require to deinstall previous > + version first to avoid build conflicts. > + > 20130317: > AFFECTS: users of devel/protobuf > AUTHOR: vanilla@FreeBSD.org