After I pointed out to the `mtr' author that FreeBSD binaries are available,
he asked me why we were two versions behind... hummm.., not any more. :-)
This commit is contained in:
parent
d58558508c
commit
708be082fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20194
3 changed files with 12 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
# Date created: 12 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1999/05/29 03:55:57 steve Exp $
|
||||
# $Id: Makefile,v 1.10 1999/07/04 17:08:55 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mtr-0.37
|
||||
DISTNAME= mtr-0.39
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
|
||||
http://www.giovannelli.it/~gmarco/files/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mtr-0.37.tar.gz) = 4fdb4f0b8c3fcb65e9dafe0f6e9838d2
|
||||
MD5 (mtr-0.39.tar.gz) = be918c0b078c2d63ec3d8243c557c189
|
||||
|
|
9
net/mtr/files/patch-01
Normal file
9
net/mtr/files/patch-01
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- net.c.orig Wed Jun 9 11:06:27 1999
|
||||
+++ net.c Wed Jul 14 02:03:23 1999
|
||||
@@ -205,5 +205,5 @@
|
||||
(struct sockaddr *)&remoteaddress, sizeof(remoteaddress));
|
||||
if (rv >= 0) {
|
||||
- fprintf (stderr, "You've got a broken (FreeBSD?) system\n");
|
||||
+ /* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */
|
||||
BSDfix = 1;
|
||||
}
|
Loading…
Reference in a new issue