From owner-svn-ports-head@freebsd.org Sat Jul 27 17:33:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98E80BE842; Sat, 27 Jul 2019 17:33:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0F58E525; Sat, 27 Jul 2019 17:33:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 65769130CA; Sat, 27 Jul 2019 17:33:45 +0000 (UTC) Date: Sat, 27 Jul 2019 17:33:45 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505020 - in head: converters/ocaml-base64 converters/ocaml-jsonm databases/ocaml-sqlite3 devel/aifad devel/cil devel/menhir devel/ocaml-camljava devel/ocaml-camlp4 devel/ocaml-camlp4/f... Message-ID: <20190727173345.GA59537@FreeBSD.org> References: <201906241014.x5OAEvgn033719@repo.freebsd.org> <20190624103410.GA19491@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 7B0F58E525 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.92)[-0.922,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 27 Jul 2019 17:33:45 -0000 On Sat, Jul 27, 2019 at 06:45:57PM +0200, Gerald Pfeifer wrote: > On Mon, 24 Jun 2019, Alexey Dokuchaev wrote: > > On Mon, Jun 24, 2019 at 10:14:57AM +0000, Alexey Dokuchaev wrote: > >> New Revision: 505020 > >> URL: https://svnweb.freebsd.org/changeset/ports/505020 > >> > >> Log: > >> Update OCaml to version 4.05.0 (this is the last version where strings > >> are unsafe by default, which is the main motivation why it was picked, > >> but not the very latest one) and synchronize the rest of the stack and > >> dependent ports with it, particularly: > > This concludes phase one. We've accumulated way too much of technical > > debt here to warrant splitting the update to the latest version (4.08.0) > > to a separate commit once the dusts settles, which wouldn't take long, > > I hope. You can use this time to ensure that your code is ready for > > immutable strings which are used by default on 4.06.0 and above, and/or > > help to update various OCaml ports and "batteries" that were previously > > blocked due to `lang/ocaml' port being too old. > > Thank you, Alexey! > > See below for one example of what this first step already enabled. :-) Hey Gerald, yeah, I've seen the commit. > (Hopefully the next step re ocaml is now not too hard?) No, there's nothing hard about it, it's just I had to slow my things on FreeBSD side down a bit due to increased workload at daily $job; I hope to catch up soonish(tm) though, stay tuned. ;-) ./danfe