From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 19:40:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7AAFB16A420 for ; Sun, 26 Mar 2006 19:40:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9CB643D5D for ; Sun, 26 Mar 2006 19:40:07 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout5.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW06.03) with ESMTP id k2QJe7Ys016254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 26 Mar 2006 11:40:07 -0800 X-Auth-Received: from sprsdxp (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW06.03) with ESMTP id k2QJe6sL012909 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Sun, 26 Mar 2006 11:40:06 -0800 Message-ID: <002301c6510d$1b816f50$3200a8c0@sprsdxp> From: "Garrett Cooper" To: "albi" References: <20060326213319.ee178bf3.albi@scii.nl> Date: Sun, 26 Mar 2006 11:40:15 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CTYPE_CHARSET_QUOTED 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_MSMAIL_PRI 0, __HAS_X_MAILER 0, __HAS_X_PRIORITY 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-questions@freebsd.org Subject: Re: using ports without X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 19:40:08 -0000 ----- Original Message ----- From: "albi" To: Sent: Sunday, March 26, 2006 11:33 AM Subject: using ports without X > > i wanted to try "madman" from ports on a local fileserver, but i prefer > not to compile X and Qt for this, is that possible ? > a look at the Makefile and a google-search didn't provide any options > > can someone point me to certain general "flags" for /etc/make.conf to > prevent X and Qt being build at all? tia > > -- > grtjs, albi > gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import > Not sure if this is still valid as they aren't in the manpage, but try adding the following to your /etc/make.conf: WITHOUT_X11=yes WITHOUT_GUI=yes That should disable building X for the entire system. -Garrett