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 28B3B1A923B for ; Sat, 16 Apr 2022 10:29:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8668084ECE; Sat, 16 Apr 2022 10:29:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0FEF84ECC for ; Sat, 16 Apr 2022 10:29:24 +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 dnbc84at2B3J for ; Sat, 16 Apr 2022 10:29:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1EA8B84CEC for ; Sat, 16 Apr 2022 10:29:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 178F2FB19; Sat, 16 Apr 2022 10:29:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165010496428800" MIME-Version: 1.0 Date: Sat, 16 Apr 2022 10:29:24 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/graphics/asymptote To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20220416102924.178F2FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165010496428800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sat Apr 16 10:29:24 UTC 2022 Modified Files: pkgsrc/graphics/asymptote: Makefile Log Message: graphics/asymptote: Uncomment previous so it takes effect. Had commented this while verifying it is actually needed, and forgot to uncomment before committing. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/asymptote/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165010496428800 Content-Disposition: inline Content-Length: 1019 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/asymptote/Makefile diff -u pkgsrc/graphics/asymptote/Makefile:1.45 pkgsrc/graphics/asymptote/Makefile:1.46 --- pkgsrc/graphics/asymptote/Makefile:1.45 Sat Apr 16 10:04:21 2022 +++ pkgsrc/graphics/asymptote/Makefile Sat Apr 16 10:29:23 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2022/04/16 10:04:21 riastradh Exp $ +# $NetBSD: Makefile,v 1.46 2022/04/16 10:29:23 riastradh Exp $ DISTNAME= asymptote-2.79 CATEGORIES= graphics @@ -16,7 +16,7 @@ TOOL_DEPENDS+= makeindexk-[0-9]*:../../t TOOL_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin TOOL_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec TOOL_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf -#TOOL_DEPENDS+= tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg +TOOL_DEPENDS+= tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg TOOL_DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox TOOL_DEPENDS+= tex-kvsetkeys-[0-9]*:../../print/tex-kvsetkeys TOOL_DEPENDS+= tex-media9-[0-9]*:../../print/tex-media9 --_----------=_165010496428800--