From owner-freebsd-ports@FreeBSD.ORG Wed Jun 14 16:16:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EE016A41A for ; Wed, 14 Jun 2006 16:16:54 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1127243D45 for ; Wed, 14 Jun 2006 16:16:53 +0000 (GMT) (envelope-from corsmith@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so122934wxd for ; Wed, 14 Jun 2006 09:16:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Tni1BMaJ81SQ8KTGOraGC6ZQuzlwADp4f85Q3vPWnEImzbhh5ZYqlJT76NCWV2pJ1yVVWS75nWRXGj3s4b8wzM6IYoXUG/4xuJuaz/KJptwSNrNCWOogH1VLOrlx9hj6Qe4y05RkVdmdedoHs1btcR5OWe1hru7h2VP7Dxf2M0A= Received: by 10.70.14.5 with SMTP id 5mr926518wxn; Wed, 14 Jun 2006 09:16:53 -0700 (PDT) Received: by 10.70.8.10 with HTTP; Wed, 14 Jun 2006 09:16:53 -0700 (PDT) Message-ID: <8061fbee0606140916u32aad6b4ib7f8d5b2d034421@mail.gmail.com> Date: Wed, 14 Jun 2006 12:16:53 -0400 From: "Corey Smith" To: "Jona Joachim" In-Reply-To: <44902C42.6030609@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <448F236C.8060805@web.de> <8061fbee0606140829w674c97ddi28a2c23ab170c029@mail.gmail.com> <44902C42.6030609@web.de> Cc: ports@freebsd.org Subject: Re: x11/nvidia-driver and opengl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 16:16:54 -0000 On 6/14/06, Jona Joachim wrote: > Why do you have drm/dri? AFAIK the nvidia driver doesn't support it and > provides it's own solution. Correct me if I'm wrong. $ pkg_info -g dri-6.4.1,2 libdrm-2.0.1_1 nvidia-driver-1.0.8762 nvidia-xconfig-1.0 xorg-server-6.9.0_4 Information for dri-6.4.1,2: Mismatched Checksums: Information for libdrm-2.0.1_1: Mismatched Checksums: Information for nvidia-driver-1.0.8762: Mismatched Checksums: Information for nvidia-xconfig-1.0: Mismatched Checksums: Information for xorg-server-6.9.0_4: Mismatched Checksums: pkg_info: /usr/X11R6/lib/modules/extensions/libGLcore.so doesn't exist /usr/X11R6/lib/modules/extensions/libglx.so fails the original MD5 checksum It looks like dri is required by xorg-6.9.0 and libdrm is required by a ton of ports... It sounds like ultimately your dependency tree is b0rked... -Corey Smith