diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
commit | 988b674197d5158ec2b9735dd2a18cab568384cd (patch) | |
tree | 2a4f72b2c9ed55a5ce5bd722c7edc3efd5c57ed2 /x11/libXi | |
parent | 44dbaae8639c06739435db870a18e3f1dadc3398 (diff) | |
download | freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.gz freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.zst freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.zip |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \*
or:
portmaster -af
Please report any problems and issus to x11 (at) FreeBSD.org.
Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.
Tested by: Community and 2x exp-runs
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 44 | ||||
-rw-r--r-- | x11/libXi/distinfo | 6 | ||||
-rw-r--r-- | x11/libXi/pkg-plist | 3 |
3 files changed, 7 insertions, 46 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index bb301a30f0a2..9b81e4cd7ea4 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXi -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 PORTEPOCH= 1 CATEGORIES= x11 @@ -16,46 +16,4 @@ COMMENT= X Input extension library XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both -MAN3= XAllowDeviceEvents.3 \ - XChangeDeviceControl.3 \ - XChangeDeviceDontPropagateList.3 \ - XChangeDeviceKeyMapping.3 \ - XChangeDeviceProperty.3 \ - XChangeFeedbackControl.3 \ - XChangeKeyboardDevice.3 \ - XChangePointerDevice.3 \ - XCloseDevice.3 \ - XDeleteDeviceProperty.3 \ - XDeviceBell.3 \ - XDeviceTimeCoord.3 \ - XFreeDeviceList.3 \ - XGetDeviceControl.3 \ - XGetDeviceKeyMapping.3 \ - XGetDeviceModifierMapping.3 \ - XGetDeviceMotionEvents.3 \ - XGetDeviceProperty.3 \ - XGetExtensionVersion.3 \ - XGetFeedbackControl.3 \ - XGetDeviceButtonMapping.3 \ - XGetDeviceDontPropagateList.3 \ - XGetDeviceFocus.3 \ - XGetSelectedExtensionEvents.3 \ - XGrabDevice.3 \ - XGrabDeviceButton.3 \ - XGrabDeviceKey.3 \ - XListDeviceProperties.3 \ - XListInputDevices.3 \ - XOpenDevice.3 \ - XQueryDeviceState.3 \ - XSelectExtensionEvent.3 \ - XSendExtensionEvent.3 \ - XSetDeviceButtonMapping.3 \ - XSetDeviceFocus.3 \ - XSetDeviceMode.3 \ - XSetDeviceModifierMapping.3 \ - XSetDeviceValuators.3 \ - XUngrabDeviceButton.3 \ - XUngrabDeviceKey.3 \ - XUngrabDevice.3 \ - .include <bsd.port.mk> diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 7f2988b0b8cc..02a33ca8c6ae 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXi-1.2.1.tar.bz2) = cfb36307e8e7ffafe40848dba24e0b11 -SHA256 (xorg/lib/libXi-1.2.1.tar.bz2) = a0cef8deaccedb877137782a7e77441c8231b2da848bd145788a12fe05034fc5 -SIZE (xorg/lib/libXi-1.2.1.tar.bz2) = 279752 +MD5 (xorg/lib/libXi-1.3.tar.bz2) = 8df4ece9bd1efb02c28acb2b6f485e09 +SHA256 (xorg/lib/libXi-1.3.tar.bz2) = 362b8c0c60386841063bd7e01afa72e37eb87ada6e64e539d960f88c780a944b +SIZE (xorg/lib/libXi-1.3.tar.bz2) = 350827 diff --git a/x11/libXi/pkg-plist b/x11/libXi/pkg-plist index e1cbeac40e06..0f704e228faf 100644 --- a/x11/libXi/pkg-plist +++ b/x11/libXi/pkg-plist @@ -1,5 +1,8 @@ +include/X11/extensions/XInput.h +include/X11/extensions/XInput2.h lib/libXi.a lib/libXi.la lib/libXi.so lib/libXi.so.6 libdata/pkgconfig/xi.pc +@dirrmtry include/X11/extensions |