From owner-freebsd-stable@FreeBSD.ORG Fri Dec 14 14:33:36 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E81ED16A475 for ; Fri, 14 Dec 2007 14:33:36 +0000 (UTC) (envelope-from edt1023@ms17.hinet.net) Received: from msr15.hinet.net (msr15.hinet.net [168.95.4.115]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED1413C4DD for ; Fri, 14 Dec 2007 14:33:36 +0000 (UTC) (envelope-from edt1023@ms17.hinet.net) Received: from ms17.hinet.net (218-169-137-181.dynamic.hinet.net [218.169.137.181]) by msr15.hinet.net (8.9.3/8.9.3) with SMTP id WAA29472; Fri, 14 Dec 2007 22:33:22 +0800 (CST) Received: by ms17.hinet.net (sSMTP sendmail emulation); Fri, 14 Dec 2007 22:30:33 +0800 Date: Fri, 14 Dec 2007 22:30:33 +0800 From: "Edward G.J. Lee" To: Matthew Seaman Message-ID: <20071214143033.GA24844@lgj.amnesia.net> References: <20071214134356.GA24368@lgj.amnesia.net> <47628FA8.7010100@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47628FA8.7010100@infracaninophile.co.uk> Organization: GNU/Linux/*BSD Dreamer Club User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-stable Subject: Re: Can't build graphviz 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: Fri, 14 Dec 2007 14:33:37 -0000 On Fri, Dec 14, 2007, Matthew Seaman wrote: > You need to: > > make rmconfig > > and then try again. Thanks. But how do I know when I need `make rmconfig'? If I use portupgrade to upgrade this port, it will fail too. Edward