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-toolkits | |
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-toolkits')
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libXaw/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/libXt/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libXt/distinfo | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index bda2de2e5a67..2ece7ea71e1e 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXaw -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 PORTEPOCH= 2 CATEGORIES= x11-toolkits @@ -16,7 +16,7 @@ COMMENT= X Athena Widgets library XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt USE_GMAKE= yes -CONFIGURE_ARGS+=--without-xmlto +CONFIGURE_ARGS= --without-xmlto MAN3= Xaw.3 diff --git a/x11-toolkits/libXaw/distinfo b/x11-toolkits/libXaw/distinfo index c4aa13012bf2..3e67ebd8e5ea 100644 --- a/x11-toolkits/libXaw/distinfo +++ b/x11-toolkits/libXaw/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXaw-1.0.8.tar.bz2) = 3daeab01ee702cbc4ac91f11d553710ad31d4151510386093c186a94ccd4beba -SIZE (xorg/lib/libXaw-1.0.8.tar.bz2) = 635256 +SHA256 (xorg/lib/libXaw-1.0.9.tar.bz2) = a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037 +SIZE (xorg/lib/libXaw-1.0.9.tar.bz2) = 650634 diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index b2627d6ae4ea..0bfe440dec05 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXt -PORTVERSION= 1.0.9 +PORTVERSION= 1.1.1 PORTEPOCH= 1 CATEGORIES= x11-toolkits @@ -64,6 +64,7 @@ MAN3= MenuPopdown.3 \ XtAppUnlock.3 \ XtAppWarning.3 \ XtAppWarningMsg.3 \ + XtAsprintf.3 \ XtAugmentTranslations.3 \ XtBuildEventMask.3 \ XtCallAcceptFocus.3\ diff --git a/x11-toolkits/libXt/distinfo b/x11-toolkits/libXt/distinfo index 67f296198a07..57b1aa78e720 100644 --- a/x11-toolkits/libXt/distinfo +++ b/x11-toolkits/libXt/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXt-1.0.9.tar.bz2) = eab91b594b801f7f07a20f936dda70a629028858cbcf541becf94f2786ae6b01 -SIZE (xorg/lib/libXt-1.0.9.tar.bz2) = 685981 +SHA256 (xorg/lib/libXt-1.1.1.tar.bz2) = a2a1c29c684e3c9082cdb920b5aea802b179d19107b9ab2170fda07575559da7 +SIZE (xorg/lib/libXt-1.1.1.tar.bz2) = 715424 |