From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 21:54:15 2013 Return-Path: Delivered-To: freebsd-ports@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 64172F81 for ; Mon, 7 Oct 2013 21:54:15 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2124C273A for ; Mon, 7 Oct 2013 21:54:14 +0000 (UTC) Date: Tue, 8 Oct 2013 00:54:12 +0300 From: Alex Kozlov To: Boris Samorodov Subject: Re: [solved] Re: Do not use/install files from STAGEDIR Message-ID: <20131007215412.GA72763@ravenloft.kiev.ua> References: <5252EED2.9000107@passap.ru> <52530536.9050109@passap.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <52530536.9050109@passap.ru> Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 21:54:15 -0000 On Mon, Oct 07, 2013 at 11:02:14PM +0400, Boris Samorodov wrote: > 07.10.2013 21:26, Boris Samorodov пишет: > > > So the question is how to ignore a file from STAGEDIR (i.e. do not > > include it to a package)? > > As antoine@ wrote by e-mail, one can use post-install target > to remove a file from STAGEDIR. It's ok to have orphan files in STAGEDIR. poudriere's check-orphans error should be just a warning. -- Alex