From owner-freebsd-ports@FreeBSD.ORG Wed Jan 19 00:08:40 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 36C5A16A4CE for ; Wed, 19 Jan 2005 00:08:40 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5279C43D39 for ; Wed, 19 Jan 2005 00:08:39 +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 1FA7A1DD43C; Wed, 19 Jan 2005 01:08:38 +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 18164-07; Wed, 19 Jan 2005 01:08:35 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id C8F271DD642; Wed, 19 Jan 2005 01:08:34 +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 3BAB51C00716; Wed, 19 Jan 2005 01:08:31 +0100 (CET) From: Dejan Lesjak To: Clint Olsen Date: Wed, 19 Jan 2005 01:08:31 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501190108.31547.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si 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:08:40 -0000 Clint Olsen wrote: > I thought I would be making my life easier but maybe this isn't such a > good > idea. I was trying to leverage the port of xorg-libraries for building > the > latest RealVNC. Unfortunately, when I go into the link tree for the build > (xc), and 'make World', I am getting complaints from the build system > because variables like FreeBSDCC and FreeBSDCFLAGS are not set. I did a > little cursory grepping and found these compiler settings are coming from > FreeBSD.cf, but I can't follow the port build enough to find out how I can > avoid this problem. > > Can someone throw me a cluepon? > > Thanks, > > -Clint 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 :) Dejan