From owner-svn-ports-head@FreeBSD.ORG Mon Apr 20 09:12:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44906218; Mon, 20 Apr 2015 09:12:49 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 23F1F18F; Mon, 20 Apr 2015 09:12:48 +0000 (UTC) Received: from [192.168.0.133] (vie-91-186-145-235.dsl.sil.at [91.186.145.235]) by ainaz.pair.com (Postfix) with ESMTPSA id 53ED93F454; Mon, 20 Apr 2015 05:12:45 -0400 (EDT) Date: Mon, 20 Apr 2015 11:12:44 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384058 - head/Mk In-Reply-To: <201504151549.t3FFn2uC038945@svn.freebsd.org> Message-ID: References: <201504151549.t3FFn2uC038945@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 09:12:49 -0000 On Wed, 15 Apr 2015, Bryan Drewery wrote: > Log: > Rework change from r383665 for CATEGORY validation so it does not show a > warning when PORTSDIR is set to a directory that is symlinked to the real > ports directory. Nice, thank you! This also helped in cases where things are (auto)mounted or symlinked at higher levels. Gerald