summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-02-15 23:51:10 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-02-15 23:51:10 +0800
commit87cd1ad139e56904023ad2fd8e5594fb342b77a3 (patch)
tree24f090bb4db8cd7363f5ac0bbe39862db9cec535
parentd0edafd3a1275886e563c32ffda4df4a57bbc018 (diff)
downloadxorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar.gz
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar.bz2
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar.lz
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar.xz
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.tar.zst
xorg-devel-ports-87cd1ad139e56904023ad2fd8e5594fb342b77a3.zip
- Update mouse and keyboard to the latest
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@154 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-drivers/xf86-input-keyboard/Makefile3
-rw-r--r--x11-drivers/xf86-input-keyboard/distinfo5
-rw-r--r--x11-drivers/xf86-input-mouse/Makefile2
-rw-r--r--x11-drivers/xf86-input-mouse/distinfo1
-rw-r--r--x11/libX11/Makefile6
-rw-r--r--x11/libX11/manpages1
6 files changed, 8 insertions, 10 deletions
diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile
index 1aa05e2..ba281f5 100644
--- a/x11-drivers/xf86-input-keyboard/Makefile
+++ b/x11-drivers/xf86-input-keyboard/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xf86-input-keyboard
-PORTVERSION= 1.4.0
+PORTVERSION= 1.5.0
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
@@ -17,3 +17,4 @@ USE_XORG= kbproto
MAN4= kbd.4x
.include <bsd.port.mk>
+
diff --git a/x11-drivers/xf86-input-keyboard/distinfo b/x11-drivers/xf86-input-keyboard/distinfo
index bc43911..b484e1c 100644
--- a/x11-drivers/xf86-input-keyboard/distinfo
+++ b/x11-drivers/xf86-input-keyboard/distinfo
@@ -1,3 +1,2 @@
-MD5 (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = fd17158ffeacecc8cc670604460cb98b
-SHA256 (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = 842d36cfca68ddab4f2c562c73bfd43ba76de2d490d60034f0c5dd524aa6d6a5
-SIZE (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = 287234
+SHA256 (xorg/driver/xf86-input-keyboard-1.5.0.tar.bz2) = 2303510e905465ebee91f22cdd75706a15afb108258bc220c7500f213de19cb0
+SIZE (xorg/driver/xf86-input-keyboard-1.5.0.tar.bz2) = 301181
diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile
index 66d52af..0881233 100644
--- a/x11-drivers/xf86-input-mouse/Makefile
+++ b/x11-drivers/xf86-input-mouse/Makefile
@@ -2,7 +2,7 @@
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
-# $FreeBSD: ports/x11-drivers/xf86-input-mouse/Makefile,v 1.15 2010/05/07 03:37:44 miwi Exp $
+# $FreeBSD$
#
PORTNAME= xf86-input-mouse
diff --git a/x11-drivers/xf86-input-mouse/distinfo b/x11-drivers/xf86-input-mouse/distinfo
index 017bdcb..c1ce12f 100644
--- a/x11-drivers/xf86-input-mouse/distinfo
+++ b/x11-drivers/xf86-input-mouse/distinfo
@@ -1,3 +1,2 @@
-MD5 (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = c58629fddf0782dad5c02da6aeb35521
SHA256 (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = f303e20872ab2fb20e07a7f734d17723346d2b4b8687ea2086f7a7468d1ab397
SIZE (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = 308189
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 97c29f1..1ab631a 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -20,9 +20,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
XORG_CAT= lib
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
kbproto:both inputproto xf86bigfontproto xproto:both
-USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
-ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= --add-missing
+#USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
+#ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
+#AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--with-xcb=yes
CONFIGURE_ENV+= ac_cv_path_PS2PDF=""
diff --git a/x11/libX11/manpages b/x11/libX11/manpages
index 57f14cd..1f3a76e 100644
--- a/x11/libX11/manpages
+++ b/x11/libX11/manpages
@@ -634,7 +634,6 @@ XkbGetBounceKeysDelay.3 \
XkbGetCompatMap.3 \
XkbGetControlsChanges.3 \
XkbGetControls.3 \
-XkbGetDetectableAutorepeat.3 \
XkbGetDeviceButtonActions.3 \
XkbGetDeviceInfoChanges.3 \
XkbGetDeviceInfo.3 \