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 98C347A474 for ; Thu, 5 May 2016 08:12:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 09A7585E78; Thu, 5 May 2016 08:12:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BB0785E6B for ; Thu, 5 May 2016 08:12:02 +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 fnmiisesnWna for ; Thu, 5 May 2016 08:12:02 +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 080A484CED for ; Thu, 5 May 2016 08:12:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2D67FBBA; Thu, 5 May 2016 08:12:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 5 May 2016 08:12:01 +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: <20160505081201.F2D67FBBA@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 08:12:01 UTC 2016 Modified Files: pkgsrc/lang/ocaml: Makefile Makefile.common PLIST PLIST.opt buildlink3.mk distinfo pkgsrc/lang/ocaml/patches: patch-Makefile patch-asmrun_Makefile patch-asmrun_signals_osdep.h patch-byterun_Makefile patch-configure patch-debugger_Makefile.shared patch-driver_compenv.ml patch-driver_main.ml patch-driver_main_args.ml patch-driver_main_args.mli patch-driver_optmain.ml patch-ocamldoc_Makefile patch-otherlibs_Makefile.shared patch-otherlibs_dynlink_Makefile patch-otherlibs_systhreads_Makefile patch-otherlibs_threads_Makefile patch-stdlib_Makefile patch-stdlib_Makefile.shared patch-tools_Makefile.shared patch-tools_ocamlcp.ml patch-tools_ocamlmklib patch-tools_ocamloptp.ml patch-utils_clflags.ml patch-utils_clflags.mli Removed Files: pkgsrc/lang/ocaml/patches: patch-asmcomp_power_emit.mlp patch-asmrun_arm.S patch-asmrun_power-bsd.S patch-byterun_caml_mlvalues.h patch-config_auto__aux_gethostbyaddr.c patch-config_auto__aux_gethostbyname.c Log Message: Updated package to latest version, 4.03.0. Also removed some obsolete and unneeded patches. The list of changes is a thousand lines long, so I'm not including it here: details can be found in the Changes file in the top directory of the package after extraction. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/lang/ocaml/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/ocaml/Makefile.common cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/ocaml/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/ocaml/PLIST.opt cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/ocaml/buildlink3.mk cvs rdiff -u -r1.93 -r1.94 pkgsrc/lang/ocaml/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ocaml/patches/patch-Makefile \ pkgsrc/lang/ocaml/patches/patch-asmrun_signals_osdep.h cvs rdiff -u -r1.2 -r0 pkgsrc/lang/ocaml/patches/patch-asmcomp_power_emit.mlp \ pkgsrc/lang/ocaml/patches/patch-byterun_caml_mlvalues.h cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ocaml/patches/patch-asmrun_Makefile \ pkgsrc/lang/ocaml/patches/patch-stdlib_Makefile.shared \ pkgsrc/lang/ocaml/patches/patch-tools_ocamlmklib cvs rdiff -u -r1.3 -r0 pkgsrc/lang/ocaml/patches/patch-asmrun_arm.S \ pkgsrc/lang/ocaml/patches/patch-asmrun_power-bsd.S \ pkgsrc/lang/ocaml/patches/patch-config_auto__aux_gethostbyaddr.c \ pkgsrc/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ocaml/patches/patch-byterun_Makefile \ pkgsrc/lang/ocaml/patches/patch-otherlibs_Makefile.shared \ pkgsrc/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ocaml/patches/patch-configure cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/lang/ocaml/patches/patch-debugger_Makefile.shared \ pkgsrc/lang/ocaml/patches/patch-driver_main_args.ml \ pkgsrc/lang/ocaml/patches/patch-driver_main_args.mli \ pkgsrc/lang/ocaml/patches/patch-ocamldoc_Makefile \ pkgsrc/lang/ocaml/patches/patch-otherlibs_dynlink_Makefile \ pkgsrc/lang/ocaml/patches/patch-stdlib_Makefile \ pkgsrc/lang/ocaml/patches/patch-tools_Makefile.shared \ pkgsrc/lang/ocaml/patches/patch-utils_clflags.ml \ pkgsrc/lang/ocaml/patches/patch-utils_clflags.mli cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ocaml/patches/patch-driver_compenv.ml \ pkgsrc/lang/ocaml/patches/patch-driver_main.ml \ pkgsrc/lang/ocaml/patches/patch-driver_optmain.ml \ pkgsrc/lang/ocaml/patches/patch-tools_ocamlcp.ml \ pkgsrc/lang/ocaml/patches/patch-tools_ocamloptp.ml cvs rdiff -u -r1.6 -r1.7 \ pkgsrc/lang/ocaml/patches/patch-otherlibs_threads_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.