Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jun 2001 18:51:10 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        ports@FreeBSD.org
Subject:   Re: [ANN] portupgrade 20010607b
Message-ID:  <8666e87h4h.wl@archon.local.idaemons.org>
In-Reply-To: <868zj47nqw.wl@archon.local.idaemons.org>
References:  <200106070317.f573Hlc59061@freefall.freebsd.org> <868zj47nqw.wl@archon.local.idaemons.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 07 Jun 2001 16:28:07 +0900,
I wrote:
> Mission 7)
>   Use /home/user/ports as ports tree, and upgrade `zsh'!  The old
>   installation should be eliminated entirely, and don't forget to do
>   a "cvs update" before cheking the version and building the port!  Oh
>   wait, build it as a normal user and only demand root privilege using
>   sudo where needed!  GOT IT?!
> 
>   Command:
>     env PORTSDIR=/home/user/portsportupgrade -B 'cvs up' -uy zsh
      env PORTSDIR=/home/user/ports portupgrade -B 'cvs up' -uy zsh

By the way, if you want to upgrade zsh-3.1.9 (shells/zsh-devel) with
zsh-4.0.1 (shells/zsh), then just specify the new origin:

      env PORTSDIR=/home/user/ports portupgrade -B 'cvs up' -uy \
        -o shells/zsh zsh

In this particular case, because normally zsh is not depended by
anything, you can just do like this, though:

      pkg_delete zsh-3.1.9 && cd /home/user/ports/shells/zsh && \
        cvs up && make && sudo make install

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"Freeze this moment a little bit longer, make each impression
  a little bit stronger..  Experience slips away -- Time stand still"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8666e87h4h.wl>