summaryrefslogtreecommitdiff
path: root/net/mtr
AgeCommit message (Collapse)AuthorFilesLines
2004-01-06bl3ifyjlam1-3/+6
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-23Update to 0.54:wiz2-5/+5
v0.54 Added "scrolling" patch from Roland Illig, to allow scrolling in text mode. I've always wanted this...... v0.53 Added fix for raw mode.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-3/+3
2003-01-09Update from 0.51 to 0.52. Miscellaneous build and portability fixes.mycroft3-11/+13
2002-08-30Update to 0.51:wiz2-5/+5
v0.51 Fixed the bug introduced by the previous select loop fix... Thanks Evgeniy v0.50 Make "interface address" option work. Changes to "select" loop to allow window resizes (select interruption) to work. Thanks Mike!
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-03-13Update mtr packages to 0.49. Changes since 0.42:wiz10-647/+29
v0.49 Fix compilation problems on several platforms. v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't respond. v0.47 Fixed a (believed-) non-exploitable bufferoverflow. Thanks Damian. v0.46 Included patch to be able to specify outgoing interface address. v0.45 People are pressuring me to release new versions with their changes. That's fine. Now this version just adds dynamic switching between numeric / dns names, and some minor stuff I forgot. This release serves as a code-sycn-release. new version with even more new stuff in about two weeks! I'm afraid I don't know how to fix the MaxOS-X compilation problems in the source. Help wanted... v0.44 David Stone adds the "last" column to the gtk version. v0.43 Compile fixes.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-04Add patch to add rudimentary cname chasing to the ptr lookup stuff sowiz3-6/+35
that classless in-addr lookups work. Patch by atatat. Bump to 0.42nb1.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-26Don't require autoconf/automake.jlam5-15/+559
2001-10-25Do the whole automake step, not just the autoconf step, at pre-configurejlam1-2/+6
time. We need the various Makefile.in to be regenerated due to changes in the patched configure.in. Doing it now prevents the build process from automatically doing it later during the build, which would overwrite any changes done to the configure script by targets in ${_CONFIGURE_PREREQ}.
2001-10-16Change the auto{conf,make} version constraints to >= to make this workkleink1-3/+3
with the current automake package.
2001-10-16Split this package into two - the original mtr uses a curses-basedagc6-4/+116
interface, the mtr-gtk package uses gtk. For use in environments which need mtr's functionality, but which are unlikely to have X11 installed, such as DMZ hosts, etc. Patches by Andrew Brown, atatat@netbsd.org.
2001-09-09Install SECURITY information cited during installation.wiz3-12/+17
Note its existence in MESSAGE for binary package users. First part requested by mycroft.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-3/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-8/+7
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-05Standardize patch file names.wiz3-5/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-6/+1
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-22/+4
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+3
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-06-12added hack to use NetBSD's curses on 1.4Y+ even if ncurses are installedwiz1-2/+10
2000-06-08Use NetBSD's curses for 1.4Y+ instead of ncurseswiz1-4/+14
2000-03-17Update "mtr" package to version 0.42. This version fixes a securitytron2-18/+5
problem in 0.41 which could be used to gain superuser privileges. Unfortunately this update breaks the IPv6 support.
2000-03-17Remove some unnecessary remainders from the FreeBSD port used as basistron1-24/+1
for this package.
2000-01-28IPv6 support for mtr. From itojun.sommerfeld2-2/+17
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-12-04NetBSDify.sommerfeld7-31/+42
1999-12-04import FreeBSD-current package for mtr-0.41:sommerfeld8-0/+91
Traceroute and ping in a single graphical network diagnostic tool