svn commit: r476013 - in head: . Mk audio/rhythmbox cad/brlcad chinese/librime devel/directfb devel/imake devel/lndir devel/makedepend devel/sdl12 editors/vim emulators/open-vm-tools emulators/ston...

Koichiro Iwao meta at FreeBSD.org
Wed Aug 1 00:35:50 UTC 2018


On Tue, Jul 31, 2018 at 06:41:30PM +0000, Niclas Zeising wrote:
> Author: zeising
> Date: Tue Jul 31 18:41:30 2018
> New Revision: 476013
> URL: https://svnweb.freebsd.org/changeset/ports/476013
> 
> Log:
>   Switch to xorgproto instead of individual packages
>   
>   Upstream used to distribute protocol headers as separate packages, but has
>   decided to merge those to a common package, named xorgproto.  This update
>   tracks that change.
>   
>   * Add a new port, x11/xorgproto, with are protocol headers for xorg.
>   * Hook the new protocol port to the build and to infrastructure in
>     bsd.xorg.mk.
>   * Update all ports with a dependency on any of the old *proto packages to
>     instead depend on xorgproto.  Bump portrevision.
>   * Delete the old *proto packages, update MOVED.
>
> (snip)
>   
> Modified: head/UPDATING
> ==============================================================================
> --- head/UPDATING	Tue Jul 31 18:38:39 2018	(r476012)
> +++ head/UPDATING	Tue Jul 31 18:41:30 2018	(r476013)
> @@ -5,6 +5,15 @@ they are unavoidable.
>  You should get into the habit of checking this file for changes each time
>  you update your ports collection, before attempting any port upgrades.
>  
> +20180731:
> +  AFFECTS: users of x11/xorg and all ports with USE_XORG=*proto
> +  AUTHOR: zeising at daemonic.se
> +
> +  The xorg *proto packages have all been merged into one package,
> +  x11/xorgproto.  This might cause issues with upgrading.  If you
> +  get conflicts between xorgproto and old *proto packages, please
> +  remove the old package and install xorgproto again.
> +
>  20180728:
>    AFFECTS: users who upgrade from security/kc to security/kc24
>    AUTHOR: pi at FreeBSD.org

I needed to remove evieext package, too. It isn't named *proto but a
proto package. Maybe most people easily realize it, though.

-- 
meta <meta at FreeBSD.org>


More information about the svn-ports-head mailing list