From owner-freebsd-ports@FreeBSD.ORG Fri Feb 29 05:56:10 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 974421065670 for ; Fri, 29 Feb 2008 05:56:10 +0000 (UTC) (envelope-from pcfxer@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.freebsd.org (Postfix) with SMTP id 22C088FC1C for ; Fri, 29 Feb 2008 05:56:09 +0000 (UTC) (envelope-from pcfxer@rogers.com) Received: (qmail 60208 invoked from network); 29 Feb 2008 05:56:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=2casrpYJB+sy6vkG4OAbCXGPGEJL7hUeh1p/xkgl69dYF/tFfLS/7EjBX3P0/wOSbt584SbDbrfco28AW5a1Q4i/ssjU+/TJH9bFQadBeknTNdoFvLn7+PI5NrD0Fn94QqqGPRj5tvnRqyrw75CrUd3mzvJIuuyw/9Wo1XF8DHE= ; Received: from unknown (HELO BrodeyBSD.com) (pcfxer@rogers.com@99.241.144.175 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 29 Feb 2008 05:56:09 -0000 X-YMail-OSG: 8NmNyWMVM1mOWwvprSc6nuG5LJqZY3XIu18NXQpYk82ii1KS0J1CT2LRnWRELFaxFg-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47C75828.1000107@rogers.com> Date: Thu, 28 Feb 2008 19:56:08 -0500 From: Brodey Dover User-Agent: Thunderbird 2.0.0.9 (X11/20080228) MIME-Version: 1.0 To: Chuck Robey References: <47C5F7D0.4040803@rogers.com> <47C75547.4030102@chuckr.org> In-Reply-To: <47C75547.4030102@chuckr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, danfe@freebsd.org Subject: Re: FreeBSD Port: nvidia-driver-169.07 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: Fri, 29 Feb 2008 05:56:10 -0000 So I'm reading your response and thinking, okay I'll do this tomorrow. But then you mentioned, "that is not your error...but." I can program, what the hey, let's look at the error and see what is up....well I made the following changes to nv_freebsd.h lines 337 and 338 / S032 nv_os_agp_init (nv_state_t *, void **, U032 *); S032 nv_os_agp_teardown (nv_state_t *); /to /S032 nv_os_agp_init (*nv_stack_t *sp*, nv_state_t *, void **, U032 *); S032 nv_os_agp_teardown (*nv_stack_t *sp*, nv_state_t *); /I then got a stop because ../../graphics/libGL was already installed, feeling redundancy kicking in I decided to give in for a "registered" install of the nvidia-drivers, I deinstalled libGL and fired up make install from nvidia-driver directory again. After that, the driver successfully installed itself and I'm a happy happy camper. I am running FreeBSD6.3/i386- RELEASE. Regards, Brodey Dover See you all at BSDCan ;).