Received: by mail.netbsd.org (Postfix, from userid 605) id 36B8784DFC; Sun, 28 Jun 2020 13:52:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B041D84DFB for ; Sun, 28 Jun 2020 13:52:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id leB2vXRthpVv for ; Sun, 28 Jun 2020 13:52:20 +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 0D05E84DD4 for ; Sun, 28 Jun 2020 13:52:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2F0BFB28; Sun, 28 Jun 2020 13:52:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159335233975310" MIME-Version: 1.0 Date: Sun, 28 Jun 2020 13:52:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/xf86-input-vmmouse To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200628135219.F2F0BFB28@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. --_----------=_159335233975310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jun 28 13:52:19 UTC 2020 Modified Files: pkgsrc/x11/xf86-input-vmmouse: Makefile Log Message: xf86-input-vmmouse: only for x86 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xf86-input-vmmouse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159335233975310 Content-Disposition: inline Content-Length: 783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-input-vmmouse/Makefile diff -u pkgsrc/x11/xf86-input-vmmouse/Makefile:1.24 pkgsrc/x11/xf86-input-vmmouse/Makefile:1.25 --- pkgsrc/x11/xf86-input-vmmouse/Makefile:1.24 Sat Jan 18 23:36:02 2020 +++ pkgsrc/x11/xf86-input-vmmouse/Makefile Sun Jun 28 13:52:19 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2020/01/18 23:36:02 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2020/06/28 13:52:19 nia Exp $ DISTNAME= xf86-input-vmmouse-13.1.0 PKGREVISION= 2 @@ -15,6 +15,9 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake pkg-config +# #error The vmmouse protocol is only supported on x86 architectures. +ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64 + CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 # Currently libudev is unsupported in pkgsrc --_----------=_159335233975310--