[Lunar-commits]
CVS: crater/x11/XOrg BUILD, 1.3, 1.4 CONFIGURE, 1.2,
1.3 DETAILS, 1.3, 1.4
Nick Hudson
nhudson at lunar-linux.org
Sat Mar 27 20:23:22 GMT 2004
Update of /var/cvs/lunar/crater/x11/XOrg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3926
Modified Files:
BUILD CONFIGURE DETAILS
Log Message:
Ok the source tree I pulled from cvs this morning compiles, so I will upload the source tonight when I have bandwidth then I will move this to zbeta. Also I have cleaned up the code a bit, there was too many "echo $CFLAGS" floating around in there.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/x11/XOrg/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 25 Mar 2004 22:12:16 -0000 1.3
+++ BUILD 27 Mar 2004 20:23:19 -0000 1.4
@@ -1,5 +1,3 @@
-CONFIG_CACHE=/etc/lunar/local
-
install_drm() {
DRM_DIR="programs/Xserver/hw/xfree86/os-support/linux/drm/kernel"
@@ -16,7 +14,7 @@
echo "Your master xinitrc file has been backed up as /etc/X11/xinit/xinitrc.orig"
fi
-message "Building XFree86 takes a very long time."
+message "Building XOrg takes a very long time."
(
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/crater/x11/XOrg/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE 25 Mar 2004 22:12:16 -0000 1.2
+++ CONFIGURE 27 Mar 2004 20:23:19 -0000 1.3
@@ -1,10 +1,6 @@
-CONFIG_CAHCE=/etc/lunar/local
-
optimize $GCCVER
CFLAGS=`echo $CFLAGS | sed s/-funroll-loops//`
CFLAGS=`echo $CFLAGS | sed s/-ffast-math//`
-echo $CFLAGS
-
build_checklist() {
@@ -332,6 +328,7 @@
}
echo $CFLAGS
+
message "${MESSAGE_COLOR}**WARNING!!**"
message "This is alpha software of the Xorg Implementation of the" \
@@ -344,8 +341,6 @@
then message "Reconfiguration is optional."
fi
-echo $CFLAGS
-
if query "Configure host.def?" n
then configure_host_def
fi
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/crater/x11/XOrg/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 25 Mar 2004 22:12:16 -0000 1.3
+++ DETAILS 27 Mar 2004 20:23:19 -0000 1.4
@@ -1,11 +1,12 @@
MODULE=XOrg
- VERSION=cvs20040326-CURRENT
+ VERSION=cvs20040328-CURRENT
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xc
SOURCE_URL[0]=http://www.lunar-linux.org/~nhudson/modules/$MODULE/$SOURCE
+ SOURCE_VFY=md5:c934527cacecb5435cbcef1f47799c3b
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20040325
- UPDATED=20040325
+ UPDATED=20040328
SHORT="XOrg is the Open Source Public Implementation of X11"
cat << EOF
What is XOrg?
More information about the Lunar-commits
mailing list