From owner-freebsd-ports@FreeBSD.ORG Fri Feb 3 15:21:43 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D2A16A420; Fri, 3 Feb 2006 15:21:43 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F71B43D4C; Fri, 3 Feb 2006 15:21:43 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k13FLgLv066861 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Feb 2006 10:21:42 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.4/8.13.4/Submit) id k13FLfb5066860; Fri, 3 Feb 2006 10:21:41 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Kris Kennaway Date: Fri, 3 Feb 2006 10:21:41 -0500 User-Agent: KMail/1.8.2 References: <43DBDC93.8000505@FreeBSD.org> <200601281706.53667@aldan> <20060131210853.GA14393@xor.obsecurity.org> In-Reply-To: <20060131210853.GA14393@xor.obsecurity.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: ports@freebsd.org, Sergey Matveychuk Subject: Re: ports/86310: [patch] all-depends-list target of bsd.port.mk is buggy 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: Fri, 03 Feb 2006 15:21:44 -0000 On Tuesday 31 January 2006 04:08 pm, Kris Kennaway wrote: = I have discovered a related problem, which is that when a :target is = specified e.g. in PATCH_DEPENDS, it does not correctly recurse to = discover the necessary dependencies. še.g. the cups-magicolor port has = = PATCH_DEPENDS= š${NONEXISTENT}:${PORTSDIR}/print/cups-base:configure = = but the only patch dependency added is = = (ports-i386:~/7/ports/print/cups-magicolor)> make describe | cut -f 9 -d \| = /var/portbuild/i386/7/ports//print/cups-base Kris, I did not touch the describe target. Worse -- it is implemented in Perl of all things... Are you sure, it is related to this PR at all? -mi = when it should go and add all the build dependencies of cups-base = (e.g. gmake), and their runtime dependencies (libiconv, etc). = = I'd really appreciate if you could work on this too. šFor now the only = workaround is to explicitly add the full dependency list to the = affected ports by hand.