Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ntp moved to external



details:   https://anonhg.NetBSD.org/src/rev/1ad8ce018a9a
branches:  trunk
changeset: 759635:1ad8ce018a9a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 14 03:07:07 2010 +0000

description:
moved to external

diffstat:

 usr.sbin/ntp/Makefile                |    13 -
 usr.sbin/ntp/Makefile.inc            |    54 -
 usr.sbin/ntp/html/Makefile           |    74 -
 usr.sbin/ntp/importdate              |     1 -
 usr.sbin/ntp/include/config.h        |  1337 ----------------------------------
 usr.sbin/ntp/libisc/Makefile         |    11 -
 usr.sbin/ntp/libntp/Makefile         |    22 -
 usr.sbin/ntp/libopts/Makefile        |    11 -
 usr.sbin/ntp/libparse/Makefile       |    14 -
 usr.sbin/ntp/ntp-keygen/Makefile     |     9 -
 usr.sbin/ntp/ntp-keygen/ntp-keygen.8 |   176 ----
 usr.sbin/ntp/ntpd/Makefile           |    36 -
 usr.sbin/ntp/ntpd/ntpd.8             |   296 -------
 usr.sbin/ntp/ntpdate/Makefile        |    15 -
 usr.sbin/ntp/ntpdate/ntpdate.8       |   203 -----
 usr.sbin/ntp/ntpdc/Makefile          |    11 -
 usr.sbin/ntp/ntpdc/ntpdc.8           |   158 ----
 usr.sbin/ntp/ntpq/Makefile           |    13 -
 usr.sbin/ntp/ntpq/ntpq.8             |   383 ---------
 usr.sbin/ntp/ntptime/Makefile        |    11 -
 usr.sbin/ntp/ntptime/ntptime.8       |    59 -
 usr.sbin/ntp/ntptrace/Makefile       |     6 -
 usr.sbin/ntp/ntptrace/ntptrace.8     |    61 -
 usr.sbin/ntp/ntptrace/ntptrace.awk   |   131 ---
 usr.sbin/ntp/scripts/mkver           |    46 -
 25 files changed, 0 insertions(+), 3151 deletions(-)

diffs (truncated from 3251 to 300 lines):

