diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-21 07:00:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-21 07:00:22 +0000 |
commit | 93211c55ef6b1a79f2c766b6a8ee5be58d51ac7a (patch) | |
tree | ace4e5d9669906d9cc271ece2d36c67c09d1a200 /net/mtr | |
parent | 4628a88f93b281c35d50fb96845fe9dd8e921603 (diff) | |
download | pkgsrc-93211c55ef6b1a79f2c766b6a8ee5be58d51ac7a.tar.gz |
Less anger, more bug report URLs.
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/distinfo | 4 | ||||
-rw-r--r-- | net/mtr/patches/patch-net.h | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/mtr/distinfo b/net/mtr/distinfo index ee46d712ddc..7e6602d74b6 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2016/08/21 00:51:34 jnemeth Exp $ +$NetBSD: distinfo,v 1.45 2016/08/21 07:00:22 wiz Exp $ SHA1 (mtr-0.87.tar.gz) = afd192a765116f3d44e4bada9e11d4ccd79acefc RMD160 (mtr-0.87.tar.gz) = 9cc760ec31113462f9aeff94b3ba1af1cb4ed994 SHA512 (mtr-0.87.tar.gz) = 172ba2f78a6ee4deb427ac2fb00dff16843215dbd23663fbe41fcc957ffe278b408a73a0c7e1c05788b235e2d03fb53f9971b8b82d4de2f95edcaa9f2cff3cf9 Size (mtr-0.87.tar.gz) = 184645 bytes SHA1 (patch-net.c) = b8a88ef7c4bad7cfbb502e60e12fd84b90e601dd -SHA1 (patch-net.h) = 4aa64aeb673464669887892a0f88e93e96f928cb +SHA1 (patch-net.h) = b5209872236f078e29e124988324ab0be870c45c diff --git a/net/mtr/patches/patch-net.h b/net/mtr/patches/patch-net.h index 7b021a9b846..4e26055ff63 100644 --- a/net/mtr/patches/patch-net.h +++ b/net/mtr/patches/patch-net.h @@ -1,7 +1,8 @@ -$NetBSD: patch-net.h,v 1.1 2016/08/21 00:51:34 jnemeth Exp $ +$NetBSD: patch-net.h,v 1.2 2016/08/21 07:00:22 wiz Exp $ -Stupidly assumes that SCTP is available everywhere. +Assumes that SCTP is available everywhere. At least let it compile on older systems. +https://github.com/traviscross/mtr/issues/141 --- net.h.orig 2014-12-09 11:19:43.000000000 +0000 +++ net.h |