From 7314f855944adcbfb010f3268ce04481c97cec50 Mon Sep 17 00:00:00 2001 From: fredb Date: Fri, 13 Aug 1999 08:54:28 +0000 Subject: Update ntp4 to 4.0.96p1 Highlights: - - Y2K patches from AT&T: readme, test results, in source directory - - various portability and configuration patches for Linux, WinNT This version of the package now requires "gmake", "autoconf", and "automake" as a consequence of its use of distribution patches. This requirement is expected to go away with the pending release. --- net/ntp4/patches/patch-aa | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net/ntp4/patches/patch-aa (limited to 'net/ntp4/patches') diff --git a/net/ntp4/patches/patch-aa b/net/ntp4/patches/patch-aa new file mode 100644 index 00000000000..0bb0584e0a5 --- /dev/null +++ b/net/ntp4/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1 1999/08/13 08:54:29 fredb Exp $ + +*** Makefile.am.orig Tue Aug 10 06:35:45 1999 +--- Makefile.am Tue Aug 10 06:44:38 1999 +*************** +*** 28,37 **** + # HMS: make ports be the last directory... + DIST_HOOK_DIRS = conf html scripts ports + +! BUILT_SOURCES = $(srcdir)/COPYRIGHT + +! $(srcdir)/COPYRIGHT: html/copyright.htm +! ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT + + # local-dist: dist-tarZ + +--- 28,37 ---- + # HMS: make ports be the last directory... + DIST_HOOK_DIRS = conf html scripts ports + +! #BUILT_SOURCES = $(srcdir)/COPYRIGHT + +! #$(srcdir)/COPYRIGHT: html/copyright.htm +! # ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT + + # local-dist: dist-tarZ + -- cgit v1.2.3