diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-21 17:03:32 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-21 17:03:32 +0000 |
commit | 8610de7ebcb688f7c822933cf96ecea22af9d9ac (patch) | |
tree | 58b95feaf2cd439308ad5db219bea76198f6e316 /x11/libXi | |
parent | 074f8111429b0ad96ac33c0e038ffb0e7ed50b11 (diff) | |
download | FreeBSD-ports-8610de7ebcb688f7c822933cf96ecea22af9d9ac.zip FreeBSD-ports-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.gz |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@.
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 2 | ||||
-rw-r--r-- | x11/libXi/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index d4ab071..3aaa023 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXi -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.5 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 19ae0f9..98b1cb1 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXi-1.4.3.tar.bz2) = 08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0 -SIZE (xorg/lib/libXi-1.4.3.tar.bz2) = 422637 +SHA256 (xorg/lib/libXi-1.4.5.tar.bz2) = 22a99123229d22e6e1567c4cda0224a744475f427625d61b23d965157a86f1b5 +SIZE (xorg/lib/libXi-1.4.5.tar.bz2) = 416807 |