From owner-freebsd-x11@FreeBSD.ORG Mon Feb 28 15:40:34 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C7916A4CE for ; Mon, 28 Feb 2005 15:40:34 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABD543D53 for ; Mon, 28 Feb 2005 15:40:33 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 317041DD59F; Mon, 28 Feb 2005 16:40:32 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28643-12-4; Mon, 28 Feb 2005 16:40:22 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 427031DD585; Mon, 28 Feb 2005 16:40:22 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id DC5881C00718; Mon, 28 Feb 2005 16:40:21 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 28 Feb 2005 16:40:20 +0100 User-Agent: KMail/1.7.2 References: <20050227201512.PHMD769.aamta05-winn.mailhost.ntl.com@[62.253.162.69]> In-Reply-To: <20050227201512.PHMD769.aamta05-winn.mailhost.ntl.com@[62.253.162.69]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502281640.21307.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: X.Org 6.8.2 - (most probably) final patch X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 15:40:34 -0000 On Sunday 27 of February 2005 21:15, Jean-Pierre Charlier wrote: > Hi, > > I'm very new to FreeBSD, so please bear with me. Sorry to ask a simple > question, but how does one apply the .diff file and then update Xorg 6.7.0 > to Xorg 6.8.2? I have already tried to patch > /usr/ports/devel/imake-6/Makefile, but I get some errors (Hunk #1 failed at > 511, Hunk #2 failed at 754). What do you run once this is done? > > Any help would be really appreciated... Welcome to FreeBSD then :) If you are new at this, you might want to wait a bit until this is commited so you can upgrade with usual means - updating your ports tree with cvsup (see Handbook about doing that: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html) and perhaps using portupgrade port (sysutils/portupgrade) to upgrade ports. X.Org ports are already at 6.8.1 now, so that is why the patch won't apply (it applies to current state of ports tree) - so even if you would want to apply the patch, you would still need to update your ports tree to get all the changes since the FreeBSD release which you installed. I hope this helps a bit :) Dejan