From owner-svn-ports-head@FreeBSD.ORG Sun Oct 20 20:32:50 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 143C62DC for ; Sun, 20 Oct 2013 20:32:50 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (alexdupre-1-pt.tunnel.tserv23.zrh1.ipv6.he.net [IPv6:2001:470:25:450::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 488FB2E10 for ; Sun, 20 Oct 2013 20:32:49 +0000 (UTC) Received: (qmail 19304 invoked from network); 20 Oct 2013 20:32:46 -0000 Received: from unknown (HELO ?192.168.178.115?) (sysadmin@alexdupre.com@192.168.178.115) by lab.alexdupre.com with ESMTPSA; 20 Oct 2013 20:32:46 -0000 Message-ID: <52643DF7.2080603@FreeBSD.org> Date: Sun, 20 Oct 2013 22:32:55 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: Alexey Dokuchaev , Eitan Adler Subject: Re: svn commit: r331037 - head/devel/newfile References: <201310201725.r9KHPvri053258@svn.freebsd.org> <20131020173331.GA30389@FreeBSD.org> In-Reply-To: <20131020173331.GA30389@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 20 Oct 2013 20:32:50 -0000 Alexey Dokuchaev ha scritto: > On Sun, Oct 20, 2013 at 05:25:57PM +0000, Eitan Adler wrote: >> New Revision: 331037 >> URL: http://svnweb.freebsd.org/changeset/ports/331037 >> >> .if ${PORT_OPTIONS:MDOCS} > ^^^^^^^^^^^^^^^^^^^^^^^^^ > I thought these checks are no longer needed for staged ports, no? Usually no, but if building and/or installing documentation takes a lot of time they could still be useful for port users. -- Alex Dupre