diff -r d2f9a58b5dac -r 1ad8ce018a9a usr.sbin/ntp/Makefile
--- a/usr.sbin/ntp/Makefile     Tue Dec 14 02:51:46 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#      $NetBSD: Makefile,v 1.9 2007/01/20 16:50:29 kardel Exp $
-
-.include <bsd.own.mk>
-
-SUBDIR=        libopts libisc libntp libparse .WAIT
-SUBDIR+= ntpd ntpdate ntpdc ntpq ntptime
-SUBDIR+= ntptrace html
-
-.if (${MKCRYPTO} != "no")
-SUBDIR+= ntp-keygen
-.endif
-
-.include <bsd.subdir.mk>
diff -r d2f9a58b5dac -r 1ad8ce018a9a usr.sbin/ntp/Makefile.inc
--- a/usr.sbin/ntp/Makefile.inc Tue Dec 14 02:51:46 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.20 2009/04/22 15:23:06 lukem Exp $
-
-.if !defined(NTP_MAKEFILE_INC)
-
-WARNS?=        1       # XXX -Wcast-qual -Wshadow -Wsign-compare
-
-NTP_MAKEFILE_INC=1
-
-.include <bsd.own.mk>
-
-USE_FORT?= yes # network client/server
-
-DIST=          ${NETBSDSRCDIR}/dist/ntp
-NTP_HTMLDIR=   ${DIST}/html
-
-CPPFLAGS+=     -I${.CURDIR}/../include -I${DIST}/include -I${DIST}/libopts -DHAVE_CONFIG_H
-
-.if (${MKCRYPTO} != "no")
-CPPFLAGS+=     -DOPENSSL
-.endif
-
-.if (${USE_INET6} != "no")
-CPPFLAGS+=     -DWANT_IPV6
-.else
-CPPFLAGS+=     -DISC_PLATFORM_NEEDIN6ADDRANY
-.endif
-
-.if defined(PROG)
-LIBNTP!=       cd ${.CURDIR}/../libntp && ${PRINTOBJDIR}
-LIBISC!=       cd ${.CURDIR}/../libisc && ${PRINTOBJDIR}
-LIBOPTS!=      cd ${.CURDIR}/../libopts && ${PRINTOBJDIR}
-LDADD+=                -L${LIBNTP} -lntp -L${LIBOPTS} -lopts
-DPADD+=                ${LIBNTP}/libntp.a ${LIBOPTS}/libopts.a
-
-.if (${MKCRYPTO} != "no")
-LDADD+=                -lcrypto -lcrypt
-DPADD+=                ${LIBCRYPTO} ${LIBCRYPT}
-.endif
-
-SRCS+= version.c
-CLEANFILES+=version.c version.o
-version.c: ${LIBNTP}/libntp.a ${.CURDIR}/../scripts/mkver
-       ${_MKTARGET_CREATE}
-       ${HOST_SH} ${.CURDIR}/../scripts/mkver ${PROG} > /dev/null
-.endif # defined(PROG)
-
-NTPSRCDIR?= ${PROG}
-.PATH:         ${DIST}/${NTPSRCDIR}
-
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif
-
-.endif # !defined(NTP_MAKEFILE_INC)
diff -r d2f9a58b5dac -r 1ad8ce018a9a usr.sbin/ntp/html/Makefile
--- a/usr.sbin/ntp/html/Makefile        Tue Dec 14 02:51:46 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-#      $NetBSD: Makefile,v 1.6 2007/01/20 16:50:30 kardel Exp $
-
-.include <bsd.own.mk>
-.include "${.CURDIR}/../Makefile.inc"
-
-.PATH: ${NTP_HTMLDIR}
-
-.if ${MKDOC} != "no"
-NTP_DOCFILES= accopt.html assoc.html audio.html authopt.html \
-       clockopt.html confopt.html \
-       build/scripts/footer.txt build/scripts/links10.txt \
-       build/scripts/links11.txt build/scripts/links12.txt \
-       build/scripts/links7.txt build/scripts/links8.txt \
-       build/scripts/links9.txt build/scripts/style.css \
-       build/patches.html build/build.html \
-       build/config.html build/hints.html \
-       build/porting.html build/quick.html \
-       copyright.html debug.html drivers/driver1.html \
-       drivers/driver10.html drivers/driver11.html drivers/driver12.html \
-       drivers/driver16.html drivers/driver18.html drivers/driver19.html \
-       drivers/driver2.html drivers/driver20.html drivers/driver22.html \
-       drivers/driver26.html drivers/driver27.html drivers/driver28.html \
-       drivers/driver29.html drivers/driver3.html drivers/driver30.html \
-       drivers/driver31.html drivers/driver32.html drivers/driver33.html \
-       drivers/driver34.html drivers/driver35.html drivers/driver36.html \
-       drivers/driver37.html drivers/driver38.html drivers/driver39.html \
-       drivers/driver4.html drivers/driver40.html drivers/driver42.html \
-       drivers/driver43.html drivers/driver44.html drivers/driver5.html \
-       drivers/driver6.html drivers/driver7.html drivers/driver8.html \
-       drivers/driver9.html drivers/icons/home.gif drivers/icons/mail2.gif \
-       drivers/oncore-shmem.html drivers/scripts/footer.txt \
-       drivers/scripts/style.css drivers/tf582_4.html extern.html \
-       gadget.html groups.html howto.html \
-       icons/home.gif icons/mail2.gif index.html \
-       kern.html keygen.html ldisc.html \
-       manyopt.html measure.html miscopt.html \
-       monopt.html msyslog.html mx4200data.html \
-       notes.html ntp_conf.html ntpd.html \
-       ntpdate.html ntpdc.html ntpdsim.html \
-       ntpdsim_new.html ntpq.html ntptime.html \
-       ntptrace.html parsedata.html parsenew.html \
-       pps.html \
-       prefer.html rdebug.html refclock.html \
-       release.html scripts/footer.txt scripts/links10.txt \
-       scripts/links11.txt scripts/links12.txt scripts/links7.txt \
-       scripts/links8.txt scripts/links9.txt scripts/style.css \
-       sntp.html tickadj.html
-
-.for F in ${NTP_DOCFILES:O:u}
-_FDIR:=                ntp/${F:H}                              # subdir
-_FDIR:=                ${_FDIR:S,/.$,,}                        # remove trivial directory
-_FNAME:=       ${F:T}                                  # name override
-_F:=           ${DESTDIR}${HTMLDOCDIR}/${_FDIR}/${_FNAME}              # installed path
-_FILE:=                ${F}
-
-.if ${MKUPDATE} == "no"
-${_F}!         ${_FILE} __fileinstall                  # install rule
-.if !defined(BUILD) && !make(all) && !make(${_FILE})
-${_F}!         .MADE                                   # no build at install
-.endif
-.else
-${_F}:         ${_FILE} __fileinstall                  # install rule
-.if !defined(BUILD) && !make(all) && !make(${_FILE})
-${_F}:         .MADE                                   # no build at install
-.endif
-.endif
-
-filesinstall:: ${_F}
-.PRECIOUS:     ${_F}                                   # keep if install fails
-.endfor
-
-.endif
-
-.include <bsd.prog.mk>
diff -r d2f9a58b5dac -r 1ad8ce018a9a usr.sbin/ntp/importdate
--- a/usr.sbin/ntp/importdate   Tue Dec 14 02:51:46 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Tue Dec  8 21:02:17 UTC 2009 (import)
diff -r d2f9a58b5dac -r 1ad8ce018a9a usr.sbin/ntp/include/config.h
--- a/usr.sbin/ntp/include/config.h     Tue Dec 14 02:51:46 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1337 +0,0 @@
-/* config.h.  Generated by configure.  */
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Is adjtime() accurate? */
-/* #undef ADJTIME_IS_ACCURATE */
-
-/* CHU audio/decoder? */
-#define AUDIO_CHU 1
-
-/* Declare char *sys_errlist array */
-/* #undef CHAR_SYS_ERRLIST */
-
-/* ACTS modem service */
-#define CLOCK_ACTS 1
-
-/* Arbiter 1088A/B GPS receiver */
-#define CLOCK_ARBITER 1
-
-/* ARCRON support? */
-#define CLOCK_ARCRON_MSF 1
-
-/* Austron 2200A/2201A GPS receiver? */
-#define CLOCK_AS2201 1
-
-/* PPS interface? */
-#define CLOCK_ATOM 1
-
-/* Datum/Bancomm bc635/VME interface? */
-/* #undef CLOCK_BANC */
-
-/* Chronolog K-series WWVB receiver? */
-#define CLOCK_CHRONOLOG 1
-
-/* CHU modem/decoder */
-#define CLOCK_CHU 1
-
-/* Diems Computime Radio Clock? */
-#define CLOCK_COMPUTIME 1
-
-/* Datum Programmable Time System? */
-#define CLOCK_DATUM 1
-
-/* ELV/DCF7000 clock? */
-#define CLOCK_DCF7000 1
-
-/* Dumb generic hh:mm:ss local clock? */
-#define CLOCK_DUMBCLOCK 1
-
-/* Forum Graphic GPS datating station driver? */
-#define CLOCK_FG 1
-
-/* TrueTime GPS receiver/VME interface? */
-/* #undef CLOCK_GPSVME */
-
-/* Heath GC-1000 WWV/WWVH receiver? */
-#define CLOCK_HEATH 1
-
-/* HOPF 6021 clock? */
-#define CLOCK_HOPF6021 1
-
-/* HOPF PCI clock device? */
-#define CLOCK_HOPF_PCI 1
-
-/* HOPF serial clock device? */
-#define CLOCK_HOPF_SERIAL 1
-
-/* HP 58503A GPS receiver? */
-#define CLOCK_HPGPS 1
-
-/* IRIG audio decoder? */
-#define CLOCK_IRIG 1
-
-/* JJY receiver? */
-#define CLOCK_JJY 1
-
-/* Rockwell Jupiter GPS clock? */
-#define CLOCK_JUPITER 1
-
-/* Leitch CSD 5300 Master Clock System Driver? */
-#define CLOCK_LEITCH 1
-
-/* local clock reference? */
-#define CLOCK_LOCAL 1
-
-/* Meinberg clocks */
-#define CLOCK_MEINBERG 1
-
-/* Magnavox MX4200 GPS receiver */
-/* #undef CLOCK_MX4200 */
-
-/* NeoClock4X */
-#define CLOCK_NEOCLOCK4X 1
-
-/* NMEA GPS receiver */
-#define CLOCK_NMEA 1
-
-/* Motorola UT Oncore GPS */
-#define CLOCK_ONCORE 1
-
-/* Palisade clock */
-#define CLOCK_PALISADE 1
-
-/* PARSE driver interface */
-#define CLOCK_PARSE 1
-
-/* Conrad parallel port radio clock */
-#define CLOCK_PCF 1
-
-/* PCL 720 clock support */
-/* #undef CLOCK_PPS720 */
-
-/* PST/Traconex 1020 WWV/WWVH receiver */
-#define CLOCK_PST 1
-
-/* DCF77 raw time code */
-#define CLOCK_RAWDCF 1
-
-/* RCC 8000 clock */
-#define CLOCK_RCC8000 1
-
-/* RIPE NCC Trimble clock */
-/* #undef CLOCK_RIPENCC */
-
-/* Schmid DCF77 clock */
-#define CLOCK_SCHMID 1
-
-/* clock thru shared memory */
-#define CLOCK_SHM 1
-
-/* Spectracom 8170/Netclock/2 WWVB receiver */
-#define CLOCK_SPECTRACOM 1
-
-/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
-/* #undef CLOCK_TPRO */
-
-/* Trimble GPS receiver/TAIP protocol */
-#define CLOCK_TRIMTAIP 1
-



Home | Main Index | Thread Index | Old Index