Author: sten Date: 2006-04-12 05:53:44 +0200 (Wed, 12 Apr 2006) New Revision: 1227 Modified: crux-2.2/ports/opt/ntp/.md5sum crux-2.2/ports/opt/ntp/Pkgfile Log: ntp: update to 4.2.0a, which compiles with gcc4 Modified: crux-2.2/ports/opt/ntp/.md5sum =================================================================== --- crux-2.2/ports/opt/ntp/.md5sum 2006-04-12 03:27:28 UTC (rev 1226) +++ crux-2.2/ports/opt/ntp/.md5sum 2006-04-12 03:53:44 UTC (rev 1227) @@ -1,4 +1,4 @@ -0f8fabe87cf54f409b57c6283f0c0c3d ntp-4.2.0.tar.gz 5ccc9dfbc864411bbe52e7582075e9a7 ntp-doc.tar.gz +49d4a704b49dc1ef2a7ec0b7938c3ae1 ntp-stable-4.2.0a-20060224.tar.gz de14b18b5f2be841a9c3434012c19f6c ntp.conf 2aaeeae50b860296490b03dc5fbe1736 ntpd Modified: crux-2.2/ports/opt/ntp/Pkgfile =================================================================== --- crux-2.2/ports/opt/ntp/Pkgfile 2006-04-12 03:27:28 UTC (rev 1226) +++ crux-2.2/ports/opt/ntp/Pkgfile 2006-04-12 03:53:44 UTC (rev 1227) @@ -5,9 +5,9 @@ # Depends on: openssl name=ntp -version=4.2.0 -release=4 -source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-$version.tar.gz \ +version=4.2.0a +release=1 +source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/snapshots/ntp-stable/2006/02/n... \ http://www.danm.de/files/src/ntp/doc/ntp-doc.tar.gz \ ntpd \ ntp.conf) @@ -19,7 +19,7 @@ $PKG/var/lib/ntp/stats \ $PKG/usr/man/{man8,man5} - cd $name-$version + cd ntp-stable-4.2.0a-20060224 AUTOCONF=true \ AUTOMAKE=true \