diff options
author | fredb <fredb@pkgsrc.org> | 1999-08-13 08:54:28 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-08-13 08:54:28 +0000 |
commit | 7314f855944adcbfb010f3268ce04481c97cec50 (patch) | |
tree | 140ab9db848b3ff6ea58cedcc2835445d248256e /net/ntp4/patches | |
parent | a3b59be57bf8b5e2eb2b5e2828781eaa11329434 (diff) | |
download | pkgsrc-7314f855944adcbfb010f3268ce04481c97cec50.tar.gz |
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.
Diffstat (limited to 'net/ntp4/patches')
-rw-r--r-- | net/ntp4/patches/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
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 + |