From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 07:59:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A044FF4; Wed, 6 Nov 2013 07:59:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7B72953; Wed, 6 Nov 2013 07:59:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C9E78BDCF9; Wed, 6 Nov 2013 08:59:53 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A6B4BBDCF8; Wed, 6 Nov 2013 08:59:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 0B0B9C6F7624; Wed, 6 Nov 2013 08:59:51 +0100 (CET) Date: Wed, 06 Nov 2013 08:59:49 +0100 From: Mathieu Arnold To: Ganael LAPLANCHE , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r332820 - head/archivers/par2cmdline Message-ID: <09447C7C5A28CEA547433EE4@atuin.in.mat.cc> In-Reply-To: <20131106073557.M24176@FreeBSD.org> References: <201311050813.rA58Dx1d073265@svn.freebsd.org> <8CC47BFA1B6ED1DA41489582@atuin.in.mat.cc> <20131106073557.M24176@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Wed, 06 Nov 2013 07:59:55 -0000 +--On 6 novembre 2013 07:37:20 +0000 Ganael LAPLANCHE wrote: | On Tue, 05 Nov 2013 09:34:00 +0100, Mathieu Arnold wrote | | Hi Mathieu, | |> You can also remove the .if ... .endif, as only files in the |> plist are installed after staging. | | Mmmhh, it makes check-orphans fail and think a few files are left ; | moreover the target's purpose is more clear this way, isn't it ? Yes and no, it is the current behavior with staging to always stage docs when generating it is not to heavy, so that when subports come, the -docs subport can be created without changing the port. And I agree, check-orphans should see these files and shut up :-) -- Mathieu Arnold