[Lunar-commits] CVS: moonbase/zbeta/XOrg-test BUILD, 1.3,
1.4 DETAILS, 1.1, 1.2
Nick Hudson
nhudson at lunar-linux.org
Tue Oct 5 02:08:21 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/XOrg-test
In directory espresso.foo-projects.org:/tmp/cvs-serv20754/XOrg-test
Modified Files:
BUILD DETAILS
Log Message:
Making some changes to the BUILD file so that it will build right, also updating the version to 6.8.1. Hopefully a few more tests and everything will be good to go to change this to update the XOrg module
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 4 Oct 2004 03:25:38 -0000 1.3
+++ BUILD 5 Oct 2004 02:08:19 -0000 1.4
@@ -5,7 +5,8 @@
DRI_DIR="extras/drm/linux"
DRM_DEST="/lib/modules/$(uname -r)/kernel/drivers/drm"
mkdir -p $DRM_DEST
- cd $DRM_DIR && make
+ cd $DRM_DIR && make
+ cd $SOURCE_DIRECTORY
cd $DRI_DIR && make
cp $DRI_DIR/*.o $DRM_DEST 2>/dev/null
depmod -a
@@ -49,11 +50,8 @@
echo "#define HasLibpng YES" >> config/cf/host.def &&
echo "#define HasLibxml2 YES" >> config/cf/host.def &&
echo "#define InstallFontconfigLibrary YES" >> config/cf/host.def &&
- echo "#define UseFontconfig YES" >> config/cf/host.def &&
- echo "#define HasFontconfig YES" >> config/cf/host.def &&
echo "#define SharedLibXft YES" >> config/cf/host.def &&
echo "#define PreferXdmcpIPv6 YES" >> config/cf/host.def &&
- echo "#define ProPoliceSupport YES" >> config/cf/host.def &&
if grep -q "Compilation aborted" /usr/include/linux/config.h ; then
# This must happen or it will cause the module to break
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 10 Sep 2004 04:01:42 -0000 1.1
+++ DETAILS 5 Oct 2004 02:08:19 -0000 1.2
@@ -1,5 +1,5 @@
MODULE=XOrg-test
- VERSION=6.8.0
+ VERSION=6.8.1
SOURCE=X11R${VERSION}-src1.tar.gz
SOURCE2=X11R${VERSION}-src2.tar.gz
SOURCE3=X11R${VERSION}-src3.tar.gz
@@ -15,16 +15,16 @@
SOURCE5_URL=http://freedesktop.org/~xorg/X11R${VERSION}/src/$SOURCE5
SOURCE6_URL=http://freedesktop.org/~xorg/X11R${VERSION}/src/$SOURCE6
SOURCE7_URL=http://freedesktop.org/~xorg/X11R${VERSION}/src/$SOURCE7
-# SOURCE_VFY=sha1:
-# SOURCE2_VFY=sha1:
-# SOURCE3_VFY=sha1:
-# SOURCE4_VFY=sha1:
-# SOURCE5_VFY=sha1:
-# SOURCE6_VFY=sha1:
-# SOURCE7_VFY=sha1:
+ SOURCE_VFY=sha1:027d16317e07d9df166c0176a1f28b2614f38cc9
+ SOURCE2_VFY=sha1:17f543f49599290b6e4cd4d963c643cd8c19158a
+ SOURCE3_VFY=sha1:e17afc90b0c43f4f40b2ff7410f4ff5d4297de28
+ SOURCE4_VFY=sha1:5b01eb47eeaa6a3128e79ef6f1e37892ba613fff
+ SOURCE5_VFY=sha1:9ce013e5524019f6fdabf8da117d8ca99153acf1
+ SOURCE6_VFY=sha1:e376d0d389b96bf1fcc2b6263d02a4e09b4c8325
+ SOURCE7_VFY=sha1:815de734f32dbb0c3f5ab669b6065bb8d23dd516
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20040325
- UPDATED=20040910
+ UPDATED=20041005
SHORT="XOrg is the Open Source Public Implementation of X11"
cat << EOF
What is XOrg?
More information about the Lunar-commits
mailing list