svn commit: r564600 - head/x11-drivers/xf86-input-vmmouse
Baptiste Daroussin
bapt at FreeBSD.org
Sun Feb 7 05:16:29 UTC 2021
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 at 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
+ at 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
+ at comment share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
More information about the svn-ports-all
mailing list