Received: by mail.netbsd.org (Postfix, from userid 605) id 56A5884E00; Thu, 21 Mar 2019 14:56:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3AEF84DEA for ; Thu, 21 Mar 2019 14:56:46 +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 k5HZClbHtkup for ; Thu, 21 Mar 2019 14:56:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1388B84DA0 for ; Thu, 21 Mar 2019 14:56:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D3EFFB16; Thu, 21 Mar 2019 14:56:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553180206185920" MIME-Version: 1.0 Date: Thu, 21 Mar 2019 14:56:46 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190321145646.0D3EFFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553180206185920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Thu Mar 21 14:56:45 UTC 2019 Modified Files: pkgsrc/devel/ocaml-async_extra: Makefile pkgsrc/devel/ocaml-async_rpc_kernel: Makefile pkgsrc/devel/ocaml-async_unix: Makefile pkgsrc/devel/ocaml-core_kernel: Makefile pkgsrc/devel/ocaml-digestif: Makefile pkgsrc/textproc/ocaml-textutils: Makefile Log Message: Temporarily disabling missing dependencies, will fix ASAP To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-async_extra/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-async_rpc_kernel/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-async_unix/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-core_kernel/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-digestif/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ocaml-textutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553180206185920 Content-Disposition: inline Content-Length: 5021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-async_extra/Makefile diff -u pkgsrc/devel/ocaml-async_extra/Makefile:1.1 pkgsrc/devel/ocaml-async_extra/Makefile:1.2 --- pkgsrc/devel/ocaml-async_extra/Makefile:1.1 Tue Mar 19 10:51:00 2019 +++ pkgsrc/devel/ocaml-async_extra/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 10:51:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= async_extra GITHUB_TAG= v${PKGVERSION_NOREV} @@ -19,6 +19,6 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-async_rpc_kernel/buildlink3.mk" .include "../../devel/ocaml-async_unix/buildlink3.mk" -.include "../../devel/ocaml-core/buildlink3.mk" +#.include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-async_rpc_kernel/Makefile diff -u pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.1 pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.2 --- pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.1 Tue Mar 19 10:43:19 2019 +++ pkgsrc/devel/ocaml-async_rpc_kernel/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 10:43:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= async_rpc_kernel GITHUB_TAG= v${PKGVERSION_NOREV} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" -.include "../../net/ocaml-protocol_version_header/buildlink3.mk" +#.include "../../net/ocaml-protocol_version_header/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-async_unix/Makefile diff -u pkgsrc/devel/ocaml-async_unix/Makefile:1.1 pkgsrc/devel/ocaml-async_unix/Makefile:1.2 --- pkgsrc/devel/ocaml-async_unix/Makefile:1.1 Tue Mar 19 10:48:15 2019 +++ pkgsrc/devel/ocaml-async_unix/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 10:48:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= async_unix GITHUB_TAG= v${PKGVERSION_NOREV} @@ -17,7 +17,7 @@ OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" .include "../../devel/ocaml-async_kernel/buildlink3.mk" -.include "../../devel/ocaml-core/buildlink3.mk" +#.include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-core_kernel/Makefile diff -u pkgsrc/devel/ocaml-core_kernel/Makefile:1.1 pkgsrc/devel/ocaml-core_kernel/Makefile:1.2 --- pkgsrc/devel/ocaml-core_kernel/Makefile:1.1 Tue Mar 19 10:07:47 2019 +++ pkgsrc/devel/ocaml-core_kernel/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 10:07:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= core_kernel GITHUB_TAG= v${PKGVERSION_NOREV} @@ -17,7 +17,7 @@ OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" -.include "../../devel/ocaml-base_bigstring/buildlink3.mk" +#.include "../../devel/ocaml-base_bigstring/buildlink3.mk" .include "../../devel/ocaml-base_quickcheck/buildlink3.mk" .include "../../devel/ocaml-bin_prot/buildlink3.mk" .include "../../devel/ocaml-fieldslib/buildlink3.mk" Index: pkgsrc/devel/ocaml-digestif/Makefile diff -u pkgsrc/devel/ocaml-digestif/Makefile:1.1 pkgsrc/devel/ocaml-digestif/Makefile:1.2 --- pkgsrc/devel/ocaml-digestif/Makefile:1.1 Tue Mar 19 11:15:12 2019 +++ pkgsrc/devel/ocaml-digestif/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 11:15:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= digestif GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,6 +16,6 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" -.include "../../devel/ocaml-eqaf/buildlink3.mk" +#.include "../../devel/ocaml-eqaf/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/ocaml-textutils/Makefile diff -u pkgsrc/textproc/ocaml-textutils/Makefile:1.1 pkgsrc/textproc/ocaml-textutils/Makefile:1.2 --- pkgsrc/textproc/ocaml-textutils/Makefile:1.1 Tue Mar 19 10:56:03 2019 +++ pkgsrc/textproc/ocaml-textutils/Makefile Thu Mar 21 14:56:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/19 10:56:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/21 14:56:45 jaapb Exp $ GITHUB_PROJECT= textutils GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,6 +16,6 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" -.include "../../devel/ocaml-core/buildlink3.mk" +#.include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1553180206185920--