From owner-freebsd-stable@FreeBSD.ORG Mon May 1 10:32:11 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539BB16A401; Mon, 1 May 2006 10:32:11 +0000 (UTC) (envelope-from plasma@ms9.hinet.net) Received: from seed.net.tw (sn14.seed.net.tw [139.175.54.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B9143D60; Mon, 1 May 2006 10:32:05 +0000 (GMT) (envelope-from plasma@ms9.hinet.net) Received: from [203.73.174.219] (port=64161 helo=me) by seed.net.tw with smtp (Seednet 4.23:1) id 1FaVhD-0009QY-Dw; Mon, 01 May 2006 18:32:03 +0800 Received: (nullmailer pid 63289 invoked by uid 1001); Mon, 01 May 2006 10:31:41 -0000 Date: Mon, 1 May 2006 18:31:41 +0800 From: plasma To: Hajimu UMEMOTO Message-ID: <20060501103141.GA35586@plasmanb.plasma.idv.tw> References: <20060501073243.GA12367@plasmanb.plasma.idv.tw> <200605011714.17755.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: 'Max recursion level (500) exceeded' error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 10:32:11 -0000 On Mon, May 01, 2006 at 04:50:29PM +0900, Hajimu UMEMOTO wrote: > >>>>> On Mon, 1 May 2006 17:14:06 +0930 > >>>>> "Daniel O'Connor" said: > > doconnor> On Monday 01 May 2006 17:02, plasma wrote: > > I recently upgraded my emacs from editors/emacs to editors/emacs-devel, > > and put the following line in /etc/make.conf: > > > > EMACS_PORT_NAME= emacs22 > > > > After that, the 'Max recursion level (500) exceeded.' error happened > > on every port I installed or upgraded. If I commented that line out, > > then everything's fine. > > > > Shouldn't I put that line in make.conf? Or there's a bug in port's > > makefile? > > doconnor> The former - that parameter is only for a port to set I think. > > Yes, there is a PR to address this problem: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/95238 Thanks for quick response. Then I think setting the variable for emacs-related ports in my pkgtools.conf is the only way to go. :) plasma