aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-hyperpen
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-04-22 01:03:32 +0800
committermiwi <miwi@FreeBSD.org>2012-04-22 01:03:32 +0800
commit8610de7ebcb688f7c822933cf96ecea22af9d9ac (patch)
tree58b95feaf2cd439308ad5db219bea76198f6e316 /x11-drivers/xf86-input-hyperpen
parent074f8111429b0ad96ac33c0e038ffb0e7ed50b11 (diff)
downloadfreebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.gz
freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.zst
freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.zip
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates. The team created a new flag called WITH_NEW_XORG that users can include in /etc/make.conf. This was created for the intel KMS work being done althouthough It probably works for other chips. Unfortunately, the intel KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users. Older version of FreeBSD will not be supported. Intel users will need to patch their source manually with Konstantin?s KMS kernel patch to get the newer chips to work. Please carefully read UPDATING entry. Changes: - libdrm 2.4.31 (including KMS support) - mesa 7.11.2 - xorg-server 1.10.6 - a lot of new Graphic Drivers. I would like to thank: Koop Mast Eitan Adler Niclas Zeising and all helpers and testers from x11@.
Diffstat (limited to 'x11-drivers/xf86-input-hyperpen')
-rw-r--r--x11-drivers/xf86-input-hyperpen/Makefile16
-rw-r--r--x11-drivers/xf86-input-hyperpen/distinfo2
-rw-r--r--x11-drivers/xf86-input-hyperpen/files/extra-patch-src_xf86HyperPen.c (renamed from x11-drivers/xf86-input-hyperpen/files/patch-src_xf86HyperPen.c)0
3 files changed, 16 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile
index 5a13b5284dc8..2f7b5c74d867 100644
--- a/x11-drivers/xf86-input-hyperpen/Makefile
+++ b/x11-drivers/xf86-input-hyperpen/Makefile
@@ -6,13 +6,25 @@
#
PORTNAME= xf86-input-hyperpen
-PORTVERSION= 1.3.0
-PORTREVISION= 5
+PORTVERSION= ${HYPERVER}
+PORTREVISION= ${HYPERREVISION}
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org hyperpen input driver
XORG_CAT= driver
+USE_XORG= xextproto videoproto
+
+.if defined(WITH_NEW_XORG)
+HYPERVER= 1.4.1
+HYPERREVISION= 0
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c
+
+.else
+HYPERVER= 1.3.0
+HYPERREVISION= 6
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c
+.endif
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-input-hyperpen/distinfo b/x11-drivers/xf86-input-hyperpen/distinfo
index bc159f51fc8b..7ccfb9b6d336 100644
--- a/x11-drivers/xf86-input-hyperpen/distinfo
+++ b/x11-drivers/xf86-input-hyperpen/distinfo
@@ -1,2 +1,4 @@
SHA256 (xorg/driver/xf86-input-hyperpen-1.3.0.tar.bz2) = e7a13a7597fa32f05d595d05a66cf94c529ba8ce1d03249bb9da5be9512c4b7b
SIZE (xorg/driver/xf86-input-hyperpen-1.3.0.tar.bz2) = 236593
+SHA256 (xorg/driver/xf86-input-hyperpen-1.4.1.tar.bz2) = 31a816f032a2adf4be10909811831191a7528152347e1726b04810ff88436816
+SIZE (xorg/driver/xf86-input-hyperpen-1.4.1.tar.bz2) = 266891
diff --git a/x11-drivers/xf86-input-hyperpen/files/patch-src_xf86HyperPen.c b/x11-drivers/xf86-input-hyperpen/files/extra-patch-src_xf86HyperPen.c
index 70713074b041..70713074b041 100644
--- a/x11-drivers/xf86-input-hyperpen/files/patch-src_xf86HyperPen.c
+++ b/x11-drivers/xf86-input-hyperpen/files/extra-patch-src_xf86HyperPen.c