diff options
author | tnn <tnn> | 2009-12-21 14:48:21 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-12-21 14:48:21 +0000 |
commit | a4ffc2c77d3a15b2e2110eba8f63aab587abbfc7 (patch) | |
tree | 5f0debfdafd335f40358c8a6753e7f04b378f6cf /net/ntp4 | |
parent | a7f9907c622caf72572d3463dd2cfa41878b04a5 (diff) | |
download | pkgsrc-a4ffc2c77d3a15b2e2110eba8f63aab587abbfc7.tar.gz |
patch-aa: fix copy-paste error
patch-ab: don't install man1/sntp.1 twice
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/distinfo | 5 | ||||
-rw-r--r-- | net/ntp4/patches/patch-aa | 4 | ||||
-rw-r--r-- | net/ntp4/patches/patch-ab | 16 |
3 files changed, 21 insertions, 4 deletions
diff --git a/net/ntp4/distinfo b/net/ntp4/distinfo index bc811bf2dd3..46694410c1c 100644 --- a/net/ntp4/distinfo +++ b/net/ntp4/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2009/12/21 14:19:58 tnn Exp $ +$NetBSD: distinfo,v 1.16 2009/12/21 14:48:21 tnn Exp $ SHA1 (ntp-4.2.4p8.tar.gz) = 0aa9bd4f451a35586843ccd5eb8391f061beb960 RMD160 (ntp-4.2.4p8.tar.gz) = 63e684b1f92b93a7d972706286c335abcceb54bd Size (ntp-4.2.4p8.tar.gz) = 3389646 bytes -SHA1 (patch-aa) = e9b592d4ab1cb939cfe89d4d62f7d00b02acd121 +SHA1 (patch-aa) = 57f3173b9b7a6918d7146162d9878ba84e730245 +SHA1 (patch-ab) = 9d4deb7ecd26053cc40228ecc57d23bbc26acc85 diff --git a/net/ntp4/patches/patch-aa b/net/ntp4/patches/patch-aa index 974b47cac8b..bf8fd181725 100644 --- a/net/ntp4/patches/patch-aa +++ b/net/ntp4/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.9 2009/12/21 14:19:58 tnn Exp $ +$NetBSD: patch-aa,v 1.10 2009/12/21 14:48:21 tnn Exp $ --- include/ntp_syscall.h.orig 2004-02-25 05:57:56.000000000 +0000 +++ include/ntp_syscall.h @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.9 2009/12/21 14:19:58 tnn Exp $ # include <sys/timex.h> #endif -+#ifdef NTP_SYSCALLS_STDDJ_NANO) && !defined(MOD_NANO) ++#if defined(ADJ_NANO) && !defined(MOD_NANO) +#define MOD_NANO ADJ_NANO +#endif + diff --git a/net/ntp4/patches/patch-ab b/net/ntp4/patches/patch-ab new file mode 100644 index 00000000000..0d5f0b6118f --- /dev/null +++ b/net/ntp4/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2009/12/21 14:48:21 tnn Exp $ + +--- sntp/Makefile.in.orig 2009-12-08 11:58:17.000000000 +0000 ++++ sntp/Makefile.in +@@ -286,10 +286,9 @@ sntp_SOURCES = \ + unix.c \ + $(NULL) + +-dist_man_MANS = sntp.1 + EXTRA_DIST = bincheck.mf \ + COPYRIGHT \ +- sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \ ++ sntp-opts.def sntp-opts.texi sntp-opts.menu \ + autogen-version.def version.def + + BUILT_SOURCES = check-autogen-version.def check-version.def \ |