Date: Wed, 1 Aug 2018 09:35:45 +0900 From: Koichiro Iwao <meta@FreeBSD.org> To: Niclas Zeising <zeising@FreeBSD.org> Cc: svn-ports-head@freebsd.org Subject: Re: 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... Message-ID: <20180801003545.tviomlllmxt6du2j@icepick.vmeta.jp> In-Reply-To: <201807311841.w6VIfUdL060838@repo.freebsd.org> References: <201807311841.w6VIfUdL060838@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180801003545.tviomlllmxt6du2j>