diff options
author | anholt <anholt@FreeBSD.org> | 2004-12-23 09:35:49 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-12-23 09:35:49 +0800 |
commit | 65440fcd9bcb20a1d534ae744432598de80568e0 (patch) | |
tree | 9c8108a587ba53bd91384e5c3a89b90f40ff9344 /x11/xorg | |
parent | 941f91a0158ef5a224f924902fa9c60d2b342648 (diff) | |
download | freebsd-ports-gnome-65440fcd9bcb20a1d534ae744432598de80568e0.tar.gz freebsd-ports-gnome-65440fcd9bcb20a1d534ae744432598de80568e0.tar.zst freebsd-ports-gnome-65440fcd9bcb20a1d534ae744432598de80568e0.zip |
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index dd9a14158ca1..d6d61aa95422 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg -PORTVERSION= 6.7.0 -PORTREVISION= 1 +PORTVERSION= 6.8.1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none |