From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 14:51:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09697B0D; Wed, 10 Dec 2014 14:51:53 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D472ACD8; Wed, 10 Dec 2014 14:51:52 +0000 (UTC) Received: from [10.31.9.196] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4253843552; Wed, 10 Dec 2014 08:51:41 -0600 (CST) Message-ID: <54885DF2.1090707@marino.st> Date: Wed, 10 Dec 2014 15:51:30 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r374463 - head/graphics/tiff References: <201412101445.sBAEjFj1022993@svn.freebsd.org> In-Reply-To: <201412101445.sBAEjFj1022993@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 10 Dec 2014 14:51:53 -0000 On 12/10/2014 15:45, Dirk Meyer wrote: > Author: dinoex > Date: Wed Dec 10 14:45:15 2014 > New Revision: 374463 > URL: https://svnweb.freebsd.org/changeset/ports/374463 > QAT: https://qat.redports.org/buildarchive/r374463/ > > Log: > - fatal regression > shared lib version going backwards > By the way, I know this is a POLA violation, but why do you consider it a fatal regression? What tangible negative effect is it having? John