[Lunar-commits] r22066 - moonbase/trunk/utils/coreutils
Terry Chan
tchan at lunar-linux.org
Sun Nov 5 18:03:49 CET 2006
Author: tchan
Date: 2006-11-05 18:03:49 +0100 (Sun, 05 Nov 2006)
New Revision: 22066
Modified:
moonbase/trunk/utils/coreutils/BUILD
moonbase/trunk/utils/coreutils/DETAILS
Log:
Version bump to coreutils-6.4. Added a hack to BUILD that should be
reviewed/removed at a later date.
Modified: moonbase/trunk/utils/coreutils/BUILD
===================================================================
--- moonbase/trunk/utils/coreutils/BUILD 2006-11-05 17:01:40 UTC (rev 22065)
+++ moonbase/trunk/utils/coreutils/BUILD 2006-11-05 17:03:49 UTC (rev 22066)
@@ -11,6 +11,13 @@
OPTS="$OPTS --disable-nls"
fi
+ # tchan added this hack for coreutils > 6.x
+ export CHGRPPROG=/usr/src/coreutils-$VERSION/src/chgrp
+ export CHMODPROG=/usr/src/coreutils-$VERSION/src/chmod
+ export CPPROG=/usr/src/coreutils-$VERSION/src/cp
+ export MKDIRPROG=/usr/src/coreutils-$VERSION/src/mkdir
+ export MVPROG=/usr/src/coreutils-$VERSION/src/mv
+ export RMPROG=/usr/src/coreutils-$VERSION/src/rm
DEFAULT_POSIX2_VERSION=199209 default_build &&
(
Modified: moonbase/trunk/utils/coreutils/DETAILS
===================================================================
--- moonbase/trunk/utils/coreutils/DETAILS 2006-11-05 17:01:40 UTC (rev 22065)
+++ moonbase/trunk/utils/coreutils/DETAILS 2006-11-05 17:03:49 UTC (rev 22066)
@@ -1,12 +1,12 @@
MODULE=coreutils
- VERSION=5.97
+ VERSION=6.4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$MODULE/
SOURCE_URL[1]=$GNU_URL/$MODULE/
- SOURCE_VFY=sha1:6a5cf0b15433569af0de9a7bc3f4ef281d876b31
+ SOURCE_VFY=sha1:b93484cdd4bad11d6c60a015bf57b679849816d1
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030217
- UPDATED=20060626
+ UPDATED=20061105
SHORT="contains latest sh-utils, textutils and fileutils"
cat << EOF
More information about the Lunar-commits
mailing list