From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 09:15:22 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A8716A46F for ; Sun, 4 Jun 2006 09:15:22 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB5743D53 for ; Sun, 4 Jun 2006 09:15:19 +0000 (GMT) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyxys.ka.sub.org [IPv6:2001:5c0:8521:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.13.6/8.13.6) with ESMTP id k549F24k009900; Sun, 4 Jun 2006 11:15:02 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.13.6/8.13.6) with ESMTP id k549Ew7I094396; Sun, 4 Jun 2006 11:14:58 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.13.6/8.13.6/Submit) id k549Evl9094395; Sun, 4 Jun 2006 11:14:57 +0200 (CEST) (envelope-from wolfgang) From: Wolfgang Zenker Message-Id: <200606040914.k549Evl9094395@juno.lyxys.ka.sub.org> In-Reply-To: To: Kaiwai Gardiner Date: Sun, 4 Jun 2006 11:14:57 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL122i (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (saturn.lyxys.ka.sub.org [IPv6:2001:5c0:8521:1:240:63ff:fed8:ce97]); Sun, 04 Jun 2006 11:15:02 +0200 (CEST) Cc: stable@freebsd.org, doug , Manfred Lotz Subject: Re: xorg build failed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 09:15:22 -0000 > On 6/3/06, doug wrote: >> Unless you have a reason to want to modify the source, why not use the >> package: >> setenv PACKAGEROOT ftp://ftp.FreeBSD.org >> pkg_add -r xorg >> will get you 6.9.0_1 in a few minutes > There have been updates released after it was released - nothing wrong with > building from the source, the problem is when people compile from all weird > locations, with all weird settings, then complain that the shit hit the fan. In this case the OP just used WRKDIRPREFIX, which is the documented way of having your port build directories outside /usr/ports. I wouldn't call that "compile from all weird locations, with all weird settings". Wolfgang