Received: by mail.netbsd.org (Postfix, from userid 605) id 62D748502B; Thu, 21 Jul 2022 11:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B95984E9C for ; Thu, 21 Jul 2022 11:21:51 +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 5H43k5I1-SU0 for ; Thu, 21 Jul 2022 11:21:51 +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 EC01184E56 for ; Thu, 21 Jul 2022 11:21:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E54BAFB1A; Thu, 21 Jul 2022 11:21:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658402510154700" MIME-Version: 1.0 Date: Thu, 21 Jul 2022 11:21:50 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/meta-pkgs/modular-xorg-drivers To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220721112150.E54BAFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658402510154700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Jul 21 11:21:50 UTC 2022 Modified Files: pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile Log Message: xf86-input-keyboard is no longer for Linux To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658402510154700 Content-Disposition: inline Content-Length: 1084 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile diff -u pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.46 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.47 --- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.46 Thu Apr 21 16:53:25 2022 +++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile Thu Jul 21 11:21:50 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2022/04/21 16:53:25 nia Exp $ +# $NetBSD: Makefile,v 1.47 2022/07/21 11:21:50 tnn Exp $ DISTNAME= # empty PKGNAME= modular-xorg-drivers-1.19.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} DISTFILES= # empty @@ -17,7 +17,9 @@ META_PACKAGE= yes .include "../../mk/bsd.prefs.mk" DEPENDS+= xf86-input-acecad-[0-9]*:../../x11/xf86-input-acecad +.if ${OPSYS} != "Linux" DEPENDS+= xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard +.endif DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse DEPENDS+= xf86-input-penmount-[0-9]*:../../x11/xf86-input-penmount .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" --_----------=_1658402510154700--