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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0DA061A923A for ; Wed, 7 Oct 2020 12:59:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A517184DAD; Wed, 7 Oct 2020 12:59:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EF5184D29 for ; Wed, 7 Oct 2020 12:59:10 +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 OeDua1ujbSkF for ; Wed, 7 Oct 2020 12:59:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8472C84D24 for ; Wed, 7 Oct 2020 12:59:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8184CFB28; Wed, 7 Oct 2020 12:59:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602075549246880" MIME-Version: 1.0 Date: Wed, 7 Oct 2020 12:59:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/dinotrace To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201007125909.8184CFB28@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. --_----------=_1602075549246880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Oct 7 12:59:09 UTC 2020 Modified Files: pkgsrc/cad/dinotrace: Makefile Log Message: (cad/dinotrace) Add missing BUILD_DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/cad/dinotrace/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602075549246880 Content-Disposition: inline Content-Length: 847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/dinotrace/Makefile diff -u pkgsrc/cad/dinotrace/Makefile:1.53 pkgsrc/cad/dinotrace/Makefile:1.54 --- pkgsrc/cad/dinotrace/Makefile:1.53 Mon Oct 5 22:10:01 2020 +++ pkgsrc/cad/dinotrace/Makefile Wed Oct 7 12:59:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2020/10/05 22:10:01 mef Exp $ +# $NetBSD: Makefile,v 1.54 2020/10/07 12:59:09 mef Exp $ # DISTNAME= dinotrace-9.4f CATEGORIES= cad @@ -10,6 +10,10 @@ HOMEPAGE= http://www.veripool.org/dinotr COMMENT= Tool for viewing the output of digital simulators LICENSE= gnu-gpl-v3 +BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo +BUILD_DEPENDS+= web2c-2020nb2{,nb*}:../../print/web2c +BUILD_DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo + GNU_CONFIGURE= YES INFO_FILES= YES USE_TOOLS+= aclocal autoconf automake gmake perl makeinfo --_----------=_1602075549246880--