aboutsummaryrefslogtreecommitdiffstats
path: root/net/mtr
Commit message (Collapse)AuthorAgeFilesLines
* patch-04 and patch-05 are merged into KAME IPv6 patch.sumikawa2001-05-094-37/+3
| | | | Approved by: billf
* Fix build when no GTK is present, or not requested.ade2001-05-082-0/+14
| | | | Approved by: maintainer
* patch around broken kame patch. <sys/types.h> is a prerequesite for thebillf2001-03-132-0/+34
| | | | inet(3) includes...
* Implment WANT_GTK.reg2000-10-051-10/+5
|
* Upgrade IPv6 patch to 20000719.sumikawa2000-07-192-2/+2
| | | | | | | It fixes the problem mtr does not work on IPv4-only kernel. PR: ports/19339 Submitted by: kbyanc@posi.net
* re-enable IPv6 supporting.sumikawa2000-05-072-8/+8
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* SECURITY UPGRADE: 0.42 addresses the setuid dropping issues addressed onbillf2000-03-082-10/+10
| | | | BugTraq by Viktor Fougstedt.
* Fix building error on bento.sumikawa2000-01-272-2/+3
| | | | | | | It is caused when IPv6-enable mtr is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: billf
* Use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-261-9/+10
| | | | Reviewed by: maintainer
* Add 'ipv6' on CATEGORIES.sumikawa2000-01-181-1/+1
|
* Support IPv6.sumikawa2000-01-132-1/+13
| | | | Reviewed by: billf(maintainer)
* Typo. (-mytinfo -> -lmytinfo)billf1999-10-291-1/+1
| | | | Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
* typo: iussues -> issuesmharo1999-10-281-1/+1
|
* Hack to make this compile and DTRT with ncurses.billf1999-10-282-2/+11
| | | | Submitted by: David Kirchner <dpk@nwserv.com>
* Mark this BROKEN so I don't have to create a folder dedicated to peoplebillf1999-10-131-1/+3
| | | | | | | sending "mtr doesn't work" e-mails to me. I'm working on the problem and have even gotten people who send me real bug reports, imagine that.
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1
|
* Update to 0.41fenner1999-09-114-8/+10
| | | | | PR: ports/13681 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Use proper type in call to res_mkquery()obrien1999-08-101-0/+11
| | | | Submitted by: gcc -Wall and the letters R,T,F, and M
* After I pointed out to the `mtr' author that FreeBSD binaries are available,obrien1999-07-143-3/+12
| | | | he asked me why we were two versions behind... hummm.., not any more. :-)
* Move the noise about compile options from pre-fetch to pre-patch.obrien1999-07-051-2/+2
| | | | | Some people like to ``make fetch'' in one location and take the distfiles home for the build. We should be quiet in succesful fetch situations.
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Update to use gtk version 1.2.3.steve1999-05-291-2/+2
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Upgrade to v0.37billf1999-04-143-10/+32
| | | | | | | | | | | | | | 99% of this update was from the original PR, which upgraded this port to 0.35 Because I sat on this for a week (sorry) another version was released. I did not include the ports version number in the DESCR file as patched in the PR, however, because I feel it is not needed. Also the patches below have been removed because the author included a a variation of them in the source code. PR: ports/11053 Submitted by: Gianmarco Giovanelli <gmarco@giovannelli.it>
* Add a MASTER_SITE (freefall)billf1999-03-021-2/+3
|
* Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.nectar1999-01-231-2/+3
|
* Update MAINTAINER to reflect my proper e-mail address.billf1998-12-301-2/+2
|
* Upgrade to v0.28.jkoshy1998-11-043-8/+7
| | | | | PR: 8562 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
* gtk and gtk11 are now ELFized.asami1998-09-231-2/+2
|
* Minor cleanups including fixing the executable so it actuallysteve1998-08-251-3/+6
| | | | | runs under -current. It seems our setsockopt doesn't handle sizeof(char) for an option.
* Initial import of mtr version 0.21.steve1998-08-245-0/+32
Traceroute and ping in a signle graphical network diagnostic tool. PR: 7588 Submitted by: Bill Fumerola <billf@chc-chimes.com>