From owner-svn-ports-head@freebsd.org Sun Feb 7 05:16:29 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 070BA4F8894; Sun, 7 Feb 2021 05:16:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DYHSX6lrKz3jKC; Sun, 7 Feb 2021 05:16:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA8971EB3D; Sun, 7 Feb 2021 05:16:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1175GSkE061046; Sun, 7 Feb 2021 05:16:28 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1175GS1u061045; Sun, 7 Feb 2021 05:16:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202102070516.1175GS1u061045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 7 Feb 2021 05:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564600 - head/x11-drivers/xf86-input-vmmouse X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11-drivers/xf86-input-vmmouse X-SVN-Commit-Revision: 564600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2021 05:16:29 -0000 Author: bapt Date: Sun Feb 7 05:16:28 2021 New Revision: 564600 URL: https://svnweb.freebsd.org/changeset/ports/564600 Log: libhal is actually not a dependency of this port This port used to install 2 files for the hal deamon which are now actually useless as the hal deamon is not used anymore by the software which might be interested in vmmouse probes. Modified: head/x11-drivers/xf86-input-vmmouse/Makefile head/x11-drivers/xf86-input-vmmouse/pkg-plist Modified: head/x11-drivers/xf86-input-vmmouse/Makefile ============================================================================== --- head/x11-drivers/xf86-input-vmmouse/Makefile Sun Feb 7 05:08:47 2021 (r564599) +++ head/x11-drivers/xf86-input-vmmouse/Makefile Sun Feb 7 05:16:28 2021 (r564600) @@ -3,16 +3,13 @@ PORTNAME= xf86-input-vmmouse PORTVERSION= 13.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org vmmouse input driver -LIB_DEPENDS= libhal.so:sysutils/hal - USES= gmake xorg-cat:driver -CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures. Modified: head/x11-drivers/xf86-input-vmmouse/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-vmmouse/pkg-plist Sun Feb 7 05:08:47 2021 (r564599) +++ head/x11-drivers/xf86-input-vmmouse/pkg-plist Sun Feb 7 05:16:28 2021 (r564600) @@ -1,8 +1,8 @@ bin/vmmouse_detect -libexec/hal/scripts/hal-probe-vmmouse +@comment libexec/hal/scripts/hal-probe-vmmouse @comment lib/udev/rules.d/69-xorg-vmmouse.rules lib/xorg/modules/input/vmmouse_drv.so man/man1/vmmouse_detect.1.gz man/man4/vmmouse.4x.gz share/X11/xorg.conf.d/50-vmmouse.conf -share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi +@comment share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi