Re: Removing hal dependency of x11-drivers/xf86-input-synaptics

2012-06-10 Thread Michael Scheidell
On 6/10/12 7:07 AM, David Demelier wrote: Hi, In fact, x11-drivers/xf86-input-synaptics may install an old and useless HAL file (.fdi), I have no problem with that, but a RUN_DEPENDS variable has been added against HAL and we need to install HAL and about 30 pulled in depencies. Here&#

Removing hal dependency of x11-drivers/xf86-input-synaptics

2012-06-10 Thread David Demelier
Hi, After 4 or 5 emails sent to miwi@ I think Martin just ignore me. It's about a commit for removing a useless HAL dependency added a few weeks ago. In fact, x11-drivers/xf86-input-synaptics may install an old and useless HAL file (.fdi), I have no problem with that, but a RUN_DE

Re: x11-drivers/xf86-input-synaptics

2012-05-20 Thread David Demelier
On 18/05/2012 15:18, Oliver Pinter wrote: Hi! Please apply the attached patch to x11-drivers/xf86-input-synaptics/Makefile. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

x11-drivers/xf86-input-synaptics

2012-05-18 Thread Oliver Pinter
Hi! Please apply the attached patch to x11-drivers/xf86-input-synaptics/Makefile. --- /tmp/Makefile 2012-05-18 14:49:40.0 +0200 +++ Makefile 2012-05-18 14:51:28.0 +0200 @@ -14,7 +14,9 @@ CONFLICTS= synaptics-[0-9]* +.if !defined(WITHOUT_HAL) LIB_DEPENDS+= hal.1:${PORTSDIR