summaryrefslogtreecommitdiff
path: root/net/cflowd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Before committing the previous BROKEN changes I carefully checked the statusKris Kennaway2003-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 Notes: svn path=/head/; revision=91389
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* 2-1-b1 => 2.1.b1Edwin Groothuis2003-10-081-2/+3
| | | | | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90585
* Unbreak net/cflowd by adding "using namespace std" to several placesEdwin Groothuis2003-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 Notes: svn path=/head/; revision=88045
* add more patches for net/cflowd but still not working properly underEdwin Groothuis2003-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? Notes: svn path=/head/; revision=88043
* Added simple patch to overcome the problems with oid.cpp, but stillEdwin Groothuis2003-08-302-1/+11
| | | | | | | other problems shown up. Notes: svn path=/head/; revision=88038
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* Change MAINTAINER to Larry Rosenman <ler@lerctr.org>.Adam Weinberger2003-05-221-1/+1
| | | | Notes: svn path=/head/; revision=81736
* Change maintainer to ports@.Adam Weinberger2003-05-221-1/+1
| | | | | | | | PR: ports/52591 Submitted by: Michael Lyngbøl <michael@lyngbol.dk> (maintainer) Notes: svn path=/head/; revision=81732
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81208
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Use '::' as an dependency operator for pre-everything target. This isDirk Froemberg2001-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. Notes: svn path=/head/; revision=52442
* Hand over MAINTAINER to Michael Lyngbøl <lyngbol@wheel.dk>Jesper Skriver2001-08-161-1/+1
| | | | Notes: svn path=/head/; revision=46308
* sorry, no time for maintenance, hand port over to ports team entirelyAndreas Klemm2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=44823
* portlintifyAndreas Klemm2001-03-251-1/+1
| | | | Notes: svn path=/head/; revision=40371
* - forgot somehow to add the cflowd.sh sample startup script $FILESDIRAndreas Klemm2001-03-252-1/+37
| | | | | | | - bump port revision, since port has now better functionality Notes: svn path=/head/; revision=40351
* - make sure, cflowd starts prior flowscan by renaming it toAndreas Klemm2001-03-252-2/+2
| | | | | | | | cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample) - bump port revision Notes: svn path=/head/; revision=40347
* Add a start stop script to the port which starts up servicesAndreas Klemm2001-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. Notes: svn path=/head/; revision=40342
* like in arts++ use new gcc compiler when compiling under RELENG_3Andreas Klemm2001-03-171-1/+2
| | | | | | | bumped port revision Notes: svn path=/head/; revision=39961
* - bump portrevisionAndreas Klemm2001-03-132-1/+13
| | | | | | | | - introduce CFLOWD_FLOWSCAN_PATCH variable for building port with support for FlowScan port (in the queue) Notes: svn path=/head/; revision=39796
* Fix and sort plistKris Kennaway2001-03-101-12/+14
| | | | Notes: svn path=/head/; revision=39392
* - fix pkg list concerning removal of port (missing symlinks and dir)Andreas Klemm2000-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> Notes: svn path=/head/; revision=36525
* Fix violations of COMMENT files.Will Andrews2000-12-211-1/+1
| | | | | | | | PR: 22986 Submitted by: Ports Fury Notes: svn path=/head/; revision=36181
* Fixes:Andreas Klemm2000-11-181-0/+4
| | | | | | | | | | - use bison - build dependency to arts++ Submitted by: "Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com> Notes: svn path=/head/; revision=35247
* New port cflowdAndreas Klemm2000-11-085-0/+127
flow analysis tool currently used for analyzing Cisco's NetFlow switching Notes: svn path=/head/; revision=34900