From owner-freebsd-ports@FreeBSD.ORG Thu May 28 23:17:10 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C22A3AEA for ; Thu, 28 May 2015 23:17:10 +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 DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8893C857 for ; Thu, 28 May 2015 23:17:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A12B4BDC5E; Fri, 29 May 2015 01:17:07 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 6CA08BDC56; Fri, 29 May 2015 01:17:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 050A236955D0; Fri, 29 May 2015 01:16:56 +0200 (CEST) Date: Fri, 29 May 2015 01:16:56 +0200 From: Mathieu Arnold To: Henrik Hudson , freebsd-ports@freebsd.org Subject: Re: some ports always rebuild with oudriere? Message-ID: In-Reply-To: <20150528192226.GA10291@vash.rhavenn.local> References: <20150528192226.GA10291@vash.rhavenn.local> 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: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 23:17:10 -0000 +--On 28 mai 2015 11:22:26 -0800 Henrik Hudson wrote: | I use poudriere to build a custom pkg tree. There are a few ports | that always seem to rebuild themselves. They're small, so not a | super big deal, but more looking in as to why? | | www/linkchecker | | It always reports that: | Deleting linkchecker-9.3.txz: new dependency: www/twill | | and rebuilds itself no matter how many times I run poudriere bulk | without any other changes. This usually happens when the dependency in the Makefile is badly done. In this case, the dependency was: LOGIN_RUN_DEPENDS= twill:${PORTSDIR}/www/twill which means "register a dependency on the twill executable installed by www/twill" Thing is, there is no twill executable installed by twill, it's obviously a mistake, I've fixed it. -- Mathieu Arnold