Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 16B701A921F for ; Mon, 21 Mar 2022 07:50:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFBAE84F4A; Mon, 21 Mar 2022 07:50:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05BFE84F15 for ; Mon, 21 Mar 2022 07:50:51 +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 PqYCQbQxH5Mb for ; Mon, 21 Mar 2022 07:50:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5319F84EDF for ; Mon, 21 Mar 2022 07:50:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F7DCFB24; Mon, 21 Mar 2022 07:50:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1647849050296500" MIME-Version: 1.0 Date: Mon, 21 Mar 2022 07:50:50 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/misc/dose3 To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220321075050.3F7DCFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1647849050296500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Mon Mar 21 07:50:50 UTC 2022 Modified Files: pkgsrc/misc/dose3: Makefile Log Message: Explicitly included ocaml.mk in misc/dose3 Makefile This doesn't actually change anything, the file was already included indirectly, but it is better form. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/dose3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1647849050296500 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/dose3/Makefile diff -u pkgsrc/misc/dose3/Makefile:1.18 pkgsrc/misc/dose3/Makefile:1.19 --- pkgsrc/misc/dose3/Makefile:1.18 Mon Mar 8 08:13:03 2021 +++ pkgsrc/misc/dose3/Makefile Mon Mar 21 07:50:50 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2021/03/08 08:13:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2022/03/21 07:50:50 jaapb Exp $ DISTNAME= dose3-5.0.1 PKGREVISION= 6 @@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --with-bytecodeonly pre-configure: cd ${WRKSRC} && aclocal -I m4 && autoconf +.include "../../mk/ocaml.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../devel/ocaml-extlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" --_----------=_1647849050296500--