From owner-svn-ports-all@freebsd.org Thu Jun 27 12:37:34 2019 Return-Path: Delivered-To: svn-ports-all@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 9B2B315C1C9B; Thu, 27 Jun 2019 12:37:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF3884482; Thu, 27 Jun 2019 12:37:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTP id 7fb16484; Thu, 27 Jun 2019 12:37:30 +0000 (UTC) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id c20bbe2f TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 27 Jun 2019 12:37:28 +0000 (UTC) Date: Thu, 27 Jun 2019 12:37:28 +0000 From: Pietro Cerutti To: Alexey Dokuchaev 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: <20190627123728.bjbofl3t6z7frhez@ptrcrt.ch> Reply-To: Pietro Cerutti References: <201906241014.x5OAEvgn033719@repo.freebsd.org> <20190624103410.GA19491@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190624103410.GA19491@FreeBSD.org> OpenPGP: id=40993B5A4A8F3F12; url=https://keybase.io/gahr/key.asc User-Agent: NeoMutt/20180716-2137-469d14 X-Rspamd-Queue-Id: 9DF3884482 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 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.96)[-0.958,0]; ASN(0.00)[asn:196752, ipnet:2a02:2770::/32, country:NL] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2019 12:37:34 -0000 On Jun 24 2019, 10:34 UTC, 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. Thanks you! -- Pietro Cerutti