Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 19:00:24 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        Adam McLaurin <adam.mclaurin@gmx.net>
Cc:        ports@freebsd.org
Subject:   Re: portupgrade misbehavior
Message-ID:  <86k6z7e7uv.knu@iDaemons.org>
In-Reply-To: <20040520025535.41b274ac.adam.mclaurin@gmx.net>
References:  <20040520025535.41b274ac.adam.mclaurin@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 20 May 2004 02:55:35 -0400,
Adam McLaurin wrote:
> -# portupgrade -a -x "kdebase*" -x "apache*" -x "mod_php4*" -f galeon2

Separating it into the following two invocations will work:

# portupgrade -a -x "kdebase*" -x "apache*" -x "mod_php4*"
# portupgrade -f galeon2

> Why the h*ll did portupgrade try to recompile zsh? I can't think of any
> logical explanation for this behavior. Perhaps I am missing something
> simple here; or perhaps I stumbled across a bug in portupgrade (or even
> ruby) ?

It is because the -f flag is effective globally, it does not work just
against the following ones.  Only -m and -o are contextual.

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

"It seems to me as we make our own few circles 'round the sun
          We get it backwards and our seven years go by like one"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k6z7e7uv.knu>