From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 07:24:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E3A16A4CE for ; Fri, 23 Apr 2004 07:24:56 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDC243D4C for ; Fri, 23 Apr 2004 07:24:56 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i3NEOr8N079292; Fri, 23 Apr 2004 09:24:53 -0500 (CDT) (envelope-from dan) Date: Fri, 23 Apr 2004 09:24:53 -0500 From: Dan Nelson To: Wayne Pascoe Message-ID: <20040423142453.GA4463@dan.emsphone.com> References: <20040422154306.GC22115@marvin.penguinpowered.org> <20040422154932.GA4370@dan.emsphone.com> <20040423080904.GA24667@marvin.penguinpowered.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040423080904.GA24667@marvin.penguinpowered.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: GD from ports on FreeBSD 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 14:24:56 -0000 In the last episode (Apr 23), Wayne Pascoe said: > On Thu, Apr 22, 2004 at 10:49:33AM -0500, Dan Nelson wrote: > > In the last episode (Apr 22), Wayne Pascoe said: > > > gdft.c:485: `FT_ENCODING_MS_SYMBOL' undeclared (first use in this > > > function) > > > > Make sure your freetype is up-to-date (2.1.7_3 is the current > > version) also. > > Thanks a bunch. That actually appears to be a bit broken, but I'll > contact the gd2 maintainer. > > I was using portupgrade to update gd2, and I would have assumed that > if freetype was a dependency, portupgrade should have updated that as > well. You would need to add -R to upgrade packages required by the one you're upgrading. -r will upgrade packages depending on the one you're upgrading. They're not the default because most of the time they're not necessary, and can really slow down a build if there's a big piece of software like mozilla, jdk, or openoffice somewhere in the dependency chain. -- Dan Nelson dnelson@allantgroup.com