Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0423184E7B for ; Sun, 17 Sep 2023 21:43:49 +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 l0vgwJ8ecBBK for ; Sun, 17 Sep 2023 21:43:48 +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 56FF984D67 for ; Sun, 17 Sep 2023 21:43:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AF93FBDB; Sun, 17 Sep 2023 21:43:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694987028271630" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 21:43:48 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-large To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230917214348.4AF93FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694987028271630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Sep 17 21:43:48 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-large: Makefile Log Message: bulk-large: ensure LIBRSVG_TYPE is defined To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/meta-pkgs/bulk-large/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694987028271630 Content-Disposition: inline Content-Length: 853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-large/Makefile diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.67 pkgsrc/meta-pkgs/bulk-large/Makefile:1.68 --- pkgsrc/meta-pkgs/bulk-large/Makefile:1.67 Sat Sep 16 04:08:17 2023 +++ pkgsrc/meta-pkgs/bulk-large/Makefile Sun Sep 17 21:43:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2023/09/16 04:08:17 dholland Exp $ +# $NetBSD: Makefile,v 1.68 2023/09/17 21:43:48 gutteridge Exp $ DISTNAME= bulk-large-20230915 CATEGORIES= meta-pkgs @@ -114,6 +114,7 @@ DEPENDS+= ${PYPKGPREFIX}-pspdfutils-[0-9 DEPENDS+= qemu-[0-9]*:../../emulators/qemu DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib +.include "../../graphics/librsvg/available.mk" .if ${LIBRSVG_TYPE} == "rust" DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg .else --_----------=_1694987028271630--