[Lunar-commits] CVS: moonbase/utils/coreutils BUILD, 1.8,
1.9 CONFIGURE, 1.2, 1.3 DETAILS, 1.11, 1.12
Moritz Heiber
moe at lunar-linux.org
Tue Apr 5 15:52:16 UTC 2005
Update of /var/cvs/lunar/moonbase/utils/coreutils
In directory espresso.foo-projects.org:/tmp/cvs-serv13842
Modified Files:
BUILD CONFIGURE DETAILS
Log Message:
1) Added large file support as a mandatory configure
options. About time we did that
2) Reworked the CONFIGURE and the BUILD files to use mquery
3) Fixed some DETAILS oddities
<sofar> you just made my day ;^)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 24 Aug 2004 14:39:33 -0000 1.8
+++ BUILD 5 Apr 2005 15:52:14 -0000 1.9
@@ -1,10 +1,16 @@
(
bad_flags -malign-double
-
- # this is vitally important here:
- export PATH=/bin:/usr/bin
+
+ # We really want this
+ OPTS="$OPTS --enable-largefile"
+ if [ ! -z $WITH_NLS ]; then
+ OPTS="$OPTS --enable-nls"
+ else
+ OPTS="$OPTS --disable-nls"
+ fi
+
DEFAULT_POSIX2_VERSION=199209 default_build &&
(
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE 25 May 2004 08:34:35 -0000 1.2
+++ CONFIGURE 5 Apr 2005 15:52:14 -0000 1.3
@@ -1,17 +1 @@
-if ! grep -q CONFIGURED $MODULE_CONFIG ; then
-
- if query "Do you want to enable large file support? " y ; then
- OPTS=$OPTS" --enable-largefile"
- else
- OPTS=$OPTS" --disable-largefile"
- fi
-
- if query "Do you want to use NLS? " y ; then
- OPTS=$OPTS" --enable-nls"
- else
- OPTS=$OPTS" --disable-nls"
- fi
-
- echo 'CONFIGURED="y"' >> $MODULE_CONFIG
- echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
-fi
+mquery WITH_NLS "Do you want native language support?" y
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/coreutils/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 5 Oct 2004 09:30:17 -0000 1.11
+++ DETAILS 5 Apr 2005 15:52:14 -0000 1.12
@@ -1,10 +1,9 @@
MODULE=coreutils
VERSION=5.2.1
- #VERSION=5.2.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[1]=$GNU_URL/$MODULE/
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$MODULE/
- SOURCE_VFY=md5:172ee3c315af93d3385ddfbeb843c53f
+ SOURCE_URL[1]=$GNU_URL/$MODULE/
+ SOURCE_VFY=sha1:1028755ae0fa9be840576e4837004cf5a9981c45
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030217
UPDATED=20040313
More information about the Lunar-commits
mailing list