aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
Commit message (Collapse)AuthorAgeFilesLines
* If you attempt to send an ICMP echo to a host on the same ethernetMark Linimon2004-02-131-0/+17
| | | | | | | | | | | | | | | | | | | | | subnet, and that host is down/turned off, the Tnm::icmp echo command will fail rather than return an unreachable indication on some occasions. This is because the nmicmpd program will occasionally get an EHOSTDOWN error when doing a sendto() when the ARP entry resolution times out. This is a problem since this API can support a list of hosts to send traffic to, and a single error as described will abort the entire operation. (The reviewer claims that he could not duplicate the problem, but that the patch seems like a good idea anyway.) PR: ports/24940 Submitted by: Louis Mamakos <louie@transsys.com> Reviewed by: Stefan Eßer <se@FreeBSD.org> Notes: svn path=/head/; revision=100831
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Revert to previous revision: the white-space problem had already beenStefan Eßer2003-12-091-1/+1
| | | | | | | fixed in the commited version ... Notes: svn path=/head/; revision=95436
* Fix white-space problem in patch.Stefan Eßer2003-12-091-1/+1
| | | | Notes: svn path=/head/; revision=95435
* Fix incompatibility with tcl-8.4 (Undefined symbol "TclpCreateDirectory").Stefan Eßer2003-12-092-1/+21
| | | | | | | | Based on a patch posted to a tkined mail list by Erik Schoenfelder <schoenfr@gaertner.de>. Notes: svn path=/head/; revision=95434
* - Switch to tcl/tk-8.4Kirill Ponomarev2003-10-191-6/+7
| | | | | | | | - Bump PORTREVISION - Fix CATEGORIES Notes: svn path=/head/; revision=91695
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forPete Fritchman2002-05-301-2/+2
| | | | | | | | | | your hard work on these & I hope to see you contribute more. PR: 38750 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer) Notes: svn path=/head/; revision=60331
* Update maintainer's email to match what he uses on send-pr to avoidDavid W. Chapman Jr.2002-05-231-2/+2
| | | | | | | | | confusion Submitted by: maintainer Notes: svn path=/head/; revision=59802
* Set LATEST_LINK to scotty3.Akinori MUSHA2001-11-071-0/+2
| | | | Notes: svn path=/head/; revision=49718
* Standartise the way used to disable X11 support in various ports. From nowMaxim Sobolev2001-06-051-4/+4
| | | | | | | on WITHOUT_X11 is the Only True Way[tm]. Notes: svn path=/head/; revision=43523
* A number of changes and fixes:Mikhail Teterin2001-03-126-196/+345
| | | | | | | | | | | | | | | | | | | | . build with or without TK (triggered by the NO_X knob) . build against TCL-8.3 -- with or without stubs . fix some bugs in the core Scotty code -- most notably a bug in the icmp-command implementation, where an off-by-one error in the argument processing loop resulted in random crashes; all this fixes are grouped into a single file patch-fixes . make scotty executable itself as small as it needs to be Approved by: maintainer Perhaps, some day the security officer will tell me what _exactly_ is wrong with regular Scotty (this one is beta of the new version), and I'll be able to freshen that one up too and remove the FORBIDDEN. Notes: svn path=/head/; revision=39680
* Development versioin of scotty3 (after repo-copy).Jun Kuriyama2000-07-149-241/+268
| | | | Notes: svn path=/head/; revision=30598
* Fix small typo.Will Andrews2000-06-141-1/+1
| | | | | | | Submitted by: W. Gerald Hicks <jhix@mindpspring.com> Notes: svn path=/head/; revision=29604
* portlintAlexander Langer2000-06-082-42/+4
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=29405
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Update to version 2.1.10.Steve Price1999-12-234-16/+14
| | | | | | | | PR: 10806 Submitted by: Dima Sivachecko <dima@Chg.RU> Notes: svn path=/head/; revision=23945
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-4/+4
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Don't know why the comments at the top of the file were removedSteve Price1999-02-031-2/+6
| | | | | | | | in revision 1.31 (the commit message doesn't say) but I'm adding them back to make portlint happy. Notes: svn path=/head/; revision=16526
* unBROKEN_ELF, it seems to work now.Bill Fumerola1999-02-031-3/+1
| | | | | | | | PR: ports/9896 Submitted By: wollman, many others Notes: svn path=/head/; revision=16520
* Unbreak BROKEN_ELF. You can't just take a string with the wordBill Fenner1999-01-051-2/+2
| | | | | | | "couldn't" in it and enclose it in single quotes, folks... Notes: svn path=/head/; revision=15869
* Use PLIST_SUB to avoid changing three hundred lines in PLIST every timeSatoshi Asami1998-12-222-371/+372
| | | | | | | there is an upgrade. Notes: svn path=/head/; revision=15468
* Mark broken for ELF:David E. O'Brien1998-12-191-1/+3
| | | | | | | | | | Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so": /usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc" This is just waiting for those budding Tk/tcl hackers to dive in. :-) Notes: svn path=/head/; revision=15435
* Update to scotty 2.1.9Poul-Henning Kamp1998-12-185-386/+384
| | | | Notes: svn path=/head/; revision=15418
* Correct an obsolete URL. Fix a typo.John Polstra1998-10-081-2/+2
| | | | Notes: svn path=/head/; revision=13752
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-182-101/+71
| | | | Notes: svn path=/head/; revision=12624
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Force 'sharedlibextension' to .soSteve Price1998-06-042-19/+28
| | | | | | | | | PR: 6809 Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx> Suggested by: se Notes: svn path=/head/; revision=11250
* Unmark this broken, it appears to work for everyone else....Satoshi Asami1998-04-141-3/+1
| | | | Notes: svn path=/head/; revision=10509
* Mark this port broken:Satoshi Asami1998-03-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | ===> Installing for scotty-2.1.8 ===> scotty-2.1.8 depends on shared library: tk80\.1\. - found Installing ntping Installing straps Making directory /usr/local/lib/tnm2.1.8 Installing scotty2.1.8 and tnm2.1.8.so Making directory /usr/local/lib/tnm2.1.8/library Installing ./../tnm/library/README Installing ./../tnm/library/dialog.tcl Installing ./../tnm/library/output.tcl Installing ./../tnm/library/snmp.tcl Installing ./../tnm/library/monitor.tcl Installing ./../tnm/library/obsolete.tcl Installing ./../tnm/library/init.tcl initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic number in "/usr/local/lib/tnm2.1.8" *** Error code 1 Notes: svn path=/head/; revision=10265
* Update the version number a place I hadn't noticed it before.Poul-Henning Kamp1998-03-101-4/+4
| | | | Notes: svn path=/head/; revision=10097
* Unbreak this port.Satoshi Asami1998-03-043-372/+371
| | | | | | | Submitted by: phk (two typos fixed by committer) Notes: svn path=/head/; revision=10030
* Yipes, in the procss of marking this port BROKEN, I broke it evenSatoshi Asami1998-02-181-2/+2
| | | | | | | | further by adding unquoted ()'s to the BROKEN string! (Now how's that for recursive brokenness.) Notes: svn path=/head/; revision=9779
* Mark this port BROKEN, apparently some patches went missing.Satoshi Asami1998-02-161-1/+2
| | | | Notes: svn path=/head/; revision=9749
* Update to version 2.1.8.Poul-Henning Kamp1998-02-121-9/+0
| | | | | | | Obtained from: David Pennell <dpennell@xyplex.com> Notes: svn path=/head/; revision=9689
* Update to version 2.1.8.Poul-Henning Kamp1998-02-121-3/+3
| | | | | | | Obtained from: David Pennell <dpennell@xyplex.com> Notes: svn path=/head/; revision=9688
* tkined.sh.in was missing the "$*", which led to the misbehaviour,Andreas Klemm1997-10-141-1/+1
| | | | | | | | that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk Notes: svn path=/head/; revision=8265
* Update to use ports tcl 8.0 / tk 8.0:Chris Timmons1997-08-271-4/+4
| | | | | | | | | | | patch-af is new to adjust configure in order to find the tcl/tk config files. Also adjust patch-aa which didn't completely reflect the previous upgrade to scotty-2.1.6 (version numbers off-by-one.) Notes: svn path=/head/; revision=7709
* Update to use ports tcl 8.0 / tk 8.0.Chris Timmons1997-08-271-5/+5
| | | | Notes: svn path=/head/; revision=7708
* Update PLIST (there were no changes really, just they insist on usingGary Palmer1997-08-051-375/+375
| | | | | | | | | the version number in directory names *sigh*) Reminded by: The Portmeister Notes: svn path=/head/; revision=7482
* While I'm here, update to 2.1.6. No major changes, seems primarily toGary Palmer1997-08-053-14/+4
| | | | | | | be for support of TCL 8. patch-ac is now part of the dist. Notes: svn path=/head/; revision=7477
* Correct comment in headerGary Palmer1997-08-051-2/+2
| | | | Notes: svn path=/head/; revision=7476
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Add .../bin/scottyPoul-Henning Kamp1997-03-212-1/+10
| | | | Notes: svn path=/head/; revision=5979