From owner-freebsd-x11@FreeBSD.ORG Mon Nov 8 22:48:42 2004 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 8686016A516 for ; Mon, 8 Nov 2004 22:48:42 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E5743D39 for ; Mon, 8 Nov 2004 22:48:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 56A731DD5C9; Mon, 8 Nov 2004 23:48:40 +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 16166-15; Mon, 8 Nov 2004 23:48:30 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id CA2CA1DD590; Mon, 8 Nov 2004 23:48:30 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 8 Nov 2004 23:48:30 +0100 User-Agent: KMail/1.7.1 References: <418E5824.3080908@mukappabeta.de> <418EE533.5020300@mukappabeta.de> In-Reply-To: <418EE533.5020300@mukappabeta.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411082348.30264.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: xorg 6.8.1 + x800se 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, 08 Nov 2004 22:48:43 -0000 On Monday 08 of November 2004 04:17, Matthias Buelow wrote: > Matthias Buelow wrote: > > Now before I start a, without doubt painful, attempt at building 6.8.1 > > myself from the pristine sources, I'd like to know if > > a) the pci-express card will work at all, > > b) how long until 6.8.1 will appear in ports, and > > c) is http://www.ijs.si/~lesi/xorg-681-up-5.diff sufficient to patch an > > up-to-date ports tree to xorg 6.8.1? > > Update: I applied the above patch and built x11/xorg. Some manual > interaction was necessary since not all patches applied cleanly but in > the end it went quite well. Mhm I somehow managed to botch the last patch :( Here's the stuff I know were wrong: - forgot to bump portrevision in old xorg-clients/Makefile - forgot to modify xorg-server/files/patch-xorgconfig.c so it applies to new sources - forgot to mention that directories x11-fonts/xorg-fonts-100dpi/files and x11-fonts/xorg-fonts-75dpi/files need to be created before applying patch Could you tell if you remember if there were some other difficulties? I'll post fixed version a bit later. > X11 is up and running, and all seems fine > so far. Great to hear that. Dejan