[Lunar-commits] CVS: moonbase/utils/findutils BUILD, 1.6,
1.7 DETAILS, 1.7, 1.8
Terry Chan
tchan at lunar-linux.org
Sun Oct 17 15:45:54 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/findutils
In directory espresso.foo-projects.org:/tmp/cvs-serv25050
Modified Files:
BUILD DETAILS
Log Message:
Version bump to findutils-4.1.20. Compiled and tested with gcc-3.3.3, glibc-2.3.3,
kernel headers 2.4.x. Removed the afs patch as it no longer applies. If anyone
is actually using afs they can supply Lunar with a corrected patch.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/findutils/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 30 Apr 2004 09:05:29 -0000 1.6
+++ BUILD 17 Oct 2004 15:45:52 -0000 1.7
@@ -1,9 +1,8 @@
(
- sedit 's:(localstatedir)/locatedb:(localstatedir)/cache/locate/locatedb:g' locate/Makefile.in &&
+ sedit 's:(localstatedir)/locatedb:(localstatedir)/cache/locate/locatedb:g' locate/Makefile.in &&
sedit 's:PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs":PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /proc":g' locate/updatedb.sh &&
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
default_build &&
mkdir -p /var/cache/locate &&
if [ -f /var/cache/locatedb ] ; then
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/findutils/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 5 Oct 2004 09:30:18 -0000 1.7
+++ DETAILS 17 Oct 2004 15:45:52 -0000 1.8
@@ -1,16 +1,12 @@
MODULE=findutils
- VERSION=4.1.7-4
- SOURCE=findutils-$VERSION-src.tar.bz2
- SOURCE2=findutils-afs-fix.patch.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/findutils-$VERSION
- SOURCE_URL[0]=http://mirror.mcs.anl.gov/cygwin/release/$MODULE/
- SOURCE_URL[1]=ftp://sunsite.dk/mirrors/cygwin/release/$MODULE/
- SOURCE_VFY=md5:d8c0538777c78a1ebf8828bf7ff6cd71
- SOURCE2_URL=$PATCH_URL/
- SOURCE2_VFY=md5:b5dae94b808f4a7266a13e08a2a2c4ba
+ VERSION=4.1.20
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=$GNU_URL/$MODULE/
+ SOURCE_VFY=sha1:9a2d5f8981f6f5bbdcfa956737658cb5e9051a17
WEB_SITE=http://www.gnu.org/software/findutils
ENTERED=20010922
- UPDATED=20040430
+ UPDATED=20041017
SHORT="findutils contains utilities for locating files."
cat << EOF
findutils - Finds and then operates on files
More information about the Lunar-commits
mailing list