From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 16:38:59 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFDF8106564A; Fri, 20 Jul 2012 16:38:59 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA1F8FC0A; Fri, 20 Jul 2012 16:38:58 +0000 (UTC) Received: by bkcje9 with SMTP id je9so3744086bkc.13 for ; Fri, 20 Jul 2012 09:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Gpb87lzqAC65KjGIXNMtfIgKz0cD3SKkvMwxwFmP93s=; b=w2z1UwbLpaq/Yw8oRxO5r3I02F6g1yScJz+Yg0QfAoKXuIST7Sj7DBY/i9LOU8Rdqp htX9z/Zj9jjkW5GK+l2KjKu83iK91Sot5Hb+drs1N9pyNKF5K6gajUlHcHOF0McyCMkX yPouDuKF+YDph5eFq3S/1t6V9dkB7vvWPn28Oyby0DaEAfeXdVmh80Zi03mUkzZdMrDv f3ldR1rp4TN79Fm/hx4MIpBKX5HKhFy0QzNvRKmhF8xd9IESTQ2xSkNarA1pUn6PhQTQ oG90HqWsgOA82oRMfzrSkKdKVBkXliZaFclNqKtg80CGhuW2otHk1vttbqbuJMBQi6hT eCYA== Received: by 10.204.151.81 with SMTP id b17mr3616769bkw.95.1342802337852; Fri, 20 Jul 2012 09:38:57 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.49.87 with HTTP; Fri, 20 Jul 2012 09:38:27 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Fri, 20 Jul 2012 17:38:27 +0100 X-Google-Sender-Auth: _IQ5hvpn6Aodn8Dm1P7UJgYhEC0 Message-ID: To: cody chandler , Erwin Lansing Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: pkg_add -r xorg fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 16:38:59 -0000 On 20 July 2012 17:23, cody chandler wrote: > Hello, > > I have tried several times and reinstalled this system 5 times now. > pkg_add -r tmux works, pkg_add -r xdm works, pkg_add -r xorg fails. I'm > logged in as root and the first package I ty is the xorg. The system in a > i386, FBSD 9.0 -release. When I look at > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/ I > do not see a xorg.tbz and am under the impression there is no package for > xorg now? I followed the 6.3 of > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html. > That means that a dependency of the port failed to build at the time of the release (which strikes me as odd-- I've copied erwin The i386 Package Guy to see if he knows) I'd try setting PACKAGESITE to ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/, that should help. If you're running csh: # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/ # pkg_add -r xorg Chris