diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-22 01:03:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-22 01:03:32 +0800 |
commit | 8610de7ebcb688f7c822933cf96ecea22af9d9ac (patch) | |
tree | 58b95feaf2cd439308ad5db219bea76198f6e316 /x11/xinit | |
parent | 074f8111429b0ad96ac33c0e038ffb0e7ed50b11 (diff) | |
download | freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.gz freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.tar.zst freebsd-ports-gnome-8610de7ebcb688f7c822933cf96ecea22af9d9ac.zip |
- 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/xinit')
-rw-r--r-- | x11/xinit/Makefile | 2 | ||||
-rw-r--r-- | x11/xinit/distinfo | 4 | ||||
-rw-r--r-- | x11/xinit/files/patch-xinit.c | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 253ed9a303ea..3bf4fc47fc78 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xinit -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index 9c363d13e8f3..dbe3d873a2a6 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xinit-1.3.1.tar.bz2) = c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0 -SIZE (xorg/app/xinit-1.3.1.tar.bz2) = 147067 +SHA256 (xorg/app/xinit-1.3.2.tar.bz2) = a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235 +SIZE (xorg/app/xinit-1.3.2.tar.bz2) = 148443 diff --git a/x11/xinit/files/patch-xinit.c b/x11/xinit/files/patch-xinit.c deleted file mode 100644 index abe8803b8282..000000000000 --- a/x11/xinit/files/patch-xinit.c +++ /dev/null @@ -1,15 +0,0 @@ ---- xinit.c.orig 2011-04-26 07:03:42.000000000 +0200 -+++ xinit.c 2011-08-06 22:14:03.000000000 +0200 -@@ -49,10 +49,10 @@ - #endif - - /* For PRIO_PROCESS and setpriority() */ --#ifdef __DragonFly__ -+#if defined(__DragonFly__) || defined(__FreeBSD__) - #include <sys/time.h> - #include <sys/resource.h> --#endif /* __DragonFly__ */ -+#endif - - #include <stdlib.h> - |