From owner-svn-ports-head@freebsd.org Wed Aug 1 00:35:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01983106AE28 for ; Wed, 1 Aug 2018 00:35:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACB578BDB9; Wed, 1 Aug 2018 00:35:49 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:b9b8:c0b5:60de:e5c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 99DD817FCC; Wed, 1 Aug 2018 00:35:48 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Wed, 1 Aug 2018 09:35:45 +0900 From: Koichiro Iwao To: Niclas Zeising 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> References: <201807311841.w6VIfUdL060838@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201807311841.w6VIfUdL060838@repo.freebsd.org> X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 00:35:50 -0000 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