Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 08:10:36 +0100
From:      Thomas Mueller <tmueller@sysgo.com>
To:        Hajimu UMEMOTO <ume@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r308663 - head
Message-ID:  <20121211081036.2e2f960e@tmu.ulm.sysgo.com>
In-Reply-To: <201212110545.qBB5jGjR009992@svn.freebsd.org>
References:  <201212110545.qBB5jGjR009992@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Dec 2012 05:45:16 +0000 (UTC), Hajimu UMEMOTO wrote:
> Author: ume
> Date: Tue Dec 11 05:45:16 2012
> New Revision: 308663
> URL: http://svnweb.freebsd.org/changeset/ports/308663
> 
> Log:
>   Save old library (libsasl2.so.2) during deinstall cyrus-sasl2.
>   It seems that it fails to upgrade in some cases without this.
>   
>   Spotted by:	Franci Nabalanci <lumiwa__at__gmail.com>
> 
> Modified:
>   head/UPDATING
> 
> Modified: head/UPDATING
> ==============================================================================
> --- head/UPDATING	Tue Dec 11 05:37:54 2012	(r308662)
> +++ head/UPDATING	Tue Dec 11 05:45:16 2012	(r308663)
> @@ -13,7 +13,7 @@ you update your ports collection, before
>    rebuild all ports that depend on it.
>  
>    If you use portmaster:
> -        portmaster -r cyrus-sasl-
> +        portmaster -r -w cyrus-sasl-
>    If you use portupgrade:
>          portupgrade -fr security/cyrus-sasl2
>  

Actually it's

  portmaster -w -r cyrus-sasl-

otherwise "-w" is interpreted as port name:

  nomad:~# portmaster -r -w cyrus-sasl2

  ===>>> /var/db/pkg/-w does not exist
  ===>>> Aborting update

  Terminated

-- 
Thomas Mueller



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