svn commit: r308663 - head

Thomas Mueller tmueller at sysgo.com
Tue Dec 11 07:18:11 UTC 2012


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


More information about the svn-ports-all mailing list