From owner-freebsd-current@FreeBSD.ORG Sun Jul 25 19:06:15 2004 Return-Path: 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 7D8A816A4CE for ; Sun, 25 Jul 2004 19:06:15 +0000 (GMT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8221543D46 for ; Sun, 25 Jul 2004 19:06:14 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id B783526F345; Sun, 25 Jul 2004 21:06:13 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 08518-06; Sun, 25 Jul 2004 21:06:13 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by avs2.arnes.si (Postfix) with ESMTP id BFA1E26F316; Sun, 25 Jul 2004 21:06:12 +0200 (CEST) From: Dejan Lesjak To: Szilveszter Adam , Jesse Sheidlower Date: Sun, 25 Jul 2004 21:06:11 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407252106.12192.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at arnes.si cc: freebsd-current@freebsd.org Subject: Re: Problem with xorg-vfbserver [and other -server] build[s] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 19:06:15 -0000 Szilveszter Adam wrote: > Hello again, > > I looked at X.org CVSweb, and they also have freetype2-2.1.8 in there. > Also, I tried looking at the port skeleton for xorg ports, but maybe I > did not understand it? There does not appear any steps to *not* use the > bundled freetype library during the build. Maybe it does not get > installed in the end, but this may be a reason why the package builds > suceed... in any event, I had to add "magic" lines in my host.def in > order to skip the bundled freetype library in favor of the system one, > and it works for me... > The ports are based on release. Freetype 2.1.8 was added after the release in both X.Org and XFree86 (the 4.4.99.8 snapshot of XFree86 you were talkink about is newer than 4.4 release). So this shouldn't be a problem. Dejan