From owner-freebsd-questions@FreeBSD.ORG Sun Aug 31 13:47:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFE3C106567C for ; Sun, 31 Aug 2008 13:47:26 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9855D8FC12 for ; Sun, 31 Aug 2008 13:47:26 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so840122yxb.13 for ; Sun, 31 Aug 2008 06:47:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3pG1skTpfrPCqJy/1dCVfvDBAs6GnH3kFT0fMKiKFlc=; b=Qe4qS/xzHp6hJ7xYA0MB2Tu/pMtm/oqFq/9cWozg9vywHgfJpmB8fScdHq3CMHo3Wp 06IkQnqA7zlBikrdu6kYHWQPom9Rpdslb0/bF38ylVp8rw7kpjQEnQdOUWg3NFRX35Wx MsyZssl3lIV86l03XLgPYiK1B01PNT8kUCRCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=WhZfIn3CjWJXcUPJZRl2BZ4YlWS0D6RpUODSS2SpwSHZxZg809/M+Z0VVyw2w17E14 fcXmZ9+rOtTpHrBgLdvhtOmhXbzveRqUl6x6e1suzlEHjeq6clP5j4NRVI6kMeGMCLzL JY033twms47M46ux9a8oiMm1tXNywWZv2q3Gs= Received: by 10.150.191.10 with SMTP id o10mr7087169ybf.199.1220190445573; Sun, 31 Aug 2008 06:47:25 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Sun, 31 Aug 2008 06:47:25 -0700 (PDT) Message-ID: <8cb6106e0808310647w7e98b91ev7acdf67a542a5757@mail.gmail.com> Date: Sun, 31 Aug 2008 09:47:25 -0400 From: "Josh Carroll" To: "Warren Liddell" In-Reply-To: <200808312215.38918.shinjii@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808311920.40952.shinjii@maydias.com> <48BA6775.6090902@gmail.com> <200808312215.38918.shinjii@maydias.com> Cc: freebsd-questions@freebsd.org, Manolis Kiagias Subject: Re: Conflicting packages installing to same dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 13:47:27 -0000 > there both needed as a dependency by X.Org so although your suggestionis good > in theory, unf not going to work in prac, although i had tried it :) They are both dependencies because you've told it so. cd /usr/ports/x11-drivers/xorg-drivers make config Deselect either the i810 or intel driver. Then you should be able to rebuild without issue. Regards, Josh