From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 14:32:32 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 D640616A421 for ; Thu, 21 Jun 2007 14:32:32 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9834013C46A for ; Thu, 21 Jun 2007 14:32:32 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1057788pyi for ; Thu, 21 Jun 2007 07:32:32 -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=Yqv1zC7+qKGbD5rm7+wSx3X8+5FjYfR/n8Kb3mB1GdpL4ECCyxRSEKmLk5b00bA5dea5KmLrAQxnVq2JXNPXHYC994IEKPnyv/MXFb3ds0YvwI/wHzrV+KWkmGNoP/kuguXqkmi4V1GqqEk5AuQbRaQSmYDBDJ9hqr8DkCSinCQ= 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=RFFFuxcyS/OpWtbXVGO9CohnBnToxfjvjz0wc71fpSZWo2hqUdoauGNf8zM9ZdSEcRbRQpzWAvO4fHh+8S9MyLIybxxrmdDmOeROZWu5q0LBlXlfJ70taIkvqrN6m1goF5ayvay+AypPioavB+Q2f4JvfdKpLy61VF/Aq4wf54Q= Received: by 10.35.22.12 with SMTP id z12mr3307359pyi.1182436351771; Thu, 21 Jun 2007 07:32:31 -0700 (PDT) Received: by 10.35.22.17 with HTTP; Thu, 21 Jun 2007 07:32:31 -0700 (PDT) Message-ID: <340a29540706210732k40db5365if0fe8fc25d7d5c3f@mail.gmail.com> Date: Thu, 21 Jun 2007 08:32:31 -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: To install xorg meta port in preparation for xorg upgrade 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: Thu, 21 Jun 2007 14:32:32 -0000 Hi, How can one install the xorg meta port for version 6.9 before beginning the upgrade to 7.2? I have already updated my ports tree, and I don't think I do one of these numbers any longer: cd /usr/ports/x11/xorg && make install clean I then thought about downloading the 6.9 xorg package, but all I found on the freebsd ftp servers was a package for 7.2. I see in the UPDATING file for ports that if one doesn't have the meta port installed, they will missout on several sub ports for xorg 7.2. Andy