Commit graph

71 commits

Author SHA1 Message Date
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
Kirill Ponomarev
4fae7f633d - Add CONFLICTS between net/arpwatch and net/arpwatch-devel 2004-01-20 00:02:34 +00:00
Kirill Ponomarev
8c4ed76f23 - Fix typo in alert output
PR:		59181
Submitted by:	Matthew George <mdg@secureworks.net>
2003-11-11 19:22:29 +00:00
Kirill Ponomarev
ddf0976484 - Install sample startup script
- Add support for multiple interfaces
- Add ECHO_MSG for startup script
- Bump PORTREVISION

PR:		54575 58717
Submitted by:	Volker Stolz, Gleb Smirnoff
2003-11-03 11:15:55 +00:00
Kirill Ponomarev
7591507e74 - Take maintainership 2003-11-03 06:50:46 +00:00
Kris Kennaway
6160dc3d41 Reset maintainer of ports owned by inactive committers who were just retired. 2003-11-03 00:54:32 +00:00
Kris Kennaway
ffce4503d0 Create the arpwatch directory mode 755, not 775 2003-04-19 23:44:22 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Brian Somers
4b48b80a75 Open /dev/null as stdout and stderr before envoking sendmail
Bump PORTREVISION

Forgotten by: brian
2002-05-16 10:40:50 +00:00
Brian Somers
6f869819a4 Fix a typo
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2002-03-14 10:03:11 +00:00
Brian Somers
820313fb80 brian@Awfulhak.org => brian@FreeBSD.org 2002-03-13 11:31:08 +00:00
Neil Blakey-Milner
fe5a0493bd arpwatch package will now install an arp.dat file, meaning arpwatch from
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!)
2001-08-23 14:45:02 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Brian Somers
3382222fd5 Upgrade to 2.1.a11
Submitted by: Pete Fritchman <petef@databits.net>
2001-05-21 09:47:12 +00:00
Brian Somers
aa8166ab58 GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIX
Suggested and reviewed by: John E. Hein <jhein@timing.com>
2001-04-07 01:51:53 +00:00
Brian Somers
f3451c7a97 Remove non-applicable libpcap stuff and extraneous MAINTAINER stuff 2001-04-06 23:35:47 +00:00
Brian Somers
e77bf460a2 Add a -m option to specify the mail address to be used.
Bump PORTREVISION.

PR:		25288
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2001-02-22 22:56:40 +00:00
Brian Somers
31029d55c2 Call openlog() with LOG_PID.
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR:		23017
2000-11-28 10:31:32 +00:00
Brian Somers
6cab6773ab Upgrade to 2.1a10 2000-11-21 22:11:43 +00:00
Brian Somers
9af4b35c8a Upgrade to 2.1a6 2000-09-14 10:25:34 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
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.
2000-07-05 12:37:06 +00:00
Maxim Sobolev
3ff2217f3d Remove "Extra" item on deinstall.
Submitted by:	bento
2000-06-23 08:50:08 +00:00