From owner-freebsd-x11@FreeBSD.ORG Fri Jun 1 00:47:38 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9710716A41F for ; Fri, 1 Jun 2007 00:47:38 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 47A0113C489 for ; Fri, 1 Jun 2007 00:47:38 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id 7A1F1192A3A; Fri, 1 Jun 2007 02:47:37 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180658857; bh=1Sic4HQcIUGB9wpry09DsoyRdZY=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=kHznmpDjdlbHgezuFDKHT6a3aXrN03PvbqrhYlxGVx0YcXuvS/ys vdt9ECAFXdeuscDLwK3viObs8KtsNNcPET0/0sb3uH3XBhTY084Hc/YQ5ni9hPolCBb +md0n3Cxu X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id gYvYp+5-Sy2r; Fri, 1 Jun 2007 02:47:36 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 011EA192969; Fri, 1 Jun 2007 02:47:35 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id B999F511A6; Fri, 1 Jun 2007 02:47:35 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l510lW7c072469; Fri, 1 Jun 2007 02:47:35 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Fri, 1 Jun 2007 02:47:31 +0200 User-Agent: KMail/1.9.6 References: <155463.98974.qm@web33611.mail.mud.yahoo.com> In-Reply-To: <155463.98974.qm@web33611.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706010247.32086.dejan.lesjak@ijs.si> Cc: Subject: Re: nv driver port fails to patch X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:47:38 -0000 On Friday 01 June 2007 01:18:24 Fred Cox wrote: > I'm in the middle of attempting to upgrade to 7.2 on > an AMD64 system, and the one driver that doesn't build > is xf86-video-nv. > > Of course, I have an nVidia card. > > Here is the make error I get: > > [root@dred /usr/ports/x11-drivers/xf86-video-nv]# make > > ===> Patching for xf86-video-nv-1.2.2.1 > ===> Applying FreeBSD patches for > xf86-video-nv-1.2.2.1 > 2 out of 2 hunks failed--saving rejects to > configure.rej > => Patch patch-configure failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/x11-drivers/xf86-video-nv. > > Attached are the configure.rej, and patch-configure > files. The configure file is 3/4 MB, so I've posted > it at http://fcox.net/configure > > I am using portsnap to fetch and update the ports. I > have done this yesterday and today, with no behavior > change. Port x11-drivers/xf86-video-nv has no patches. There seems to be something wrong with your ports tree. Dejan