[Lunar-commits] r24456 - moonbase/trunk/xorg7/xorg-server
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu May 17 11:31:04 CEST 2007
Author: zbiggy
Date: 2007-05-17 11:31:04 +0200 (Thu, 17 May 2007)
New Revision: 24456
Modified:
moonbase/trunk/xorg7/xorg-server/DETAILS
Log:
Reverted to 23945 plus double, redundand empty line removed at the end.
xorg-server at 24454 revision fails to compile because of:
* not removed patch_it from BUILD file
* old dependencies:
checking for XSERVERCFLAGS... configure: error: Package requirements
(randrproto >= 1.2 renderproto fixesproto >= 4.0
damageproto >= 1.1 xcmiscproto xextproto xproto xtrans xf86miscproto
xf86vidmodeproto xf86bigfontproto scrnsaverproto >= 1.1 bigreqsproto
resourceproto fontsproto inputproto xf86dgaproto kbproto >= 1.0.3
videoproto compositeproto >= 0.3 trapproto recordproto resourceproto
xineramaproto evieproto printproto xkbfile xfont xau fontenc xdmcp) were not met:
Requested 'randrproto >= 1.2' but version of RandrProto is 1.1.2
Modified: moonbase/trunk/xorg7/xorg-server/DETAILS
===================================================================
--- moonbase/trunk/xorg7/xorg-server/DETAILS 2007-05-17 07:24:59 UTC (rev 24455)
+++ moonbase/trunk/xorg7/xorg-server/DETAILS 2007-05-17 09:31:04 UTC (rev 24456)
@@ -1,20 +1,22 @@
MODULE=xorg-server
- VERSION=1.3.0.0
+ VERSION=X11R7.2-1.2.0
MESA_VERSION=6.5.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=MesaLib-${MESA_VERSION}.tar.bz2
- SOURCE_URL=$XORG_URL/individual/xserver
+ SOURCE3=xorg-xserver-1.2.0-xcmisc.diff
+ SOURCE_URL=$XORG_URL/X11R7.2/src/xserver
SOURCE2_URL=$SFORGE_URL/mesa3d
- SOURCE_VFY=sha1:6f9645fe70da5b6a121f3e8fa6c2fc1e4307390c
+ SOURCE3_URL=$XORG_URL/X11R7.2/patches
+ SOURCE_VFY=sha1:3c4e8ae90fafdddb4ec6e640b693c2beb295d106
SOURCE2_VFY=sha1:ba860bb6ee57c02202342dfd5927464a068ea18f
+ SOURCE3_VFY=sha1:3557cbe23be6912106ed7220d95301311fb93a26
MODULE_PREFIX=${X11R7_PREFIX:-/usr}
WEB_SITE=http://www.x.org/
ENTERED=20060120
- UPDATED=20070426
+ UPDATED=20070406
SHORT="The X.Org X11R7 server for the X Window System"
cat << EOF
The XOrg foundation's open sourced public implemetation of X11 (the XOrg
Server) is the offical reference implementation of the X Window System.
EOF
-
More information about the Lunar-commits
mailing list