Commit graph

92 commits

Author SHA1 Message Date
Kurt Jaeger
5c05dbc61a net-mgmt/arpwatch: fix url to download OUI from in pkg-message
- See
  https://github.com/freebsd/freebsd-ports/pull/74

Submitted by:	https://github.com/hachiman8
2017-12-07 06:30:41 +00:00
Kurt Jaeger
6132f1e2db net-mgmt/arpwatch: add flag -v to ignore VRRP/CARP traffic
- The -v flag disables reporting on VRRP/CARP ethernet prefixes as
  described in RFC5798 (00:00:5e:00:01:xx)

PR:		202548
Submitted by:	paul@dokas.name
2016-08-27 20:14:48 +00:00
Kurt Jaeger
9e1cf00bc7 net-mgmt/arpwatch: add missing files for -z flag
PR:		208361
Reported by:	ohartman@zedat.fu-berlin.de
2016-03-28 16:24:26 +00:00
Kurt Jaeger
f6d607e915 net-mgmt/arpwatch: some patches
- take maintainer
- add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks
- makepatch conform patchfiles
2016-03-28 09:50:27 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Antoine Brodin
efc5cc0e55 Cleanup plist 2014-11-24 22:35:08 +00:00
Antoine Brodin
0090808295 Allow staging as a regular user 2014-09-03 21:07:17 +00:00
Kurt Jaeger
c38a4c7672 net-mgmt/arpwatch: handle some variant of vlan interfaces
When configuring arpwatch_interfaces, /usr/local/etc/rc.d/arpwatch
failed if you use VLAN interfaces, e.g.:

arpwatch_interfaces="em0.1 em0.2 em0.3"

PR:		191344
Submitted by:	dd@gizmocreative.com
2014-07-20 19:38:26 +00:00
Dmitry Marakasov
e840530321 - Clarify LICENSE
- Minor style nits
2014-05-08 13:03:47 +00:00
Dmitry Marakasov
663a36c13f - Bump PORTREVISION after recent changes
Suggested by:	mat
2014-02-20 10:56:01 +00:00
Dmitry Marakasov
87294f0f15 - Fix pkg-message: fetch arguments come before urls 2014-02-20 09:33:20 +00:00
Dmitry Marakasov
3ddfca6522 - Update instructions in pkg-message: seems like oui.txt file format has changed and massagevendor script won't work with it out of box
- While here, fix patches naming
2014-02-19 16:59:22 +00:00
Antoine Brodin
4670d7a7a2 - Finish stage support
- Add LICENSE
2013-11-12 21:29:04 +00:00
Thomas Abthorpe
0b00ba3acb - Add stage support
- Reassign to the heap
2013-11-05 04:28:02 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Thomas Abthorpe
483f3faf88 - Install scripts and provide instruction to update ethercodes.dat
- Bump PORTREVISION

PR:		ports/152624
2010-12-01 19:34:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Thomas Abthorpe
da409381e5 - Set path in command_args
- Bump PORTREVISION

Submitted by:	Arjan de Vet, via private email
2010-02-02 05:14:29 +00:00
Thomas Abthorpe
eb642d570c - Set MAKE_JOBS_SAFE 2009-03-30 16:17:28 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Thomas Abthorpe
2574f69107 - change maintainer address on ports I maintain
Approved by:	clsung (mentor)
2007-08-23 04:00:04 +00:00
Emanuel Haupt
b25e0162cf - Install files with proper ownership
- Bump PORTREVISION

PR:		104972
Submitted by:	Dr. Markus Waldeck <waldeck@gmx.de>
Approved by:	maintainer
2006-11-14 14:37:39 +00:00
Jean Milanez Melo
6bd7a7aba8 - Update mastersite.
PR:		ports/104970
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2006-11-06 12:07:33 +00:00
Pav Lucistnik
72cd52f197 - Remove net-mgmt/arpwatch-devel in favour of net-mgmt/arpwatch, which have a
newer version anyway

PR:		ports/104026
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (arpwatch maintainer)
Approved by:	arpwatch-devel maintainer's address bouncing
2006-10-07 11:14:55 +00:00
Cheng-Lung Sung
7416586190 - make arpwatch work fine with multiple interfaces.
- bump PORTREVISION

PR:		103941
Submitted by:	Fabian Wenk <fabian_AT_wenks dot ch>
Approved by:	maintainer (Thomas Abthorpe)
2006-10-04 00:58:55 +00:00
Johan van Selst
7ecbc68934 - Fix rcNG script (handle restart, allow $arpwatch_dir setting)
PR:		ports/102600
Submitted by:	Eugene Grosbein
Approved by:	Thomas Abthorpe (maintainer)
2006-09-21 09:27:14 +00:00
Pav Lucistnik
4aeb506487 - Don't overwrite arpwatch_interfaces on reboot when set from rc.conf
PR:		ports/102509
Submitted by:	Jordan Gordeev <jgordeev@dir.bg>
Approved by:	Thomas Abthorpe <thomasa@tbaytel.net> (maintainer)
2006-08-28 16:30:05 +00:00
Rong-En Fan
ffdc315034 - Fix problem when multiple interfaces are defined and faststart command
is used. Bump PORTREVISION

PR:		ports/101462
Submitted by:	Jordan Gordeev <jgordeev at dir.bg>
Approved by:	Thomas Abthorpe <thomas at goodking.ca> (maintainer)
2006-08-20 10:53:59 +00:00
Erwin Lansing
a7ab275d58 - Update to 2.1.a15
- Add more mirrors

PR:		101276
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2006-08-02 19:22:27 +00:00
Rong-En Fan
a1006aec4a - Don't die on SIGHUP. Thanks to Rudolf Cejka <cejkar at fit.vutbr.cz>
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
2006-07-20 18:40:00 +00:00
Rong-En Fan
774164e7d2 - Change pkg-descr
- Add mirror site
- Use prefered maintainer address

PR:		99902
Submitted by:	Thomas Abthorpe <thomas goodking.ca> (maintainer)
Approved by:	delphij (mentor, implicit)
2006-07-08 14:54:12 +00:00
Rong-En Fan
2ea3c51cb0 - Update to 2.1.a14
PR:		99884
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
2006-07-07 17:46:16 +00:00
Pav Lucistnik
f76c871192 - Make ARPDIR configurable
PR:		ports/92763
Submitted by:	Eugene Grosbein <eugen@kuzbass.ru>
2006-04-01 22:51:08 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Pav Lucistnik
155bf8b7d9 - Allow starting on more than one interface
Reported by:	Florian C. Smeets <flo@kasimir.com>
2005-12-29 15:48:38 +00:00
Pav Lucistnik
21bf127503 - Switch to rc_subr startup script
PR:		ports/84711
Submitted by:	SimpleRezo <freebsd@simplerezo.com>
2005-12-27 05:25:18 +00:00
Pav Lucistnik
d2d527c935 - Add SHA256 2005-11-25 16:56:10 +00:00
Mark Linimon
c691a75118 Remove obsolete mirror site.
Source:		distfile survey
2005-10-12 17:06:45 +00:00
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Kirill Ponomarev
7adb53d34f Update to version 2.1.a13
Requested by:	vs
2004-09-03 17:03:32 +00:00
Kirill Ponomarev
6e0f323d90 Be more informative and produce an error if binary doesn't
exist.

Submitted by:	rob@piethief.co.uk
2004-06-16 18:19:15 +00:00
Kirill Ponomarev
0e20a6bc8b - Fix DNS resolver bug
PR:		ports/65508
Submitted by:	Matthew George <mdg@secureworks.net>
2004-04-14 08:36:27 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00