Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 05:16:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <202102070516.1175GS1u061045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102070516.1175GS1u061045>