From owner-freebsd-current Thu Nov 7 4:19:32 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E5137B401 for ; Thu, 7 Nov 2002 04:19:31 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB7443E42 for ; Thu, 7 Nov 2002 04:19:29 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id gA7CJMOE043606; Thu, 7 Nov 2002 14:19:24 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gA7CJNaJ099734; Thu, 7 Nov 2002 14:19:23 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gA7CJLsO099733; Thu, 7 Nov 2002 14:19:21 +0200 (EET) Date: Thu, 7 Nov 2002 14:19:21 +0200 From: Maxim Sobolev To: Kris Kennaway Cc: current@FreeBSD.ORG Subject: Re: perl5.6.1 wrapper Message-ID: <20021107121921.GB98939@vega.vega.com> References: <20021107014750.GA18398@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021107014750.GA18398@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 06, 2002 at 05:47:51PM -0800, Kris Kennaway wrote: > Can someone explain why the perl wrapper needs to be hardlinked to > perl5.6.1? > > The problem I am seeing is this: > > USE_PERL5=yes in a port adds the following BUILD_DEPENDS: > > enigma# make -V BUILD_DEPENDS > perl5.6.1:/usr/ports/lang/perl5 > > However 5.0 has perl5.6.1 in the base system still, so this dependency > is always satisfied, the perl port is never added and the port build > that relies on it will fail. Change that to ${LOCALBASE}/bin/perl5.6.1:/usr/ports/lang/perl5 and you'll be set. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message