aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-stable
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-02-03 22:29:12 +0000
committerCy Schubert <cy@FreeBSD.org>2006-02-03 22:29:12 +0000
commit5ec56c4a94549a8ab72efba06f4503c434cdc01a (patch)
tree62f6e3376cf4dc6afef3c7fc48a31a7cc8657be4 /net/ntp-stable
parenta793840996cb4372d8b4fadc03953f4dccd229ab (diff)
downloadports-5ec56c4a94549a8ab72efba06f4503c434cdc01a.tar.gz
ports-5ec56c4a94549a8ab72efba06f4503c434cdc01a.zip
Notes
Diffstat (limited to 'net/ntp-stable')
-rw-r--r--net/ntp-stable/Makefile17
-rw-r--r--net/ntp-stable/distinfo6
-rw-r--r--net/ntp-stable/files/patch-Makefile.in40
-rw-r--r--net/ntp-stable/files/patch-ntpdc::ntpdc.c14
-rw-r--r--net/ntp-stable/files/patch-ntpq::ntpq.c14
-rw-r--r--net/ntp-stable/pkg-plist90
6 files changed, 65 insertions, 116 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile
index e4d55d4c36bc..14c50aa1646b 100644
--- a/net/ntp-stable/Makefile
+++ b/net/ntp-stable/Makefile
@@ -6,14 +6,17 @@
#
PORTNAME= ntp
-PORTVERSION= 4.2.0
-PORTREVISION= 1
+PORTVERSION= 4.2.0a
CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
- http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
- ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \
- ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
+YEAR= 2006
+MONTH= 01
+DAY= 27
+SNAPSHOT_DIR= snapshots/ntp-stable/${YEAR}/${MONTH}
+MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/${SNAPSHOT_DIR}/ \
+ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${SNAPSHOT_DIR}/ \
+ ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/${SNAPSHOT_DIR} \
+ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/${SNAPSHOT_DIR}/
+DISTNAME= ${PORTNAME}-stable-${PORTVERSION:S/.r/-rc/}-${YEAR}${MONTH}${DAY}
MAINTAINER= cy@FreeBSD.org
COMMENT= The Network Time Protocol Distribution
diff --git a/net/ntp-stable/distinfo b/net/ntp-stable/distinfo
index c7cfd8e9a77c..eb15aba5d9c7 100644
--- a/net/ntp-stable/distinfo
+++ b/net/ntp-stable/distinfo
@@ -1,3 +1,3 @@
-MD5 (ntp-4.2.0.tar.gz) = 0f8fabe87cf54f409b57c6283f0c0c3d
-SHA256 (ntp-4.2.0.tar.gz) = da784d5c0363d4f708a25f3aad23ba9a3486aafd464444d2aa6a9f8d29213f25
-SIZE (ntp-4.2.0.tar.gz) = 2514502
+MD5 (ntp-stable-4.2.0a-20060127.tar.gz) = 3d84ac15d9aa62f729d8fbf62b2e002b
+SHA256 (ntp-stable-4.2.0a-20060127.tar.gz) = 28930c0990b8b22b1e29bfacfb5eb9821b4a26ef3a49518575a5ff9f7628f6af
+SIZE (ntp-stable-4.2.0a-20060127.tar.gz) = 2447170
diff --git a/net/ntp-stable/files/patch-Makefile.in b/net/ntp-stable/files/patch-Makefile.in
deleted file mode 100644
index 7829972e1366..000000000000
--- a/net/ntp-stable/files/patch-Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.in.orig Wed Oct 15 02:01:51 2003
-+++ Makefile.in Mon Apr 19 22:01:44 2004
-@@ -224,7 +224,7 @@
- version
-
-
--DISTCLEANFILES = .warning
-+DISTCLEANFILES = .gcc-warning
-
- #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
- ETAGS_ARGS = Makefile.am configure.in
-@@ -232,8 +232,8 @@
- # HMS: make ports be the last directory...
- # DIST_HOOK_DIRS = conf html scripts ports
-
--# HMS: Keep .warning first, as that way it gets printed first.
--BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version
-+# HMS: Keep .gcc-warning first, as that way it gets printed first.
-+BUILT_SOURCES = .gcc-warning $(srcdir)/COPYRIGHT $(srcdir)/version
-
-
- # HMS: The following seems to be a work-in-progress...
-@@ -672,7 +672,7 @@
- @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
- do chmod u+w $$i ; unix2dos $$i $$i; done
-
--.warning:
-+.gcc-warning:
- @echo "Compiling with GCC now generates lots of new warnings."
- @echo " "
- @echo "Don't be concerned. They're just warnings."
-@@ -682,7 +682,7 @@
- @echo "Feel free to send patches that fix these warnings, though."
- @echo " "
- @sleep 1
-- @touch .warning
-+ @touch .gcc-warning
-
- .buildcvo:
- echo "$(CVO)" > .buildcvo
diff --git a/net/ntp-stable/files/patch-ntpdc::ntpdc.c b/net/ntp-stable/files/patch-ntpdc::ntpdc.c
deleted file mode 100644
index bb13b576a464..000000000000
--- a/net/ntp-stable/files/patch-ntpdc::ntpdc.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ntpdc/ntpdc.c.orig Sat Oct 11 00:52:22 2003
-+++ ntpdc/ntpdc.c Sun Jan 25 13:29:58 2004
-@@ -449,7 +449,11 @@
- hints.ai_flags = AI_NUMERICHOST;
-
- a_info = getaddrinfo(hname, service, &hints, &ai);
-+#ifdef EAI_NODATA
- if (a_info == EAI_NONAME || a_info == EAI_NODATA) {
-+#else
-+ if (a_info == EAI_NONAME) {
-+#endif
- hints.ai_flags = AI_CANONNAME;
- #ifdef AI_ADDRCONFIG
- hints.ai_flags |= AI_ADDRCONFIG;
diff --git a/net/ntp-stable/files/patch-ntpq::ntpq.c b/net/ntp-stable/files/patch-ntpq::ntpq.c
deleted file mode 100644
index 0a221dd0742b..000000000000
--- a/net/ntp-stable/files/patch-ntpq::ntpq.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ntpq/ntpq.c.orig Thu Oct 9 02:27:05 2003
-+++ ntpq/ntpq.c Sun Jan 25 13:49:33 2004
-@@ -630,7 +630,11 @@
- hints.ai_flags = AI_NUMERICHOST;
-
- a_info = getaddrinfo(hname, service, &hints, &ai);
-+#ifdef EAI_NODATA
- if (a_info == EAI_NONAME || a_info == EAI_NODATA) {
-+#else
-+ if (a_info == EAI_NONAME) {
-+#endif
- hints.ai_flags = AI_CANONNAME;
- #ifdef AI_ADDRCONFIG
- hints.ai_flags |= AI_ADDRCONFIG;
diff --git a/net/ntp-stable/pkg-plist b/net/ntp-stable/pkg-plist
index 0c009fd0e4bf..76209e76325b 100644
--- a/net/ntp-stable/pkg-plist
+++ b/net/ntp-stable/pkg-plist
@@ -11,9 +11,50 @@ bin/tickadj
%%PORTDOCS%%%%DOCSDIR%%/assoc.html
%%PORTDOCS%%%%DOCSDIR%%/audio.html
%%PORTDOCS%%%%DOCSDIR%%/authopt.html
-%%PORTDOCS%%%%DOCSDIR%%/build.html
+%%PORTDOCS%%%%DOCSDIR%%/build/build.html
+%%PORTDOCS%%%%DOCSDIR%%/build/config.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/a-ux
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/aix
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/bsdi
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/changes
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/decosf1
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/decosf2
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/freebsd
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/hpux
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/linux
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/mpeix
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/netbsd
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/notes-xntp-v3
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/parse
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/refclocks
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/rs6000
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/sco.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/sgi
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris-dosynctodr.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris.xtra.4023118
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris.xtra.4095849
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris.xtra.S99ntpd
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/solaris.xtra.patchfreq
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/sun4
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/svr4-dell
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/svr4_package
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/todo
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/vxworks.html
+%%PORTDOCS%%%%DOCSDIR%%/build/hints/winnt.html
+%%PORTDOCS%%%%DOCSDIR%%/build/patches.html
+%%PORTDOCS%%%%DOCSDIR%%/build/porting.html
+%%PORTDOCS%%%%DOCSDIR%%/build/quick.html
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/footer.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links10.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links11.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links12.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links7.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links8.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/links9.txt
+%%PORTDOCS%%%%DOCSDIR%%/build/scripts/style.css
%%PORTDOCS%%%%DOCSDIR%%/clockopt.html
-%%PORTDOCS%%%%DOCSDIR%%/config.html
%%PORTDOCS%%%%DOCSDIR%%/confopt.html
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
%%PORTDOCS%%%%DOCSDIR%%/debug.html
@@ -35,6 +76,7 @@ bin/tickadj
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver29.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver3.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver30.html
+%%PORTDOCS%%%%DOCSDIR%%/drivers/driver31.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver32.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver33.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver34.html
@@ -43,50 +85,22 @@ bin/tickadj
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver37.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver38.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver39.html
+%%PORTDOCS%%%%DOCSDIR%%/drivers/driver4.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver40.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver42.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver43.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver44.html
-%%PORTDOCS%%%%DOCSDIR%%/drivers/driver4.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver5.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver6.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver7.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver8.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/driver9.html
-%%PORTDOCS%%%%DOCSDIR%%/drivers/oncore-shmem.html
%%PORTDOCS%%%%DOCSDIR%%/drivers/icons/home.gif
%%PORTDOCS%%%%DOCSDIR%%/drivers/icons/mail2.gif
+%%PORTDOCS%%%%DOCSDIR%%/drivers/oncore-shmem.html
+%%PORTDOCS%%%%DOCSDIR%%/drivers/scripts/footer.txt
+%%PORTDOCS%%%%DOCSDIR%%/drivers/scripts/style.css
%%PORTDOCS%%%%DOCSDIR%%/extern.html
-%%PORTDOCS%%%%DOCSDIR%%/hints/a-ux
-%%PORTDOCS%%%%DOCSDIR%%/hints/aix
-%%PORTDOCS%%%%DOCSDIR%%/hints/bsdi
-%%PORTDOCS%%%%DOCSDIR%%/hints/changes
-%%PORTDOCS%%%%DOCSDIR%%/hints/decosf1
-%%PORTDOCS%%%%DOCSDIR%%/hints/decosf2
-%%PORTDOCS%%%%DOCSDIR%%/hints/freebsd
-%%PORTDOCS%%%%DOCSDIR%%/hints/hpux
-%%PORTDOCS%%%%DOCSDIR%%/hints/linux
-%%PORTDOCS%%%%DOCSDIR%%/hints/mpeix
-%%PORTDOCS%%%%DOCSDIR%%/hints/netbsd
-%%PORTDOCS%%%%DOCSDIR%%/hints/notes-xntp-v3
-%%PORTDOCS%%%%DOCSDIR%%/hints/parse
-%%PORTDOCS%%%%DOCSDIR%%/hints/refclocks
-%%PORTDOCS%%%%DOCSDIR%%/hints/rs6000
-%%PORTDOCS%%%%DOCSDIR%%/hints/sco.html
-%%PORTDOCS%%%%DOCSDIR%%/hints/sgi
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris-dosynctodr.html
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris.html
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris.xtra.4023118
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris.xtra.4095849
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris.xtra.S99ntpd
-%%PORTDOCS%%%%DOCSDIR%%/hints/solaris.xtra.patchfreq
-%%PORTDOCS%%%%DOCSDIR%%/hints/sun4
-%%PORTDOCS%%%%DOCSDIR%%/hints/svr4-dell
-%%PORTDOCS%%%%DOCSDIR%%/hints/svr4_package
-%%PORTDOCS%%%%DOCSDIR%%/hints/todo
-%%PORTDOCS%%%%DOCSDIR%%/hints/vxworks.html
-%%PORTDOCS%%%%DOCSDIR%%/hints/winnt.html
-%%PORTDOCS%%%%DOCSDIR%%/hints.html
%%PORTDOCS%%%%DOCSDIR%%/howto.html
%%PORTDOCS%%%%DOCSDIR%%/icons/home.gif
%%PORTDOCS%%%%DOCSDIR%%/icons/mail2.gif
@@ -110,7 +124,6 @@ bin/tickadj
%%PORTDOCS%%%%DOCSDIR%%/ntptrace.html
%%PORTDOCS%%%%DOCSDIR%%/parsedata.html
%%PORTDOCS%%%%DOCSDIR%%/parsenew.html
-%%PORTDOCS%%%%DOCSDIR%%/patches.html
%%PORTDOCS%%%%DOCSDIR%%/pic/9400n.jpg
%%PORTDOCS%%%%DOCSDIR%%/pic/alice11.gif
%%PORTDOCS%%%%DOCSDIR%%/pic/alice13.gif
@@ -161,10 +174,8 @@ bin/tickadj
%%PORTDOCS%%%%DOCSDIR%%/pic/stack1a.jpg
%%PORTDOCS%%%%DOCSDIR%%/pic/tonea.gif
%%PORTDOCS%%%%DOCSDIR%%/pic/wingdorothy.gif
-%%PORTDOCS%%%%DOCSDIR%%/porting.html
%%PORTDOCS%%%%DOCSDIR%%/pps.html
%%PORTDOCS%%%%DOCSDIR%%/prefer.html
-%%PORTDOCS%%%%DOCSDIR%%/quick.html
%%PORTDOCS%%%%DOCSDIR%%/rdebug.html
%%PORTDOCS%%%%DOCSDIR%%/refclock.html
%%PORTDOCS%%%%DOCSDIR%%/release.html
@@ -188,8 +199,11 @@ bin/tickadj
%%PORTDOCS%%@dirrm %%DOCSDIR%%/scripts
%%PORTDOCS%%@dirrm %%DOCSDIR%%/pic
%%PORTDOCS%%@dirrm %%DOCSDIR%%/icons
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/hints
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/drivers/scripts
%%PORTDOCS%%@dirrm %%DOCSDIR%%/drivers/icons
%%PORTDOCS%%@dirrm %%DOCSDIR%%/drivers
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/build/scripts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/build/hints
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/build
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%