From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 15:35:49 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 577A716A474 for ; Fri, 15 Jun 2007 15:35:49 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id F1AF313C4C9 for ; Fri, 15 Jun 2007 15:35:48 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1679253pyi for ; Fri, 15 Jun 2007 08:35:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VEG1jcVfXx3rKDvmzVoiZ+O6dzv3mBfx5ta1Kj54pmrQuOJos7Y8AOPKtA+6RFQhOq7ElJjN/b7gpLILN97ArlOWuF1t6yLgV+1LHGJgY1sqzUFC4bxv2bO8ifqIcg5Xj+Hy45Wee0tuiUggv9JmEfkcxjQYciLqd02bo0O7yUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iQ4m6Kk9kTka6rXNAPGvsnsZQzviv0RfvDFbT8g9WDPsmMgaAKpZajdveb0Qss6uo2d6u1A5IoeY6dulGEgMxkZGIeJQsWGQTduem7XD1kyO7WDWenZwSLLZoMSfAcbAXplJgvWYRQxnu2L7BQfCJp0mfpdaMfoIb3Vpsp2oHJw= Received: by 10.35.126.2 with SMTP id d2mr5387632pyn.1181921746715; Fri, 15 Jun 2007 08:35:46 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Fri, 15 Jun 2007 08:35:46 -0700 (PDT) Message-ID: <340a29540706150835k27bc59f0wdfc326a08958410e@mail.gmail.com> Date: Fri, 15 Jun 2007 09:35:46 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Upgrading x.org to 7.2 (to make other ports happy) 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: Fri, 15 Jun 2007 15:35:49 -0000 Hi, Ok, last night I sit down to continue installing software on that web server I mentioned a couple of days ago. By the way, the culprit was definitely heat. Last night, I successfully recompiled the GENERIC kernel for 6.2p5 without a hitch, and the day before I successfully completed the "buildworld". Continuing on, after getting the system caught up, I updated my ports tree using csup and proceeded to portupgrade all installed ports (only about 5 at this time). However, X.org is among them. So, the portupgrade program is doing its thing I figure since it took a little over an hour to compile all of X before, I was going to do other things and so left the box to its own devices. I come back a little later to find that I've got to update X.org according /usr/ports/UPDATING. I open this file and read up on what it says. In there it says I need to run a script called "xorg-upgrade" however, this script does not exist on this box. I just finished a search on www.x.org for "xorg-upgrade" with no results. So, where am I supposed to get this script? The UPDATING file doesn't mention that. Andy