Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F3FD8599D for ; Mon, 30 Oct 2023 12:22:34 +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 ymoTJ-rOKHys for ; Mon, 30 Oct 2023 12:22:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6920184ED6 for ; Mon, 30 Oct 2023 12:22:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 622E7FADC; Mon, 30 Oct 2023 12:22:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698668553199600" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 12:22:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-medium To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20231030122233.622E7FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698668553199600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Oct 30 12:22:33 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-medium: Makefile Log Message: bulk-medium: Make less x86 centric. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 pkgsrc/meta-pkgs/bulk-medium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698668553199600 Content-Disposition: inline Content-Length: 1461 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-medium/Makefile diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.101 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.102 --- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.101 Mon Oct 30 12:20:42 2023 +++ pkgsrc/meta-pkgs/bulk-medium/Makefile Mon Oct 30 12:22:33 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2023/10/30 12:20:42 nia Exp $ +# $NetBSD: Makefile,v 1.102 2023/10/30 12:22:33 nia Exp $ DISTNAME= bulk-medium-20231022 CATEGORIES= meta-pkgs @@ -72,9 +72,9 @@ DEPENDS+= nvi-[0-9]*:../../editors/nvi DEPENDS+= vim-gtk3-[0-9]*:../../editors/vim-gtk3 # emacs with x11 also brings in rust, which doesn't fit in this package DEPENDS+= emacs-nox11-[0-9]*:../../editors/emacs-nox11 +DEPENDS+= dosbox-[0-9]*:../../emulators/dosbox DEPENDS+= simh-[0-9]*:../../emulators/simh DEPENDS+= tme-[0-9]*:../../emulators/tme -DEPENDS+= wine-[0-9]*:../../emulators/wine DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm DEPENDS+= gawk-[0-9]*:../../lang/gawk @@ -126,8 +126,10 @@ DEPENDS+= xlockmore-[0-9]*:../../x11/xlo DEPENDS+= pigz-[0-9]*:../../archivers/pigz DEPENDS+= cmake-[0-9]*:../../devel/cmake DEPENDS+= imake-[0-9]*:../../devel/imake +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" DEPENDS+= nasm-[0-9]*:../../devel/nasm DEPENDS+= yasm-[0-9]*:../../devel/yasm +.endif DEPENDS+= icon-naming-utils-[0-9]*:../../graphics/icon-naming-utils # --_----------=_1698668553199600--