From owner-freebsd-x11@FreeBSD.ORG Mon Jun 5 09:34:37 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 109CE16A41F for ; Mon, 5 Jun 2006 09:34:37 +0000 (UTC) (envelope-from rjshaw@netspace.net.au) Received: from mail.netspace.net.au (whirlwind.netspace.net.au [203.10.110.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A7143D72 for ; Mon, 5 Jun 2006 09:34:30 +0000 (GMT) (envelope-from rjshaw@netspace.net.au) Received: from [192.168.0.10] (220-253-42-228.VIC.netspace.net.au [220.253.42.228]) by mail.netspace.net.au (Postfix) with ESMTP id 4C6D11317F7 for ; Mon, 5 Jun 2006 19:34:27 +1000 (EST) Message-ID: <4483FAA5.5090104@netspace.net.au> Date: Mon, 05 Jun 2006 19:34:29 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-x11@freebsd.org References: <4483F479.2020100@netspace.net.au> <200606051123.30711.dejan.lesjak@ijs.si> In-Reply-To: <200606051123.30711.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: XFree86 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: Mon, 05 Jun 2006 09:34:37 -0000 Dejan Lesjak wrote: > On Monday 05 June 2006 11:08, Russell Shaw wrote: > >>Hi, >>Most distros have switched to Xorg, but i want to use XFree86 (i'm adding >>features to it). I'll migrate from Debian-sid to FreeBSD if things are >>suitable. >> >>I find Xorg has gone backwards by creating all kinds of build dependencies >>on the host environment by using Autoconf and dpkg. >> >>If i use XFree86, will any of the ports package dependencies complain about >>not having Xorg? > > Packages will complain, ports shouldnt though. You need to set X_WINDOW_SYSTEM > variable in make.conf (see > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#XFREE86-VERSION). Hi, I read that part before. I'm unfamiliar with FreeBSD, but have been reading about it for a few hours. When you say packages will complain, will they stop when i use X_WINDOW_SYSTEM=xfree86-4 and most things that rely on X will be happy? >>Is XFree86 ports in FreeBSD up to date and maintained, or will i need to do >>it myself? > > Well, I'm trying to maintain it, you are welcome to help though :-) There is > currently patch to upgrade ports to 4.6.0 at > http://people.freebsd.org/~lesi/xf46-277.diff thanks