diff options
author | rezny <rezny@FreeBSD.org> | 2017-02-11 22:17:58 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-02-11 22:17:58 +0800 |
commit | 9004f2aae7a927dec3bc5dbf5d535579ea43c7aa (patch) | |
tree | f850017ca906c1f973d599485b77a7dceb60e2fc /x11-drivers/xf86-input-evdev/Makefile | |
parent | c2a7c09121f564be99490587def8740af67dc2ef (diff) | |
download | freebsd-ports-gnome-9004f2aae7a927dec3bc5dbf5d535579ea43c7aa.tar.gz freebsd-ports-gnome-9004f2aae7a927dec3bc5dbf5d535579ea43c7aa.tar.zst freebsd-ports-gnome-9004f2aae7a927dec3bc5dbf5d535579ea43c7aa.zip |
Xorg-servers update to 1.18.4 with driver updates and revision bumps.
Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode
PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287,
216288,216292,216298,214560,216299,216300,216301,216302
Approved by: swills (mentor, portmgr)
Differential Revision: https://reviews.freebsd.org/D9436
Diffstat (limited to 'x11-drivers/xf86-input-evdev/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-evdev/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-evdev/Makefile b/x11-drivers/xf86-input-evdev/Makefile index f401367535e5..37851c43a609 100644 --- a/x11-drivers/xf86-input-evdev/Makefile +++ b/x11-drivers/xf86-input-evdev/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-evdev -PORTVERSION= 2.10.4 +PORTVERSION= 2.10.5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,6 +18,5 @@ RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd XORG_CAT= driver USES= pathfix CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " -INSTALL_TARGET= install-strip .include <bsd.port.mk> |