From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 13:36:26 2004 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 337C216A4CE; Sat, 21 Feb 2004 13:36:26 -0800 (PST) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DEB43D1F; Sat, 21 Feb 2004 13:36:25 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i1LLaK41055585; Sat, 21 Feb 2004 22:36:21 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 21 Feb 2004 22:36:20 +0100 (CET) From: Martin Blapp To: Kris Kennaway In-Reply-To: <20040221201544.GA51839@xor.obsecurity.org> Message-ID: <20040221223551.G8359@cvs.imp.ch> References: <20040221030343.1f0ce596.gautam@inspired.net.au> <20040221143825.4ec73b52.gautam@inspired.net.au> <20040221120600.Q6179@cvs.imp.ch> <20040221201544.GA51839@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scan: smtp-vilter X-SMTP-Vilter-Version: 1.1.0rc2 X-SMTP-Vilter-Backend: Clam AntiVirus Daemon (clamd) X-SMTP-Vilter-Status: clean cc: Gautam Gopalakrishnan cc: freebsd-ports@freebsd.org cc: openoffice@freebsd.org Subject: Re: Openoffice 1.1 not building 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: Sat, 21 Feb 2004 21:36:26 -0000 Hi, > Because USE_GCC adds a dependency to every port that is built. If you > set USE_GCC=3.3 and try to build the gcc33 port, what do you think > will happen? If you set USE_GCC=3.3 and try to build the openoffice > port, but don't yet have gcc3.3 installed, what do you think will > happen? > > > Of course I can also rename it to HAVE_GCC or something like this. > > User control variables are called WITH_* and WITHOUT_*. HAVE_ and > USE_ are reserved namespaces. LOL, ok sounds logical. I'll change the ports ASAP. Martin