From owner-freebsd-questions@FreeBSD.ORG Tue Dec 7 12:21:58 2004 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 C381716A4CE for ; Tue, 7 Dec 2004 12:21:58 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FBE43D48 for ; Tue, 7 Dec 2004 12:21:57 +0000 (GMT) (envelope-from netch@lucky.net) Received: from burka.carrier.kiev.ua (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id iB7CLlxT091353 for ; Tue, 7 Dec 2004 14:21:51 +0200 (EET) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id iB7CLlYt091350 for freebsd-questions@freebsd.org; Tue, 7 Dec 2004 14:21:47 +0200 (EET) (envelope-from netch) Date: Tue, 7 Dec 2004 14:21:47 +0200 From: Valentin Nechayev To: freebsd Message-ID: <20041207122147.GC18236@lucky.net> References: <20041207115609.GA10624@gsdesign.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041207115609.GA10624@gsdesign.biz> X-42: On X-Verify-Sender: Address has been verified (burka.carrier.kiev.ua) X-Antivirus: Dr.Web (R) for Mail Servers on kozlik.carrier.kiev.ua host X-Antivirus-Code: 100000 Subject: Re: Keeping ports and FreeBSD up-to-date without X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 12:21:58 -0000 Tue, Dec 07, 2004 at 05:56:09, gesmith wrote about "Keeping ports and FreeBSD up-to-date without X": > Anytime I start to update my system, FreeBSD 5.3, applications that I > compiled explicitly, -DWITHOUT_X, will try to compile X during the > upgrade. Is there an easier way aroung this without having to edit > Makefiles? echo 'WITHOUT_X11=yes' >>/etc/make.conf -netch-