aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/cflowd: Deprecate and expire on 15 August 2014John Marino2014-06-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | I tried to fix this port for modern C++ compilers, I really did. I had come up with a couple of dozen patches and some REIMPLACE_CMD fixes too. It almost compiled. I seemed to have lost that all those patches since then though. tijl@ had a similar experience a few months ago. This port was released by the maintainer 10 years ago. Among the reasons stated was that maintainance was impossible to do correctly without access to netflow-speaking routers. Also, no new release of the source code was ever made, it's still in beta. Therefore I recommend that this port requires a true maintainer, one that has access to netflow routers. Given that the source was never updated, I am not sure its even still useful 10 years later. So I recommend this port be pruned on 15 August 2014 if no suitable maintainer shows up. The port is also unstaged. Related PR: ports/177211 Approved by: portmgr (implicit) Notes: svn path=/head/; revision=356219
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - USES=gmake libtool.Tijl Coosemans2014-02-112-18/+12
| | | | | | | | - Mark broken on FreeBSD 10+. Fixing one problem leads to another and another in perpetuum... Notes: svn path=/head/; revision=343794
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Convert to new options frameworkBryan Drewery2012-09-111-5/+6
| | | | | | | | | | - Remove ABI version from LIB_DEPENDS - Switch to using bsd.port.options.mk Approved by: eadler, bapt (mentors, implicit) Notes: svn path=/head/; revision=304077
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - 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