Received: by mail.netbsd.org (Postfix, from userid 605) id E2CD284F01; Tue, 23 Jan 2024 14:18:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D16C84EEF for ; Tue, 23 Jan 2024 14:18:43 +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 JL2f37UtU2Qd for ; Tue, 23 Jan 2024 14:18:42 +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 6637784E5C for ; Tue, 23 Jan 2024 14:18:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 524A4FA42; Tue, 23 Jan 2024 14:18:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706019522119090" MIME-Version: 1.0 Date: Tue, 23 Jan 2024 14:18:42 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-BH To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240123141842.524A4FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706019522119090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Jan 23 14:18:42 UTC 2024 Modified Files: pkgsrc/devel/R-BH: Makefile Log Message: (devel/R-BH) +TEST_DEPENDS, make test passed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-BH/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706019522119090 Content-Disposition: inline Content-Length: 874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-BH/Makefile diff -u pkgsrc/devel/R-BH/Makefile:1.9 pkgsrc/devel/R-BH/Makefile:1.10 --- pkgsrc/devel/R-BH/Makefile:1.9 Tue Jan 23 13:33:38 2024 +++ pkgsrc/devel/R-BH/Makefile Tue Jan 23 14:18:42 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2024/01/23 13:33:38 mef Exp $ +# $NetBSD: Makefile,v 1.10 2024/01/23 14:18:42 mef Exp $ R_PKGNAME= BH R_PKGVER= 1.84.0-0 @@ -8,8 +8,11 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Boost C++ header files LICENSE= boost-license +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin - +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" --_----------=_1706019522119090--