From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 12:34:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E28516A4B3 for ; Sat, 20 Sep 2003 12:34:14 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CE6BB43FF2 for ; Sat, 20 Sep 2003 12:34:12 -0700 (PDT) (envelope-from ph.schulz@gmx.de) Received: (qmail 32198 invoked by uid 65534); 20 Sep 2003 19:34:11 -0000 Received: from p5083C13D.dip0.t-ipconnect.de (EHLO earth) (80.131.193.61) by mail.gmx.net (mp010) with SMTP; 20 Sep 2003 21:34:11 +0200 X-Authenticated: #1954550 From: "Ph. Schulz" To: "Alastair G. Hogge" , "Erick Smith" , "FreeBSD Questions Mailing List" Date: Sat, 20 Sep 2003 21:35:18 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200309210517.50791.agh@tpg.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Newbie MAKE question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 19:34:14 -0000 I guess it says there to specify 'WITHOU_OPENGL'. Usually you have to specify those options to a configure script don't you? Don't blame me if it's wrong b/c I never compiled it myself. I just replied to this message b/c I think it's funny (not the question but the answer) and I'm on my way to get myself 'intoxicated', too. Phil. | -----Original Message----- | From: owner-freebsd-questions@freebsd.org | [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Alastair G. | Hogge | Sent: Saturday, September 20, 2003 9:18 PM | To: Erick Smith; FreeBSD Questions Mailing List | Subject: Re: Newbie MAKE question | | | On Sunday, 21 September 2003 04:39, Erick Smith wrote: | > This really is a ridiculous question, but I don't have the | answer, so here | > I am. | > | > I'm trying to build qt in the ports tree using: | > | > portinstall -f x11-toolkits/qt32 | > | > What I WANT to do is specify WITHOUT_OPENGL as per the instructions: | > | > ===> ************************************************** | > ===> NOTE: Use of WITH_OPENGL is not recommended with | > ===> the NVidia drivers provided by the x11/nvidia port | > ===> If you use these drivers, we recommend you press | > ===> Ctrl-C now and set WITHOUT_OPENGL | > ===> ************************************************** | > | > | > From the port itself. How do I do this? | Well lets see...it's late and I'm intoxicated. | "make WITH_OPENGL=x" x = yes|no | or | "make -DWITHOUT_OPENGL" | check out the handbook www.freebsd.org/handbook for far better | information | then mine. | | Now for portinstall. Type "man portinstall" and look for passing | make varibles | thru porinstall itself. Example might be "portinstall x11-toolkits/qt32 | - | WITH_OPENGL=yes" | | > Thanks, | Hope it made some sense | | > Erick | Alastair | | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to | "freebsd-questions-unsubscribe@freebsd.org" | |