aboutsummaryrefslogtreecommitdiffstats
path: root/net/cflowd
Commit message (Collapse)AuthorAgeFilesLines
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* 2-1-b1 => 2.1.b1edwin2003-10-081-2/+3
| | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Unbreak net/cflowd by adding "using namespace std" to several placesedwin2003-08-3019-8/+470
| | | | | | | | | in the code. Informed maintainer. PR: ports/48382 (it all started with this one) Submtited by: Will Saxon <wills@housing.ufl.edu> and me
* add more patches for net/cflowd but still not working properly underedwin2003-08-302-0/+54
| | | | | | | -current / gcc 3.2.1. Maybe somebody with more C++ knowledge can have a look at the current errors it is stuck with?
* Added simple patch to overcome the problems with oid.cpp, but stilledwin2003-08-302-1/+11
| | | | other problems shown up.
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* Change MAINTAINER to Larry Rosenman <ler@lerctr.org>.adamw2003-05-231-1/+1
|
* Change maintainer to ports@.adamw2003-05-231-1/+1
| | | | | PR: ports/52591 Submitted by: Michael Lyngbøl <michael@lyngbol.dk> (maintainer)
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* Hand over MAINTAINER to Michael Lyngbøl <lyngbol@wheel.dk>jesper2001-08-161-1/+1
|
* sorry, no time for maintenance, hand port over to ports team entirelyandreas2001-07-061-1/+1
|
* portlintifyandreas2001-03-261-1/+1
|
* - forgot somehow to add the cflowd.sh sample startup script $FILESDIRandreas2001-03-252-1/+37
| | | | - bump port revision, since port has now better functionality
* - make sure, cflowd starts prior flowscan by renaming it toandreas2001-03-252-2/+2
| | | | | cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample) - bump port revision
* Add a start stop script to the port which starts up servicesandreas2001-03-252-1/+6
| | | | | | | | | delayed so that every service has a chance to come up properly before the next one begins Additionally provide graceful delayed shutdown of services by using killall -15. Install startup script as .sample file, since cflowd (and flowscan) are not easy ports. You should read the docu properly.
* like in arts++ use new gcc compiler when compiling under RELENG_3andreas2001-03-171-1/+2
| | | | bumped port revision
* - bump portrevisionandreas2001-03-142-1/+13
| | | | | - introduce CFLOWD_FLOWSCAN_PATCH variable for building port with support for FlowScan port (in the queue)
* Fix and sort plistkris2001-03-101-12/+14
|
* - fix pkg list concerning removal of port (missing symlinks and dir)andreas2000-12-312-0/+4
| | | | | | | | - bump port revision because of changes in the packing list (to allow pkg_delete to nuke the installed port entirely) PR: 23975 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Fix violations of COMMENT files.will2000-12-211-1/+1
| | | | | PR: 22986 Submitted by: Ports Fury
* Fixes:andreas2000-11-191-0/+4
| | | | | | | - use bison - build dependency to arts++ Submitted by: "Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com>
* New port cflowdandreas2000-11-085-0/+127
flow analysis tool currently used for analyzing Cisco's NetFlow switching