From owner-freebsd-questions@FreeBSD.ORG Wed Jun 6 02:04:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43CB516A46B for ; Wed, 6 Jun 2007 02:04:23 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 268F813C4BA for ; Wed, 6 Jun 2007 02:04:23 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l5624Mjv031883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 5 Jun 2007 19:04:22 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l5624LWV000332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 5 Jun 2007 19:04:22 -0700 Message-ID: <46661626.3000307@u.washington.edu> Date: Tue, 05 Jun 2007 19:04:22 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Norberto Meijome References: <7c80322b0706041228i44c8e91eo4aae31b515d665e@mail.gmail.com> <7c80322b0706041819k3645c68cwf25fc217492537ac@mail.gmail.com> <20070605122030.74364802@localhost> <7c80322b0706050657w3d7faef5yab779e11d1d5a2ba@mail.gmail.com> <20070606111923.226b3216@localhost> In-Reply-To: <20070606111923.226b3216@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.5.184632 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Anton Galitch , freebsd-questions@freebsd.org Subject: Re: problem compiling xorg 7.2 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: Wed, 06 Jun 2007 02:04:23 -0000 Norberto Meijome wrote: > On Tue, 5 Jun 2007 10:57:53 -0300 > "Anton Galitch" wrote: > > >> I had xorg 6.9 installed, after trying to upgrade it with portupgrade I >> deinstalled it and now want to install it from scratch. >> My portmanager program works strange thats why I cant install it usin >> /usr/ports/UPDATING. >> Do you know any other way of installing it using another tools?? >> > > no, use portupgrade as per the UPDATING doc, even if it is,effectively, a 'new' install > > _________________________ > {Beto|Norberto|Numard} Meijome > > "Produce great people, the rest will follow." > Elbert Hubbard > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. > If it's a clean install of X11 / complete system, you can get away with doing the standard make install in the ports directories you want. The only thing that you need to do is export / setenv XORG_UPGRADE=yes like UPDATING states. For upgrades, yeah stick with a supported tool (currently only portupgrade-devel and portmaster I believe). -Garrett