From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 22:40:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA5516A426 for ; Fri, 14 Oct 2005 22:40:54 +0000 (GMT) (envelope-from dragoninterrupted@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF9443D9D for ; Fri, 14 Oct 2005 22:40:43 +0000 (GMT) (envelope-from dragoninterrupted@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so546539nzo for ; Fri, 14 Oct 2005 15:40:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lFnImOaEK/iuy5fVzDkO4Xvi7zWvbG4s2pqrPnkPCfOEtEU/AbKNHim/JzInT32tGhHuXJ3Xa528WY0cgjZ09KMi36AvPuzuxdIUk30TlmV1GeDZA8ocDc8MMhj3XfcBA9GjHGtf/YXcb3U4GLO3gGtaE8mkMp+BItJlI6lG3mA= Received: by 10.36.227.19 with SMTP id z19mr134685nzg; Fri, 14 Oct 2005 15:40:37 -0700 (PDT) Received: by 10.36.141.8 with HTTP; Fri, 14 Oct 2005 15:40:37 -0700 (PDT) Message-ID: <5b4b4d800510141540h6a14766eq9848fc454d995d92@mail.gmail.com> Date: Fri, 14 Oct 2005 15:40:37 -0700 From: James S Blankenship To: Bob Johnson , freebsd-questions@freebsd.org In-Reply-To: <54db43990510141433r1df010bbp202d3e628c876ca5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5b4b4d800510141347l2d285bd1m1eceb49d2d17ebcd@mail.gmail.com> <54db43990510141410u6918968bh3008b6d8c79b4ff@mail.gmail.com> <5b4b4d800510141416vecacb34o584ac6eaec8060cb@mail.gmail.com> <54db43990510141433r1df010bbp202d3e628c876ca5@mail.gmail.com> Cc: Subject: Re: Installing Opera 8 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, 14 Oct 2005 22:40:55 -0000 > Yes, if you installed from disk, you got what was on the disk. You > need to cvsup your ports collection, then install Opera from the port. > If you aren't familiar with that, read Chapter 4 of the FreeBSD > handbook. See > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htm= l > > In short, you will probably end up doing something like: > > pkg_add -r cvsup-without-gui > cvsup -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile > cd /usr/ports/www/opera > make install && make clean > Thanks Bob. Everything worked so far except for one error: If you really wish to overwrite the old port of www/opera without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. I'm not certain of how to do either of those things. How do I delete the old ver completely and/or ste the variable to force pkg register? ~James