# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= xorg-driver-input-synaptics VERSION= 1.10.0 KEYWORDS= x11_drivers VARIANTS= std SDESC[std]= X.org input driver for Synaptics touchpad devices HOMEPAGE= https://www.x.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= XORG/individual/driver DISTFILE[1]= xf86-input-synaptics-1.10.0.tar.xz:main DF_INDEX= 1 SPKGS[std]= set primary dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none NOT_FOR_OPSYS= netbsd BUILD_DEPENDS= xorg-server:dev:std BUILDRUN_DEPENDS= xorg-server:primary:std USES= libtool mbsdfix XORG_COMPONENTS= xorgproto xtst DISTNAME= xf86-input-synaptics-1.10.0 LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= x11-drivers/xf86-input-synaptics MUST_CONFIGURE= gnu CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4 INSTALL_TARGET= install-strip post-patch: # disable evdev requirement on linux for now ${REINPLACE_CMD} -e '/BUILD_EVENTCOMM="yes"/d' ${WRKSRC}/configure [FILE:61:descriptions/desc.primary] This package contains the X.Org xf86-input-synaptics driver. [FILE:113:distinfo] e0c26adb068edd0869f87a87f5e9127922d61c0265d7692a247a91a5cc1bb5c2 431316 xf86-input-synaptics-1.10.0.tar.xz [FILE:107:manifests/plist.primary] bin/ synclient syndaemon lib/xorg/modules/input/synaptics_drv.so share/X11/xorg.conf.d/70-synaptics.conf [FILE:68:manifests/plist.dev] include/xorg/synaptics-properties.h lib/pkgconfig/xorg-synaptics.pc [FILE:69:manifests/plist.man] share/man/man1/ synclient.1 syndaemon.1 share/man/man4/synaptics.4 [FILE:417:patches/patch-configure] --- configure.orig 2025-01-05 18:49:59 UTC +++ configure @@ -19474,7 +19474,7 @@ printf "%s\n" "ps2comm alpscomm eventcom BUILD_PS2COMM="yes" BUILD_EVENTCOMM="yes" ;; -*freebsd* | *netbsd* | *dragonfly*) +*freebsd* | *netbsd* | *dragonfly* | *midnight*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ps2comm alpscomm psmcomm" >&5 printf "%s\n" "ps2comm alpscomm psmcomm" >&6; } BUILD_PS2COMM="yes" [FILE:341:patches/patch-src_eventcomm.h] --- src/eventcomm.h.orig 2025-01-05 18:49:45 UTC +++ src/eventcomm.h @@ -30,7 +30,15 @@ #include #include +#ifdef __linux__ #include +#else +#undef BUS_NONE +#undef BUS_PCI +#undef BUS_SBUS +#undef BUS_PLATFORM +#undef BUS_last +#endif #include #include "synproto.h"