From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 20:49:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA1616A41F for ; Mon, 14 Nov 2005 20:49:36 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C651E43D45 for ; Mon, 14 Nov 2005 20:49:34 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.225] ([80.192.2.225]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 14 Nov 2005 20:50:26 +0000 Message-ID: <4378F85A.3050000@dial.pipex.com> Date: Mon, 14 Nov 2005 20:49:30 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: sequethin@gmail.com, Jeppe Larsen , freebsd-questions@freebsd.org, bobself@charter.net References: <4378C7C0.8080308@dial.pipex.com> In-Reply-To: <4378C7C0.8080308@dial.pipex.com> Content-Type: multipart/mixed; boundary="------------040201050501040202030108" X-OriginalArrivalTime: 14 Nov 2005 20:50:26.0437 (UTC) FILETIME=[0A530350:01C5E95D] X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: xterm conflicts with xorg-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 20:49:36 -0000 This is a multi-part message in MIME format. --------------040201050501040202030108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Alex Zbyslaw wrote: > I believe upgrading xorg-clients and then xterm should work, if only > that damn xorg-clients port would compile! I found this link late > last night which might help, but haven't tried it myself yet. > > http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html I have created a patch based on this link, and now xorg-clients builds just fine. I am attaching a gzipped version of the patch (no idea if attachments will work to the list or not), or you can create one based on the URL (but tabs/spaces will almost certainly mess you up). Unzip it in /usr/ports/x11/xorg-clients/files Or you can do (from memory): cd /usr/ports/x11/xorg-clients make clean extract cd work/xc cp programs/xdriinfo/xdriinfo.c programs/xdriinfo/xdriinfo.c.orig * edit programs/xdriinfo/xdriinfo.c and change the glXGetProcAddress to glXGetProcAddressARB on lines 61/2 (or thereabouts). diff -u programs/xdriinfo/xdriinfo.c.orig programs/xdriinfo/xdriinfo.c > ../../files/patch-xdriinfo.c cd ../.. make patch (which should apply cleanly) make (which should finish normally) Then if it all worked you can say "portupgrade -w x11/xorg-clients" which should install what you have just rebuilt. The patch will survive csvup and would need to be deleted if this issue is ever fixed. Then portupgrade x11/xterm should work fine. --Alex --------------040201050501040202030108--