Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 514A57A941 for ; Thu, 5 May 2016 16:06:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 027B785EB2; Thu, 5 May 2016 16:06:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 841C685EB1 for ; Thu, 5 May 2016 16:06:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M_up-dqu7tP5 for ; Thu, 5 May 2016 16:06:52 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A21E85E7D for ; Thu, 5 May 2016 16:06:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15159FBBA; Thu, 5 May 2016 16:06:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 5 May 2016 16:06:52 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-oasis To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20160505160652.15159FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Thu May 5 16:06:52 UTC 2016 Modified Files: pkgsrc/devel/ocaml-oasis: Makefile buildlink3.mk distinfo Log Message: Updated package to version 0.4.6. Changes include: * (0.4.6) Major changes: * Create patch functions to mimic the new String.lowercase_ascii, String.uppercase_ascii, String.capitalize_ascii and String.uncapitalize_ascii found in OCaml 4.03.0 * Disable tests depending on not yet buildable units with OCaml 4.03.0 (e.g. expect which depends on batteries, which doesn't yet compile) * Minimal version of OCaml is now 3.12.1. (Debian Wheezy version) * (0.4.5) Major changes: * Build and install annotation files. * Use builtin bin_annot and annot tags. * Tag .mly files on the same basis as .ml and .mli files (required by menhir). * Remove 'program' constraint from C-dependencies. Currently, when a library has C-sources and e.g. an executable depends on that library, then changing the C-sources and running '-build' does not yield a rebuild of the library. By adding these dependencies (rather removing the constraint), it seems to work fine. * Minor changes: * Add tests tag if --enable-tests. * Remove ocaml 4.02 warnings. * Fix the automatic use of -syntax for OCamlVersion >= 3.12.1. * Use the right ocamlfind binary to get all supported packages. The name of the ocamlfind binary should be read from the configuration. This is especially useful when cross-compiling. * Features: * no_automatic_syntax (alpha): Disable the automatic inclusion of -syntax camlp4o for packages that matches the internal heuristic (if a dependency ends with a .syntax or is a well known syntax). * compiled_setup_ml (alpha): Fix a bug using multiple arguments to the configure script. Thanks to Christopher Zimmermann, Jerome Vouillon, Tomohiro Matsuyama and Christoph Höger for their pull requests and to help release this version. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-oasis/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-oasis/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-oasis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.