[Lunar-commits] CVS: moonbase/net/ntp BUILD, 1.4, 1.5 DETAILS, 1.5,
1.6
Terry Chan
tchan at lunar-linux.org
Sun Feb 15 04:10:02 GMT 2004
Update of /var/cvs/lunar/moonbase/net/ntp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2736
Modified Files:
BUILD DETAILS
Log Message:
Added a patch to get ntp-4.2.0 to compile with gcc-3.3.2. This patch fixes
the CONFIG_PHONE problem from autoconf.h by re-ordering the ntp header file
includes to be after the system includes.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ntp/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 2 Nov 2003 16:07:06 -0000 1.4
+++ BUILD 15 Feb 2004 04:10:00 -0000 1.5
@@ -2,6 +2,7 @@
#if you're gonna change something in here make doggone sure you
#eyeball the init script too!
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
./configure --build=$BUILD \
--prefix=/usr \
--bindir=/usr/sbin \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ntp/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 2 Nov 2003 16:07:06 -0000 1.5
+++ DETAILS 15 Feb 2004 04:10:00 -0000 1.6
@@ -1,14 +1,16 @@
- MODULE=ntp
+ MODULE=ntp
VERSION=4.2.0
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-ntp_config.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$SOURCE
SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4/$SOURCE
SOURCE_URL[2]=http://uiarchive.uiuc.edu/mirrors/ftp/ftp.udel.edu/pub/ntp/ntp4/$SOURCE
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
SOURCE_VFY=md5:0f8fabe87cf54f409b57c6283f0c0c3d
WEB_SITE=http://www.ntp.org/
ENTERED=20011004
- UPDATED=20031102
+ UPDATED=20040214
SHORT="ntp syncs your time with an ntp server "
cat << EOF
NTP (Network Time Protocol) tries to keep servers in sync
More information about the Lunar-commits
mailing list