aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd
Commit message (Collapse)AuthorAgeFilesLines
* - UnbreakMartin Wilke2008-04-113-18/+20
| | | | | | | | | - Fix build with gcc 4.2 Submitted by: gahr Notes: svn path=/head/; revision=211080
* - Mark BROKEN on 7.0Pav Lucistnik2007-11-231-0/+4
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202810
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Fix build with gcc34Pav Lucistnik2007-06-1514-13/+248
| | | | | | | | PR: ports/111540 Submitted by: thierry (based on his patch) Notes: svn path=/head/; revision=193599
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* BROKEN: Does not compileKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173192
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149444
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - add USE_GCC=2.95 and unbreak this portYen-Ming Lee2004-12-012-19/+14
| | | | | | | | - add OPTIONS for FlowScan patch - minor fixes Notes: svn path=/head/; revision=122857
* Unbreak on current.Jun Kuriyama2004-07-271-3/+3
| | | | Notes: svn path=/head/; revision=114840
* Drop maintainership.Clement Laforet2004-03-221-1/+1
| | | | | | | | PR: 64565 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=104920
* Add size data.Trevor Johnson2004-03-181-0/+2
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* BROKEN on 5.x: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103912
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-2/+2
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* 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