[Lunar-commits] r15543 - moonbase/trunk/utils/rdate
Terry Chan
tchan at lunar-linux.org
Fri Jul 1 01:09:41 UTC 2005
Author: tchan
Date: 2005-07-01 01:09:40 +0000 (Fri, 01 Jul 2005)
New Revision: 15543
Modified:
moonbase/trunk/utils/rdate/BUILD
moonbase/trunk/utils/rdate/DETAILS
Log:
Fixed this module to compile correctly now. Compiled/tested with gcc-3.3.3,
glibc-2.3.3, kernel headers 2.4.x
Modified: moonbase/trunk/utils/rdate/BUILD
===================================================================
--- moonbase/trunk/utils/rdate/BUILD 2005-06-30 22:53:11 UTC (rev 15542)
+++ moonbase/trunk/utils/rdate/BUILD 2005-07-01 01:09:40 UTC (rev 15543)
@@ -1,7 +1,6 @@
(
- make &&
- prepare_install &&
- make install
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/utils/rdate/DETAILS
===================================================================
--- moonbase/trunk/utils/rdate/DETAILS 2005-06-30 22:53:11 UTC (rev 15542)
+++ moonbase/trunk/utils/rdate/DETAILS 2005-07-01 01:09:40 UTC (rev 15543)
@@ -1,12 +1,15 @@
- MODULE=rdate
+ MODULE=rdate
VERSION=1.5
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.corpit.ru/ftp/rdate/$MODULE-$VERSION.tar.gz
+ SOURCE2=rdate-1.5.patch
+ SOURCE_URL=http://www.corpit.ru/ftp/rdate/
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:28a57f580b52e503cbd03646e91b1b1e4fb01e18
+ SOURCE2_VFY=sha1:d19f1b68e6f75149805a0833e3e10e360fd3a80f
WEB_SITE=http://www.corpit.ru/
ENTERED=20020212
- UPDATED=20020212
+ UPDATED=20050630
SHORT="The rdate utility retrieves the date and time from another machine on your network"
- MAINTAINER=csm at moongroup.com
cat << EOF
The rdate utility retrieves the date and time from another machine on
your network, using the protocol described in RFC 868. If you run
More information about the Lunar-commits
mailing list