From owner-cvs-all@FreeBSD.ORG Fri Apr 4 05:30:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7311837B401; Fri, 4 Apr 2003 05:30:52 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E0843F75; Fri, 4 Apr 2003 05:30:52 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 04AF921972; Fri, 4 Apr 2003 05:30:50 -0800 (PST) Date: Fri, 4 Apr 2003 05:30:50 -0800 From: Will Andrews To: Joe Marcus Clarke Message-ID: <20030404133050.GG983@procyon.firepipe.net> References: <200304040655.h346tNAb054905@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304040655.h346tNAb054905@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/Xft Makefile ports/x11-fonts/Xft/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 13:30:52 -0000 On Thu, Apr 03, 2003 at 10:55:23PM -0800, Joe Marcus Clarke wrote: > Modified files: > x11-fonts/Xft Makefile > Added files: > x11-fonts/Xft/files pkg-install.in > Log: > Borrow a little from kdelibs3, and add a dependency on the scalable fonts. > Also, run fc-cache here as well as in fontconfig just to make sure we have > some fonts installed. This change needs to be reverted. You added a circular dependency due to XFree86-4-font* depending on XFree86-4-clients which in turn depends on Xft. Perhaps the problem you're trying solve could be solved in a different location. Regards, -- wca