Commit graph

45 commits

Author SHA1 Message Date
Renato Botelho
f61f954576 Support STAGE
Approved by:	portmgr (blanket)
2014-03-26 19:12:53 +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
Rene Ladan
0bd558b4b7 - Convert Makefile header
- Convert to optionsNG

PR:		ports/178427
Submitted by:	rum1cro@yandex.ru
Approved by:	maintainer (5u623l20@gmail.com)
2013-05-27 11:22:21 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Martin Wilke
768dd7c392 - Set / Update Portscout flags
- Pass maintainership to submitter

PR:		166062 166105 166112 166113 166114
		166115 166141 166154 166155 166156
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-17 05:21:05 +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
Michael Scheidell
2aab163949 PR: 146145
Submitted by:	fw@moov.de
Reviewed by:	scheidell
Approved by:	maintainer (fw@moov.de, timeout), gabor (mentor)
Feature safe:	yes
2011-11-28 16:22:31 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Stanislav Sedov
e7ec142f0a - Flow-tools conflicts with freshly-imported flow-tools-ng. 2008-11-16 22:39:21 +00:00
Stanislav Sedov
72d55b0a50 - Fix flow-capture on amd64
- Bump portrevision.

PR:		ports/116677
Submitted by:	Michael W Lucas <mwlucas@blackhelicopters.org>
Approved by:	portmgr (erwin)
2007-11-08 23:09:46 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Stanislav Sedov
2374c4b18f - Add patch to fix an excess comma problem when exporting flows to SQL or
ASCII format. See the following url for further info:
  http://www.mail-archive.com/flow-tools@list.splintered.net/msg01034.html
- Bump portrevision.

Submitted by:	Vladimir Zorin <vladimir@braveduck.spb.ru>
2007-07-10 14:17:21 +00:00
Stanislav Sedov
bc78cbafa8 - Add rc.d script for flow-fanout
- Bump PORTREVISION.
2007-06-12 12:52:32 +00:00
Stanislav Sedov
cb49ebd8e8 - Use static gid/uid.
Submitted by:	kris
2007-04-10 19:32:35 +00:00
Stanislav Sedov
7264a016b6 - Add openssl support [1]
- Fix rcNG script comment [2]
- Quoute variables in CONFIGURE_ARGS for space-safety
- Respect CFLAGS

Submitted by:	Dominik Brettnacher <domi@saargate.de> [1],
		Geoff Garside <geoff@geoffgarside.co.uk> [2]
2006-12-19 22:44:25 +00:00
Stanislav Sedov
5497eb9b33 /tmp/msg 2006-11-22 15:44:55 +00:00
Stanislav Sedov
a75b9780d3 - Add rc_subr script to run the flow-capture daemon [1]
- Fix some missed includes to avoid warnings
- Bump portrevision

Submitted by:	"Ryan T. Dean" <rtdean@cytherianage.net> (based on) [1]
2006-11-08 01:06:16 +00:00
Stanislav Sedov
8f7bbd0ed4 - Fix compiling with gcc 4.1
- Take maintainership

Approved by:	sem (mentor)
2006-10-02 09:11:16 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Mark Linimon
317bb4cb88 Reset maintainer at his request due to current lack of FreeBSD time. 2006-03-18 22:21:52 +00:00
Edwin Groothuis
9a50715eee SHA256ify
Approved by: krion@
2006-02-01 01:08:07 +00:00
Pav Lucistnik
c937cfe6f7 - Add support for mysql and postgresql
PR:		ports/73285
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
Approved by:	maintainer timeout (billf; 13 months)

- Add runtime dependency on python, three commands are in fact python scripts

PR:		ports/88475
Submitted by:	Larry Rosenman <ler@lerctr.org>
Approved by:	maintainer timeout (billf; 1 month)

- Remove unused patch file
2005-12-09 14:34:26 +00:00
Anders Nordby
888700f56f Update to 0.68.
Sponsored by:	University of Tromsø & University of Bergen

Approved by:	maintainer
2005-06-15 20:14:59 +00:00
Kirill Ponomarev
2ce1770c17 Fix build for net-mgmt/py-flowtools on amd64. 2005-01-19 11:27:54 +00:00
Kirill Ponomarev
65d7eb9af0 Rename patch to more suitable name. 2005-01-19 11:26:22 +00:00
Kirill Ponomarev
44d1049821 Fix build with gcc-3.4 2004-08-24 08:44:04 +00:00
Jun Kuriyama
60a237e169 Unbreak on recent current.
No response from:	maintainer
2004-08-05 04:10:58 +00:00
Bill Fumerola
e25142a857 update to 0.67 2004-07-07 22:17:17 +00:00
Pav Lucistnik
cd36858870 - Install man pages in post-install: instead of pre-install:
This fixes installation to clean prefix, mtree was invoked after pre-install:
  target from port.

Reported by:	Martin Horcicka <martin.horcicka@col.cz>
2004-06-29 11:43:24 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Kris Kennaway
0acb47f959 Typo in buffer size declaration leads to an overflow. Bump PORTREVISION.
Obtained from:	OpenBSD
2003-06-27 03:53:16 +00:00
Bill Fumerola
049ec23b9c better COMMENT 2003-06-18 02:24:04 +00:00
Bill Fumerola
997b6465c4 upgrade to 0.66, takeover maintainership
Approved by:	maintainer
2003-04-04 04:07:16 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Ying-Chieh Liao
bee7e2deef upgrade to 0.62
PR:		45463
Submitted by:	maintainer
2002-11-19 08:04:19 +00:00
Edwin Groothuis
175d28f739 PERL -> REINPLACE change.
Noticed by: bento
2002-11-04 00:50:00 +00:00
Patrick Li
e82d9f4906 Update to 0.57
PR:		37335
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
Reviewed by:	maintainer
Approved by:	maintainer
2002-04-28 23:38:19 +00:00
Chris Timmons
2be311c6dd PORTREVISION bump. reminded-by: kris 2002-04-17 18:25:43 +00:00
Chris Timmons
7c8497a2f6 Correct problem with flow-capture -N-2 format which caused daemon
to be unable to create its own temporary files.

flow-tools developer Mark Fullmer has acknowledged the patch.
2002-04-17 17:00:43 +00:00
Patrick Li
c07d3db32a Update to 0.56
PR:		33296
Submitted by:	maxim@macomnet.ru, MAINTAINER
Reviewed by:	maintainer
2002-01-13 21:53:22 +00:00
David W. Chapman Jr.
49531122d7 Update to 0.55
Take out patches(unneeded)
Add scripts to be run
Add new WWW to pkg-descr

PR:		29604
Submitted by:	maxim@macomnet.ru
2001-08-30 20:07:26 +00:00
Will Andrews
491b358b14 Add flow-tools 0.34, a set of tools to manipulate Cisco's NetFlow Export.
PR:		20178
Submitted by:	Aleksandr A. Babaylov <.@babolo.ru>
2000-08-11 11:11:53 +00:00