1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

82 Commits

Author SHA1 Message Date
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
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