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/libXtst | |
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/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 18 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 6 | ||||
-rw-r--r-- | x11/libXtst/pkg-plist | 3 |
3 files changed, 9 insertions, 18 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 98d0dda564d7..6400ec95a453 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -6,27 +6,15 @@ # PORTNAME= libXtst -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Test extension XORG_CAT= lib -USE_XORG= x11 xext recordproto:both xextproto inputproto:both +USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ + xi USE_AUTOTOOLS= libtool:22 -MAN3= XTestQueryExtension.3 \ - XTestCompareCursorWithWindow.3 \ - XTestCompareCurrentCursorWithWindow.3 \ - XTestFakeKeyEvent.3 \ - XTestFakeButtonEvent.3 \ - XTestFakeMotionEvent.3 \ - XTestFakeRelativeMotionEvent.3 \ - XTestGrabControl.3 \ - XTestSetGContextOfGC.3 \ - XTestSetVisualIDOfVisual.3 \ - XTestDiscard.3 - .include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 1bbf04582e3a..cb8096294360 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXtst-1.0.3.tar.bz2) = 090c1ad04e34982eada5cf3b1a0792fd -SHA256 (xorg/lib/libXtst-1.0.3.tar.bz2) = b4a8dd3d9ceb04cd7322c1f7e5d2320d6ccf85ba8c81d736fd6d6c83c658c905 -SIZE (xorg/lib/libXtst-1.0.3.tar.bz2) = 224637 +MD5 (xorg/lib/libXtst-1.1.0.tar.bz2) = dd6f3e20b87310187121539f9605d977 +SHA256 (xorg/lib/libXtst-1.1.0.tar.bz2) = bd440f4779e06957211ba83782a5a1cfbf1d42b14fd3510a6dce440489a4eb26 +SIZE (xorg/lib/libXtst-1.1.0.tar.bz2) = 256889 diff --git a/x11/libXtst/pkg-plist b/x11/libXtst/pkg-plist index 03c03012321d..9c3e055d2f42 100644 --- a/x11/libXtst/pkg-plist +++ b/x11/libXtst/pkg-plist @@ -1,6 +1,9 @@ +include/X11/extensions/XTest.h +include/X11/extensions/record.h lib/libXtst.a lib/libXtst.la lib/libXtst.so lib/libXtst.so.6 libdata/pkgconfig/xtst.pc @dirrmtry include/X11/extensions + |