From owner-freebsd-ports@FreeBSD.ORG Tue Jan 18 21:15:27 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 B5C8316A4CF for ; Tue, 18 Jan 2005 21:15:27 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF7643D53 for ; Tue, 18 Jan 2005 21:15:27 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc11) with ESMTP id <20050118211527013009dhrhe>; Tue, 18 Jan 2005 21:15:27 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id C330117A56; Tue, 18 Jan 2005 13:15:26 -0800 (PST) Date: Tue, 18 Jan 2005 13:15:26 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20050118211526.GA90073@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: 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: Tue, 18 Jan 2005 21:15:27 -0000 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