Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B706EA567D for ; Fri, 7 Aug 2015 11:16:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6757B14A1EE; Fri, 7 Aug 2015 11:16:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC30814A1D4 for ; Fri, 7 Aug 2015 11:16:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ePkmwZM16zho for ; Fri, 7 Aug 2015 11:16:30 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3890314A1A9 for ; Fri, 7 Aug 2015 11:16:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3620498; Fri, 7 Aug 2015 11:16:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 7 Aug 2015 11:16:30 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/lang/ocaml To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20150807111630.3620498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Fri Aug 7 11:16:30 UTC 2015 Modified Files: pkgsrc/lang/ocaml: Makefile.common PLIST buildlink3.mk distinfo pkgsrc/lang/ocaml/patches: patch-Makefile patch-stdlib_Makefile.shared Log Message: This is an update of lang/ocaml to its latest version, 4.02.3. Changes include: Bug fixes: - Top-level custom printing for GADTs: interface change in 4.02.2 (Grégoire Henry, report by Jeremy Yallop) - corrupted final_table (ygrek) - R#6926: Regression: ocamldoc lost unattached comment (Damien Doligez, report by François Bobot) - Aliased result type of GADT constructor results in assertion failure (Jacques Garrigue) Feature wishes: - PR#6691: install .cmt[i] files for stdlib and compiler-libs (David Sheets, request by Gabriel Radanne) - New primitive: caml_alloc_dummy_function (Hugo Heuzard) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/ocaml/Makefile.common cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/ocaml/PLIST cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/ocaml/buildlink3.mk cvs rdiff -u -r1.86 -r1.87 pkgsrc/lang/ocaml/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ocaml/patches/patch-Makefile cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/lang/ocaml/patches/patch-stdlib_Makefile.shared Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.