From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 17:26:47 2013 Return-Path: Delivered-To: freebsd-ports@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 17C001E7 for ; Mon, 7 Oct 2013 17:26:47 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward8l.mail.yandex.net (forward8l.mail.yandex.net [IPv6:2a02:6b8:0:1819::8]) by mx1.freebsd.org (Postfix) with ESMTP id CED1023A9 for ; Mon, 7 Oct 2013 17:26:46 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward8l.mail.yandex.net (Yandex) with ESMTP id 94A4A1A40DA4 for ; Mon, 7 Oct 2013 21:26:43 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 546E22C11AB for ; Mon, 7 Oct 2013 21:26:43 +0400 (MSK) Received: from 46.38.32.182.tel.ru (46.38.32.182.tel.ru [46.38.32.182]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8HfOmEkor0-Qg3mrnL2; Mon, 7 Oct 2013 21:26:43 +0400 Message-ID: <5252EED2.9000107@passap.ru> Date: Mon, 07 Oct 2013 21:26:42 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD ports list Subject: Do not use/install files from STAGEDIR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 17:26:47 -0000 Hi All, I want to ignore a file from STAGEDIR (i.e. do not include it to a package). Just removing it from pkg-plist results in error while testing with poudriere (latest -devel if that matters) at stage "check-orphans". The file can not be removed at post-stage target (the target seems to be defined at bsd.port.mk but actual code is not written). So the question is how to ignore a file from STAGEDIR (i.e. do not include it to a package)? Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve