From owner-freebsd-questions@FreeBSD.ORG Sun May 22 05:35:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6801106566B for ; Sun, 22 May 2011 05:35:36 +0000 (UTC) (envelope-from xnooby@gmail.com) Received: from mail-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4963A8FC17 for ; Sun, 22 May 2011 05:35:35 +0000 (UTC) Received: by bwz13 with SMTP id 13so6568543bwz.17 for ; Sat, 21 May 2011 22:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=NyAQ8bwkBX/jQnTYboWbHIyuDdO8W6lr76BDna54h9M=; b=IYkW77jIhMoq5Ogu0xzAoswwkdkdDK4y6uqhdVo53XwRATQrfCNe1NEIv5cPc50c6w cP3gG5naFeZZ2Ys7qVRs3uGA4yXczSyHYCX+oZkhY3BesSFQrgFN5m1s6MjQIf+A5pVM mo9NwgSPe5XM9Qc5GEXTVsE7k9lXwIVypbo0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CgMmVzXvw3ffA2raNX/zlFKpQGEQAgIXa5AyNl7z7sYNcBZM3HIp6V2U94AV1zywRm CCBKw4nR1pSlgIPG6421Wj8DWWUUOG6N7YDwwq0kxC8Kf0AIxmAD07gwxXW2sfh4STf9 6mh0l1/S8Aiu9mCMJxDllAu29bYUlLPzVtKGw= MIME-Version: 1.0 Received: by 10.204.19.74 with SMTP id z10mr1019896bka.183.1306042533155; Sat, 21 May 2011 22:35:33 -0700 (PDT) Received: by 10.204.25.78 with HTTP; Sat, 21 May 2011 22:35:33 -0700 (PDT) Date: Sun, 22 May 2011 01:35:33 -0400 Message-ID: From: Xn Nooby To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Not able to install firefox 4 from 8.2 stable packages 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: Sun, 22 May 2011 05:35:36 -0000 I'm a struggling nooby. I am trying to install firefox 4 on a fresh 8.2 installation. I want to the core system to track the "errata" branch, and get binary packages from 8-stable (which has firefox 4). I installed FreeBSD 8.2 release. # freebsd-update fetch install rebooted # portsnap fetch extract use BASH shell # export PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/Latest/" installed x11 and icewm # pkg_add -r firefox get perl conflict between 5.10 and 5.12 # pkg_add -fr firefox firefox installs but I get "firefox3" instead of firefox 4.0 # pkg_info| grep firefox shows "firefox-3.6.13,1" trying to use source # cd /usr/ports/www/firefox # make install clean get errors about firefox 4.0.1 needing nspr>=4.8.7 # pkg_add -r nspr says nspr-4.8.6 or older is already installed