From owner-freebsd-ports@FreeBSD.ORG Wed Jan 19 00:39:21 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006E416A4CE for ; Wed, 19 Jan 2005 00:39:21 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913C343D1D for ; Wed, 19 Jan 2005 00:39:20 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc11) with ESMTP id <20050119003919011000h6hoe>; Wed, 19 Jan 2005 00:39:19 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 8FB1E17A21; Tue, 18 Jan 2005 16:39:18 -0800 (PST) Date: Tue, 18 Jan 2005 16:39:18 -0800 From: Clint Olsen To: Dejan Lesjak Message-ID: <20050119003918.GD90669@0lsen.net> References: <200501190108.31547.dejan.lesjak@ijs.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501190108.31547.dejan.lesjak@ijs.si> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: freebsd-ports@freebsd.org Subject: Re: Reverse engineering x11/xorg for VNC build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 00:39:21 -0000 On Jan 19, Dejan Lesjak wrote: > You are probably looking for > x11-servers/xorg-server/files/patch-FreeBSD.cf You can probably just > throw a #define FreeBSDCC cc #define FreeBSDCFLAGS in host.def or > define them on imake command line or something... I don't quite > understand what you are doing there, but feel free to contact me if you get > lost among Imakes :) I'm basically interested in doing a 'make World' in the tree. With VNC, in order to build the vncserver (Xvnc for all practical purposes), you actually build the darn thing in the X source tree. Building X is not my favorite waste of time, so I thought I'd leverage the work already done in the ports system. So, I created a link tree so all the patches and goodies applied would be seen when I built this thing. However, finding out even what the heck the top-level build command is in the ports system is not as easy as one would think. And yes, I have gone to the webpage to see how a port is made. -Clint