From owner-freebsd-ports@FreeBSD.ORG Thu Apr 26 14:04:59 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAE20106566C for ; Thu, 26 Apr 2012 14:04:59 +0000 (UTC) (envelope-from neko@takino.org) Received: from takino.org (mygate.battleship-potemkin.com [46.4.160.34]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACFF8FC24 for ; Thu, 26 Apr 2012 14:04:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by takino.org (Postfix) with ESMTP id 2F2EF61C20; Thu, 26 Apr 2012 17:56:19 +0400 (GMT-4) Date: Thu, 26 Apr 2012 18:05:12 +0400 From: Mikle Krutov To: Boris Samorodov Message-ID: <20120426140512.GA18457@takino.org> References: <20120426080813.GA52311@takino.org> <4F9940EE.4010509@passap.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4F9940EE.4010509@passap.ru> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org Subject: Re: Problems with wrtiting new port: plugin installation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2012 14:04:59 -0000 On Thu, Apr 26, 2012 at 04:34:54PM +0400, Boris Samorodov wrote: > 26.04.2012 12:08, Mikle Krutov написал: > > 1. Use actual file instead of ${NONEXISTENT} and the dependency will > be tracked. > 2. Use "+=" instead plain "=" to _add_ a dependency. > Boris, thank you! My mistakes were: actually, did not see that RUN_DEPENDS cat contain not only executables; Did not include bsd.ports.options.mk before checking for options After I've fixed that, everything works fine. Submitted a PR on that. -- Krutov Mihail || Takino.org