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/libX11 | |
parent | - Unbreak because we found the problem (thx to stas@) (diff) |
- 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
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 4 | ||||
-rw-r--r-- | x11/libX11/distinfo | 6 | ||||
-rw-r--r-- | x11/libX11/manpages | 5 | ||||
-rw-r--r-- | x11/libX11/pkg-plist | 16 |
4 files changed, 26 insertions, 5 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index d0bcf1ca34bf..fcd11438971f 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libX11 -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.3 PORTEPOCH= 1 CATEGORIES= x11 @@ -26,6 +25,7 @@ ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --with-xcb=yes +CONFIGURE_ENV+= ac_cv_path_PS2PDF="" .include "${.CURDIR}/manpages" .include <bsd.port.mk> diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index 7f8cc3e502e3..f45af2697f1e 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libX11-1.2.1.tar.bz2) = 2f2beb98e71f397e1209beaca4e97cb1 -SHA256 (xorg/lib/libX11-1.2.1.tar.bz2) = d172e5a401a2607f4ff145db4e8e09c193a1980bbb2c5c7f824e61ee3fdfdff3 -SIZE (xorg/lib/libX11-1.2.1.tar.bz2) = 1798407 +MD5 (xorg/lib/libX11-1.3.3.tar.bz2) = 5d74971360f194ce33d2bd2e4d9b066c +SHA256 (xorg/lib/libX11-1.3.3.tar.bz2) = 8c7f867918a3739dc7cabe955179539d4a7ecc52cb42becfd261e5dfbff511ac +SIZE (xorg/lib/libX11-1.3.3.tar.bz2) = 2166076 diff --git a/x11/libX11/manpages b/x11/libX11/manpages index fce86a29b4d6..57f14cdff6e6 100644 --- a/x11/libX11/manpages +++ b/x11/libX11/manpages @@ -207,6 +207,7 @@ XFree.3 \ XFreeColormap.3 \ XFreeColors.3 \ XFreeCursor.3 \ +XFreeEventData.3 \ XFreeExtensionList.3 \ XFreeFont.3 \ XFreeFontInfo.3 \ @@ -219,10 +220,12 @@ XFreePixmap.3 \ XFreeStringList.3 \ XGCValues.3 \ XGContextFromGC.3 \ +XGenericEventCookie.3 \ XGetAtomName.3 \ XGetAtomNames.3 \ XGetClassHint.3 \ XGetCommand.3 \ +XGetEventData.3 \ XGetErrorDatabaseText.3 \ XGetErrorText.3 \ XGetFontPath.3 \ @@ -812,3 +815,5 @@ XwcTextExtents.3 \ XwcTextListToTextProperty.3 \ XwcTextPerCharExtents.3 \ XwcTextPropertyToTextList.3 +MAN5= \ +Compose.5 \ diff --git a/x11/libX11/pkg-plist b/x11/libX11/pkg-plist index 37e21cee9093..d304d0ab3c7c 100644 --- a/x11/libX11/pkg-plist +++ b/x11/libX11/pkg-plist @@ -1,3 +1,18 @@ +%%DOCSDIR%%/libX11.txt +%%DOCSDIR%%/libX11.ps +%%DOCSDIR%%/libX11.html +%%DOCSDIR%%/Framework.txt +%%DOCSDIR%%/LocaleDB.txt +%%DOCSDIR%%/Trans.txt +%%DOCSDIR%%/Framework.ps +%%DOCSDIR%%/LocaleDB.ps +%%DOCSDIR%%/Trans.ps +%%DOCSDIR%%/Framework.html +%%DOCSDIR%%/LocaleDB.html +%%DOCSDIR%%/Trans.html +%%DOCSDIR%%/xim.txt +%%DOCSDIR%%/xim.ps +%%DOCSDIR%%/xim.html include/X11/ImUtil.h include/X11/XKBlib.h include/X11/Xcms.h @@ -206,6 +221,7 @@ lib/X11/locale/zh_TW.UTF-8/Compose lib/X11/locale/locale.alias lib/X11/locale/locale.dir lib/X11/locale/compose.dir +@dirrmtry %%DOCSDIR%% @dirrm lib/X11/locale/zh_TW.UTF-8 @dirrm lib/X11/locale/zh_TW.big5 @dirrm lib/X11/locale/zh_HK.UTF-8 |