diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 11:41:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 11:41:07 +0000 |
commit | f4936121f95e76555bebbc39e5b73dc12b0ff91f (patch) | |
tree | fcac9880f7998d69245463508464761e7b89a20e /x11/xeyes/Makefile | |
parent | 693ef828a26aa5cb92848177be5fcb2afa9dd055 (diff) | |
download | ports-f4936121f95e76555bebbc39e5b73dc12b0ff91f.tar.gz ports-f4936121f95e76555bebbc39e5b73dc12b0ff91f.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
Notes
Notes:
svn path=/head/; revision=253503
Diffstat (limited to 'x11/xeyes/Makefile')
-rw-r--r-- | x11/xeyes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile index e398a8780fcd..3ec4359bd1e5 100644 --- a/x11/xeyes/Makefile +++ b/x11/xeyes/Makefile @@ -6,14 +6,14 @@ # PORTNAME= xeyes -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= A follow the mouse X demo XORG_CAT= app -USE_XORG= x11 xt xext xmu +USE_XORG= x11 xt xext xmu xrender PLIST_FILES= bin/xeyes |