aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
Commit message (Collapse)AuthorAgeFilesLines
* - Set path in command_argsThomas Abthorpe2010-02-022-2/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: Arjan de Vet, via private email Notes: svn path=/head/; revision=249067
* - Set MAKE_JOBS_SAFEThomas Abthorpe2009-03-301-0/+2
| | | | Notes: svn path=/head/; revision=231311
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Install files with proper ownershipEmanuel Haupt2006-11-142-5/+6
| | | | | | | | | | | - Bump PORTREVISION PR: 104972 Submitted by: Dr. Markus Waldeck <waldeck@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=177259
* - Update mastersite.Jean Milanez Melo2006-11-061-4/+3
| | | | | | | | PR: ports/104970 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=176599
* - Remove net-mgmt/arpwatch-devel in favour of net-mgmt/arpwatch, which have aPav Lucistnik2006-10-071-2/+0
| | | | | | | | | | | newer version anyway PR: ports/104026 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (arpwatch maintainer) Approved by: arpwatch-devel maintainer's address bouncing Notes: svn path=/head/; revision=174743
* - make arpwatch work fine with multiple interfaces.Cheng-Lung Sung2006-10-042-1/+2
| | | | | | | | | | | - bump PORTREVISION PR: 103941 Submitted by: Fabian Wenk <fabian_AT_wenks dot ch> Approved by: maintainer (Thomas Abthorpe) Notes: svn path=/head/; revision=174419
* - Fix rcNG script (handle restart, allow $arpwatch_dir setting)Johan van Selst2006-09-211-5/+7
| | | | | | | | | PR: ports/102600 Submitted by: Eugene Grosbein Approved by: Thomas Abthorpe (maintainer) Notes: svn path=/head/; revision=173516
* - Don't overwrite arpwatch_interfaces on reboot when set from rc.confPav Lucistnik2006-08-282-2/+1
| | | | | | | | | PR: ports/102509 Submitted by: Jordan Gordeev <jgordeev@dir.bg> Approved by: Thomas Abthorpe <thomasa@tbaytel.net> (maintainer) Notes: svn path=/head/; revision=171557
* - Fix problem when multiple interfaces are defined and faststart commandRong-En Fan2006-08-202-1/+2
| | | | | | | | | | | is used. Bump PORTREVISION PR: ports/101462 Submitted by: Jordan Gordeev <jgordeev at dir.bg> Approved by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) Notes: svn path=/head/; revision=171024
* - Update to 2.1.a15Erwin Lansing2006-08-022-5/+6
| | | | | | | | | | - Add more mirrors PR: 101276 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=169491
* - Don't die on SIGHUP. Thanks to Rudolf Cejka <cejkar at fit.vutbr.cz>Rong-En Fan2006-07-203-5/+15
| | | | | | | | | | | | | | | for pointing this out. The HUP only seems to affect arpwatch on 5.X and 6.X. The patch has been tested on 4.11, 5.5 and 6.1. Bump PORTREVISION - separate AUTHOR/WWW lines in pkg-descr PR: ports/100613 Submitted by: maintainer Notes: svn path=/head/; revision=168325
* - Change pkg-descrRong-En Fan2006-07-082-22/+7
| | | | | | | | | | | | - Add mirror site - Use prefered maintainer address PR: 99902 Submitted by: Thomas Abthorpe <thomas goodking.ca> (maintainer) Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167198
* - Update to 2.1.a14Rong-En Fan2006-07-075-31/+48
| | | | | | | | | PR: 99884 Submitted by: maintainer Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167144
* - Make ARPDIR configurablePav Lucistnik2006-04-012-5/+18
| | | | | | | | PR: ports/92763 Submitted by: Eugene Grosbein <eugen@kuzbass.ru> Notes: svn path=/head/; revision=158603
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Allow starting on more than one interfacePav Lucistnik2005-12-292-3/+4
| | | | | | | Reported by: Florian C. Smeets <flo@kasimir.com> Notes: svn path=/head/; revision=152357
* - Switch to rc_subr startup scriptPav Lucistnik2005-12-274-62/+80
| | | | | | | | PR: ports/84711 Submitted by: SimpleRezo <freebsd@simplerezo.com> Notes: svn path=/head/; revision=152151
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Remove obsolete mirror site.Mark Linimon2005-10-121-2/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145127
* Drop maintainership, since I'm buried in the $REALLIFE stuff.Kirill Ponomarev2005-09-141-1/+1
| | | | Notes: svn path=/head/; revision=142683
* Update to version 2.1.a13Kirill Ponomarev2004-09-033-22/+4
| | | | | | | Requested by: vs Notes: svn path=/head/; revision=118055
* Be more informative and produce an error if binary doesn'tKirill Ponomarev2004-06-161-0/+3
| | | | | | | | | exist. Submitted by: rob@piethief.co.uk Notes: svn path=/head/; revision=111615
* - Fix DNS resolver bugKirill Ponomarev2004-04-144-4/+65
| | | | | | | | PR: ports/65508 Submitted by: Matthew George <mdg@secureworks.net> Notes: svn path=/head/; revision=107002
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Add CONFLICTS between net/arpwatch and net/arpwatch-develKirill Ponomarev2004-01-201-0/+2
| | | | Notes: svn path=/head/; revision=98620
* - Fix typo in alert outputKirill Ponomarev2003-11-111-3/+12
| | | | | | | | PR: 59181 Submitted by: Matthew George <mdg@secureworks.net> Notes: svn path=/head/; revision=93750
* - Install sample startup scriptKirill Ponomarev2003-11-033-6/+10
| | | | | | | | | | | | - Add support for multiple interfaces - Add ECHO_MSG for startup script - Bump PORTREVISION PR: 54575 58717 Submitted by: Volker Stolz, Gleb Smirnoff Notes: svn path=/head/; revision=92955
* - Take maintainershipKirill Ponomarev2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92929
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92900
* Create the arpwatch directory mode 755, not 775Kris Kennaway2003-04-191-1/+1
| | | | Notes: svn path=/head/; revision=79327
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Open /dev/null as stdout and stderr before envoking sendmailBrian Somers2002-05-162-4/+39
| | | | | | | | | Bump PORTREVISION Forgotten by: brian Notes: svn path=/head/; revision=59254
* Fix a typoBrian Somers2002-03-141-1/+1
| | | | | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=56066
* brian@Awfulhak.org => brian@FreeBSD.orgBrian Somers2002-03-131-2/+2
| | | | Notes: svn path=/head/; revision=55997
* arpwatch package will now install an arp.dat file, meaning arpwatch fromNeil Blakey-Milner2001-08-233-3/+29
| | | | | | | | | | | | | | the package will work by default. Additionally, setting arpwatch_interfaces in the rc.conf system will allow you to specify which interfaces arpwatches will run on. By default (ie, variable empty or not set), it will run on the first non-local interface it finds. Approved by: brian (thanks!) Notes: svn path=/head/; revision=46714
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Upgrade to 2.1.a11Brian Somers2001-05-212-4/+3
| | | | | | | Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=42847
* GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIXBrian Somers2001-04-072-2/+13
| | | | | | | Suggested and reviewed by: John E. Hein <jhein@timing.com> Notes: svn path=/head/; revision=40982
* Remove non-applicable libpcap stuff and extraneous MAINTAINER stuffBrian Somers2001-04-061-12/+0
| | | | Notes: svn path=/head/; revision=40966
* Add a -m option to specify the mail address to be used.Brian Somers2001-02-226-10/+147
| | | | | | | | | | Bump PORTREVISION. PR: 25288 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=38620
* Call openlog() with LOG_PID.Brian Somers2000-11-281-0/+12
| | | | | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 23017 Notes: svn path=/head/; revision=35481
* Upgrade to 2.1a10Brian Somers2000-11-215-56/+6
| | | | Notes: svn path=/head/; revision=35321
* Upgrade to 2.1a6Brian Somers2000-09-144-18/+25
| | | | Notes: svn path=/head/; revision=32603
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-3/+17
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Remove "Extra" item on deinstall.Maxim Sobolev2000-06-231-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29795
* Use mkstemp() instead of insecure mktemp().Maxim Sobolev2000-06-092-0/+58
| | | | | | | | PR: 19047 Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego) Notes: svn path=/head/; revision=29433
* Put back DISTNAME.Satoshi Asami2000-04-151-1/+2
| | | | Notes: svn path=/head/; revision=27601